summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2009-08-20 17:05:00 +0200
committerChristoph Helma <helma@in-silico.de>2009-08-20 17:05:00 +0200
commitd45ceec09ae23bfb8a20af625f216069cefa1b9e (patch)
treef6144864c5bb11c979f896c4e41a08724a208c61 /Rakefile
parent26c7176e39178797874460dd0fbe61cfeb360770 (diff)
Initial Rake tasks added
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 5d13273..881e0b8 100644
--- a/Rakefile
+++ b/Rakefile
@@ -11,6 +11,8 @@ begin
gem.homepage = "http://github.com/helma/opentox-ruby-api-wrapper"
gem.authors = ["Christoph Helma"]
gem.add_dependency "rest-client"
+ gem.files.include %w(lib/tasks/opentox.rb)
+ #gem.files = FileList["[A-Z]*", "{bin,generators,lib,test}/**/*", 'lib/jeweler/templates/.gitignore']
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
rescue LoadError