Skip to content

Commit

Permalink
bugfix in Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cpjolicoeur committed May 22, 2009
1 parent f2e8a6c commit 16e7331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -58,7 +58,7 @@ GEM_SPEC = Gem::Specification.new do |s|
s.add_dependency 'twitter4r', '>= 0.3.0'

s.files = Dir.glob("{bin,lib,test}/**/*").delete_if { |item| item.include?('__workdir') }
s.files += %w(LICENSE README CHANGES Rakefile)
s.files += %w(License.txt Readme.txt Changelog.txt Rakefile)
s.files += Dir.glob("doc/*").delete_if { |item| item.include?('__workdir') }

s.bindir = "bin"
Expand Down

0 comments on commit 16e7331

Please sign in to comment.