File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
# DO NOT EDIT THIS FILE DIRECTLY
3
3
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
# -*- encoding: utf-8 -*-
5
- # stub: svn2git 2.2.4 ruby lib
5
+ # stub: svn2git 2.2.5 ruby lib
6
6
7
7
Gem ::Specification . new do |s |
8
8
s . name = "svn2git"
9
- s . version = "2.2.4 "
9
+ s . version = "2.2.5 "
10
10
11
11
s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
12
12
s . require_paths = [ "lib" ]
13
13
s . authors = [ "James Coglan" , "Kevin Menard" ]
14
- s . date = "2014-03-09 "
14
+ s . date = "2014-03-10 "
15
15
16
16
s . executables = [ "svn2git" ]
17
17
s . extra_rdoc_files = [
@@ -27,7 +27,9 @@ Gem::Specification.new do |s|
27
27
"bin/svn2git" ,
28
28
"lib/svn2git.rb" ,
29
29
"lib/svn2git/migration.rb" ,
30
- "svn2git.gemspec"
30
+ "svn2git.gemspec" ,
31
+ "test/escape_quotes_test.rb" ,
32
+ "test/test_helper.rb"
31
33
]
32
34
s . homepage = "https://github.com/nirvdrum/svn2git"
33
35
s . rubygems_version = "2.2.2"
You can’t perform that action at this time.
0 commit comments