Skip to content

Commit

Permalink
Regenerate gemspec for version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvdrum committed Oct 30, 2016
1 parent d3eab20 commit 6dac85a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions svn2git.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: svn2git 2.4.0 ruby lib

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["James Coglan", "Kevin Menard"]
s.date = %q{2014-06-08}
s.default_executable = %q{svn2git}
s.email = %q{[email protected]}
s.date = "2016-10-30"
s.email = "[email protected]"
s.executables = ["svn2git"]
s.extra_rdoc_files = [
"ChangeLog.markdown",
Expand All @@ -31,14 +32,13 @@ Gem::Specification.new do |s|
"test/escape_quotes_test.rb",
"test/test_helper.rb"
]
s.homepage = %q{https://github.com/nirvdrum/svn2git}
s.homepage = "https://github.com/nirvdrum/svn2git"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.6.2}
s.summary = %q{A tool for migrating svn projects to git}
s.rubygems_version = "2.5.1"
s.summary = "A tool for migrating svn projects to git"

if s.respond_to? :specification_version then
s.specification_version = 3
s.specification_version = 4

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<minitest>, [">= 0"])
Expand Down

0 comments on commit 6dac85a

Please sign in to comment.