Skip to content

Commit 612d673

Browse files
Adding licese type to the gemspec
closes ruby-git#55
1 parent 889273b commit 612d673

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

git.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Gem::Specification.new do |s|
77
s.date = Date.today.to_s
88
s.email = 'schacon@gmail.com'
99
s.homepage = 'http://github.com/schacon/ruby-git'
10+
s.license = 'MIT'
1011
s.name = 'git'
1112
s.summary = 'Ruby/Git is a Ruby library that can be used to create, read and manipulate Git repositories by wrapping system calls to the git binary.'
1213
s.version = Git::VERSION

0 commit comments

Comments
 (0)