Skip to content

Commit 94b82b7

Browse files
committed
Apparently the license stanza ordering is important in Ruby 2.1.x.
1 parent ac4ad7e commit 94b82b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ begin
1010
spec.authors = ["James Coglan", "Kevin Menard"]
1111
spec.homepage = "https://github.com/nirvdrum/svn2git"
1212
spec.email = "nirvdrum@gmail.com"
13+
spec.license = 'MIT'
1314
spec.add_development_dependency 'test-unit'
1415
spec.add_dependency 'open4'
15-
spec.license 'MIT'
1616
end
1717
Jeweler::GemcutterTasks.new
1818

0 commit comments

Comments
 (0)