Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
francois committed Oct 22, 2009
1 parent 72ddd8b commit cfbeb27
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions piston.gemspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{piston}
s.version = "2.0.6"
s.version = "2.0.7"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Francois Beausoleil"]
s.date = %q{2009-08-01}
s.date = %q{2009-10-22}
s.default_executable = %q{piston}
s.description = %q{Piston makes it easy to merge vendor branches into your own repository, without worrying about which revisions were grabbed or not. Piston will also keep your local changes in addition to the remote changes.}
s.email = %q{francois@teksol.info}
Expand Down Expand Up @@ -109,11 +112,12 @@ Gem::Specification.new do |s|
"test/unit/working_copy/test_validate.rb",
"tmp/.gitignore"
]
s.has_rdoc = false
s.homepage = %q{http://francois.github.com/piston}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{piston}
s.rubygems_version = %q{1.3.2}
s.rubygems_version = %q{1.3.5}
s.summary = %q{Ease your vendor branch management worries}
s.test_files = [
"test/integration_helpers.rb",
Expand Down

0 comments on commit cfbeb27

Please sign in to comment.