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 889273b commit 612d673Copy full SHA for 612d673
git.gemspec
@@ -7,6 +7,7 @@ Gem::Specification.new do |s|
7
s.date = Date.today.to_s
8
s.email = 'schacon@gmail.com'
9
s.homepage = 'http://github.com/schacon/ruby-git'
10
+ s.license = 'MIT'
11
s.name = 'git'
12
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.'
13
s.version = Git::VERSION
0 commit comments