Skip to content

Commit

Permalink
Updated gemspec to include both licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffWelling committed Feb 9, 2011
1 parent 3868c63 commit 15a8e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ticgit-ng.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|

s.add_dependency "git"
s.add_development_dependency "rspec"
s.files = Dir.glob("{bin,lib}/**/*") + %w( LICENSE README.mkd )
s.files = Dir.glob("{bin,lib}/**/*") + %w( LICENSE_MIT LICENSE_GPL README.mkd )
s.executables = ['ti', 'ticgitweb']
s.require_path= 'lib'
end

0 comments on commit 15a8e64

Please sign in to comment.