Skip to content

Instantly share code, notes, and snippets.

@febeling
Created March 23, 2009 22:44
Show Gist options
  • Save febeling/83826 to your computer and use it in GitHub Desktop.
Save febeling/83826 to your computer and use it in GitHub Desktop.
diff --git a/Rakefile b/Rakefile
index 5ee59ba..c213697 100644
--- a/Rakefile
+++ b/Rakefile
@@ -28,6 +28,7 @@ begin
s.homepage = "http://github.com/langalex/couch_potato"
s.description = "Ruby persistence layer for CouchDB"
s.authors = ["Alexander Lang"]
+ s.files = FileList["[A-Z]*.*", "{lib,spec,rails}/**/*", "init.rb"]
end
rescue LoadError
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment