Skip to content

Commit

Permalink
Fix license in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
netzpirat committed Mar 7, 2011
1 parent 6e91865 commit 2674e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion active_conductor.gemspec
Expand Up @@ -24,6 +24,6 @@ Gem::Specification.new do |s|
s.add_development_dependency 'yard', '~> 0.6.4'
s.add_development_dependency 'bluecloth', '~> 2.0.11'

s.files = Dir.glob('{lib}/**/*') + %w[LICENSE README.md]
s.files = Dir.glob('{lib}/**/*') + %w[LICENSE.txt README.md]
s.require_path = 'lib'
end

0 comments on commit 2674e28

Please sign in to comment.