Skip to content

Commit

Permalink
Fixing license and rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhjk committed May 10, 2013
1 parent 3b9037b commit c45de40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions guard-kitchen.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.description = %q{Guard plugin for test kitchen}
spec.summary = %q{Guard plugin for test kitchen}
spec.homepage = "http://github.com/opscode/guard-kitchen"
spec.license = "MIT"
spec.license = "Apache 2"

spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
Expand All @@ -22,5 +22,4 @@ Gem::Specification.new do |spec|
spec.add_dependency "mixlib-shellout"
spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec"
end

0 comments on commit c45de40

Please sign in to comment.