summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2009-08-21 09:58:05 +0200
committerChristoph Helma <helma@in-silico.de>2009-08-21 09:58:05 +0200
commit2d935206eacec241a52713d1fe319cc78189d97d (patch)
tree78a375086f81fecbd13bca3c81fd1e757cf2ccb7 /Rakefile
parentd45ceec09ae23bfb8a20af625f216069cefa1b9e (diff)
environment.rb and templates added
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 881e0b8..87da98d 100644
--- a/Rakefile
+++ b/Rakefile
@@ -11,7 +11,7 @@ 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.include %w(lib/tasks/opentox.rb, lib/environment.rb, lib/templates/*)
#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