Skip to content

Commit

Permalink
Add license.
Browse files Browse the repository at this point in the history
Fixes #7
  • Loading branch information
mat813 committed Jun 3, 2014
1 parent dae1016 commit 55b5364
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rb-kqueue.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Gem::Specification.new do |gem|
gem.date = %q{2014-02-19}
gem.description = %q{A Ruby wrapper for BSD's kqueue, using FFI}
gem.extra_rdoc_files = %w(README.md)
gem.licenses = ['MIT']

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

0 comments on commit 55b5364

Please sign in to comment.