Skip to content

Commit

Permalink
Add missing license to gemspec, is MIT
Browse files Browse the repository at this point in the history
  • Loading branch information
bf4 committed Apr 7, 2014
1 parent 1ded001 commit 08afb33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sucker_punch.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
gem.description = %q{Asynchronous processing library for Ruby}
gem.summary = %q{Sucker Punch is a Ruby asynchronous processing using Celluloid, heavily influenced by Sidekiq and girl_friday.}
gem.homepage = "https://github.com/brandonhilkert/sucker_punch"
gem.license = "MIT"

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

0 comments on commit 08afb33

Please sign in to comment.