Skip to content

Commit

Permalink
Regenerated gemspec for version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvdrum committed Apr 17, 2009
1 parent 9d408de commit 07f1eda
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions svn2git.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,21 @@

Gem::Specification.new do |s|
s.name = %q{svn2git}
s.version = "1.1.1"
s.version = "1.2.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{2009-04-15}
s.date = %q{2009-04-17}
s.default_executable = %q{svn2git}
s.email = %q{nirvdrum@gmail.com}
s.executables = ["svn2git"]
s.extra_rdoc_files = [
"README"
"ChangeLog.markdown",
"README.markdown"
]
s.files = [
"ChangeLog.markdown",
"README.markdown",
"Rakefile",
"VERSION.yml",
"bin/svn2git",
Expand All @@ -24,12 +27,12 @@ Gem::Specification.new do |s|
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.1}
s.rubygems_version = %q{1.3.2}
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 = 2
s.specification_version = 3

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

0 comments on commit 07f1eda

Please sign in to comment.