Skip to content

Commit

Permalink
fix files for gem
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Jul 24, 2010
1 parent 1a4c708 commit 2c7eda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheat.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.authors = [ "Chris Wanstrath" ]
s.has_rdoc = false

s.files = %w( README.md Rakefile LICENSE )
s.files = %w( README LICENSE )
s.files += Dir.glob("lib/**/*")
s.files += Dir.glob("bin/**/*")
s.files += Dir.glob("man/**/*")
Expand Down

0 comments on commit 2c7eda1

Please sign in to comment.