Skip to content

Commit

Permalink
updated rakefile to properly include files
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Hooks committed Jan 7, 2009
1 parent 4dbc7aa commit 4294a44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Expand Up @@ -13,6 +13,8 @@ begin
s.description = "A full featured Ruby implementation of the Vimeo API."
s.authors = ["Matt Hooks"]

s.files = FileList["[A-Z]*.*", "{bin,generators,lib,test,spec}/**/*"]

s.has_rdoc = true
s.rdoc_options = ['--main', 'README.rdoc']
s.rdoc_options << '--inline-source' << '--charset=UTF-8'
Expand Down

0 comments on commit 4294a44

Please sign in to comment.