Skip to content

Commit c3e6fa6

Browse files
committed
add MIT license metadata to gemspec
1 parent bbcc35d commit c3e6fa6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ begin
1111
spec.homepage = "https://github.com/nirvdrum/svn2git"
1212
spec.email = "[email protected]"
1313
spec.add_development_dependency 'test-unit'
14+
spec.license 'MIT'
1415
end
1516
Jeweler::GemcutterTasks.new
1617

svn2git.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Gem::Specification.new do |s|
3434
s.homepage = "https://github.com/nirvdrum/svn2git"
3535
s.rubygems_version = "2.2.2"
3636
s.summary = "A tool for migrating svn projects to git"
37+
s.license = "MIT"
3738

3839
if s.respond_to? :specification_version then
3940
s.specification_version = 4

0 commit comments

Comments
 (0)