Skip to content

Commit fdb4c94

Browse files
committed
Updated gemspec for 2.2.5.
1 parent ed0c50e commit fdb4c94

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

svn2git.gemspec

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
# DO NOT EDIT THIS FILE DIRECTLY
33
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
44
# -*- encoding: utf-8 -*-
5-
# stub: svn2git 2.2.4 ruby lib
5+
# stub: svn2git 2.2.5 ruby lib
66

77
Gem::Specification.new do |s|
88
s.name = "svn2git"
9-
s.version = "2.2.4"
9+
s.version = "2.2.5"
1010

1111
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1212
s.require_paths = ["lib"]
1313
s.authors = ["James Coglan", "Kevin Menard"]
14-
s.date = "2014-03-09"
14+
s.date = "2014-03-10"
1515
s.email = "[email protected]"
1616
s.executables = ["svn2git"]
1717
s.extra_rdoc_files = [
@@ -27,7 +27,9 @@ Gem::Specification.new do |s|
2727
"bin/svn2git",
2828
"lib/svn2git.rb",
2929
"lib/svn2git/migration.rb",
30-
"svn2git.gemspec"
30+
"svn2git.gemspec",
31+
"test/escape_quotes_test.rb",
32+
"test/test_helper.rb"
3133
]
3234
s.homepage = "https://github.com/nirvdrum/svn2git"
3335
s.rubygems_version = "2.2.2"

0 commit comments

Comments
 (0)