Skip to content

Commit

Permalink
Updated included LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
netzpirat committed Oct 10, 2011
1 parent b6445d2 commit 2c85bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guard-jasmine.gemspec
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'kramdown', '~> 0.13.3'
s.add_development_dependency 'pry', '~> 0.9.6.2'

s.files = Dir.glob('{bin,lib}/**/*') + %w[LICENSE.MIT LICENSE.BSD README.md]
s.files = Dir.glob('{bin,lib}/**/*') + %w[LICENSE README.md]
s.executable = 'guard-jasmine'
s.require_path = 'lib'
end

0 comments on commit 2c85bb6

Please sign in to comment.