Skip to content

Commit

Permalink
files in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Feb 28, 2010
1 parent e86e888 commit 36f6304
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion gist.gemspec
Expand Up @@ -7,7 +7,13 @@ Gem::Specification.new do |s|
s.email = "chris@ozmm.org"
s.authors = [ "Chris Wanstrath" ]
s.has_rdoc = false
s.files = %w( README.markdown bin/gist )

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

s.executables = %w( gist )
s.description = <<desc
Creates Gists (pastes) on gist.github.com from standard input or
Expand Down

0 comments on commit 36f6304

Please sign in to comment.