We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbcc35d commit c3e6fa6Copy full SHA for c3e6fa6
Rakefile
@@ -11,6 +11,7 @@ begin
11
spec.homepage = "https://github.com/nirvdrum/svn2git"
12
spec.email = "[email protected]"
13
spec.add_development_dependency 'test-unit'
14
+ spec.license 'MIT'
15
end
16
Jeweler::GemcutterTasks.new
17
svn2git.gemspec
@@ -34,6 +34,7 @@ Gem::Specification.new do |s|
34
s.homepage = "https://github.com/nirvdrum/svn2git"
35
s.rubygems_version = "2.2.2"
36
s.summary = "A tool for migrating svn projects to git"
37
+ s.license = "MIT"
38
39
if s.respond_to? :specification_version then
40
s.specification_version = 4
0 commit comments