[go: nahoru, domu]

Skip to content

Commit

Permalink
Update gemspec file to include project license
Browse files Browse the repository at this point in the history
  • Loading branch information
flavio committed Apr 27, 2015
1 parent 08fcb54 commit 24d46a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base32.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Gem::Specification.new do |s|
s.authors = ['Samuel Tesla']
s.email = 'samuel.tesla@gmail.com'
s.summary = 'Ruby extension for base32 encoding and decoding'
s.licenses = ['MIT']

s.files = `git ls-files`.split($/)
s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
Expand Down

0 comments on commit 24d46a3

Please sign in to comment.