Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
readme included in gem
  • Loading branch information
Adam Wiggins committed Mar 13, 2009
1 parent fb9a69b commit f8dd948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -47,7 +47,7 @@ spec = Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.has_rdoc = true

s.files = %w(Rakefile) + Dir.glob("{lib,spec}/**/*")
s.files = %w(Rakefile README.rdoc) + Dir.glob("{lib,spec}/**/*")
s.executables = ['restclient']

s.require_path = "lib"
Expand Down

0 comments on commit f8dd948

Please sign in to comment.