Skip to content

Commit

Permalink
Set license as MIT in the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
sikachu committed Nov 1, 2013
1 parent fc09100 commit ba6b93e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cocaine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Gem::Specification.new do |s|
s.homepage = "http://github.com/thoughtbot/cocaine"
s.summary = "A small library for doing (command) lines"
s.description = "A small library for doing (command) lines"
s.license = "MIT"

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit ba6b93e

Please sign in to comment.