Skip to content

Commit

Permalink
Regenerated gemspec for version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvdrum committed May 29, 2010
1 parent e3f566d commit 26ba5ff
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions svn2git.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{svn2git}
s.version = "1.3.3"
s.version = "2.0.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["James Coglan", "Kevin Menard"]
s.date = %q{2010-03-31}
s.date = %q{2010-05-29}
s.default_executable = %q{svn2git}
s.email = %q{nirvdrum@gmail.com}
s.executables = ["svn2git"]
Expand All @@ -26,20 +26,21 @@ Gem::Specification.new do |s|
"VERSION.yml",
"bin/svn2git",
"lib/svn2git.rb",
"lib/svn2git/blah.rb",
"lib/svn2git/migration.rb",
"svn2git.gemspec"
]
s.homepage = %q{https://www.negativetwenty.net/redmine/projects/svn2git}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.6}
s.rubygems_version = %q{1.3.7}
s.summary = %q{A tool for migrating svn projects to git}

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
Expand Down

0 comments on commit 26ba5ff

Please sign in to comment.