Skip to content

Commit

Permalink
Fix gemspec to include license file, etc.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@4832 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
jamis committed Aug 27, 2006
1 parent 44d8b65 commit d4a464f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions capistrano.gemspec
Expand Up @@ -11,8 +11,7 @@ Gem::Specification.new do |s|
automate the deployment of web applications.
DESC

s.files = Dir.glob("{bin,lib,examples,test}/**/*")
s.files.concat %w(README MIT-LICENSE ChangeLog)
s.files = Dir.glob("{bin,lib,examples,test}/**/*") + %w(README MIT-LICENSE CHANGELOG THANKS)
s.require_path = 'lib'
s.autorequire = 'capistrano'

Expand Down

0 comments on commit d4a464f

Please sign in to comment.