Skip to content

Commit

Permalink
No license in the project
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Mar 22, 2011
1 parent e2d5a59 commit 1b9cd7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minion.gemspec
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.summary = %q{Super simple job queue over AMQP}

s.extra_rdoc_files = [ "README.rdoc" ]
s.files = Dir.glob("lib/**/*") + %w(LICENSE README.rdoc Rakefile)
s.files = Dir.glob("lib/**/*") + %w(README.rdoc Rakefile)
s.test_files = Dir.glob("spec/**/*") + Dir.glob("examples/*")

s.add_runtime_dependency("amqp", [">= 0.7.1"])
Expand Down

0 comments on commit 1b9cd7d

Please sign in to comment.