Skip to content

Commit

Permalink
Merge pull request #5 from mizoR/add-license-to-gemspec
Browse files Browse the repository at this point in the history
#4 add licence to gemspec
  • Loading branch information
Ryutaro Mizokami committed Aug 13, 2013
2 parents 8c99bdc + c41b3a5 commit 264540f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions macaroni.gemspec
Expand Up @@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
gem.description = %q{Macaroni is a ruby DSL for easily feed agregation and pipeline processing.}
gem.summary = %q{Ruby DSL for feed aggregation.}
gem.homepage = "https://github.com/mizoR/macaroni"
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 264540f

Please sign in to comment.