summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2010-03-01 16:47:08 +0100
committerChristoph Helma <helma@in-silico.de>2010-03-01 16:47:08 +0100
commita008ff7fce85e9532f257da863daeaf63fe7ee11 (patch)
treefa02fcf520f054204528b4cf720be43bc7db3641 /Rakefile
parent166d6bc50a99f7c3a41325f08fdad001af88224e (diff)
parent0e461d0157337c699f2a5c6f0faaa9faeb881da3 (diff)
new gemspec generated
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index e585ca6..d2eaf64 100644
--- a/Rakefile
+++ b/Rakefile
@@ -10,12 +10,14 @@ begin
gem.email = "helma@in-silico.ch"
gem.homepage = "http://github.com/helma/opentox-ruby-api-wrapper"
gem.authors = ["Christoph Helma"]
- ["sinatra", "rest-client", "rack", "rack-contrib", "rack-flash", "thin", "emk-sinatra-url-for", "cehoffman-sinatra-respond_to", "dm-more", "dm-core", "sinatra-static-assets", "do_sqlite3", "do_postgres"].each do |dep|
+ ["sinatra", "rest-client", "rack", "rack-contrib", "rack-flash", "thin", "emk-sinatra-url-for", "cehoffman-sinatra-respond_to", "dm-more", "dm-core", "sinatra-static-assets"].each do |dep|
gem.add_dependency dep
end
- gem.add_development_dependency "cucumber"
+ ['cucmber','jeweler'].each do |dep|
+ gem.add_development_dependency dep
+ end
gem.files = FileList["[A-Z]*", "{bin,generators,lib,test}/**/*", 'lib/jeweler/templates/.gitignore']
- gem.files.include %w(lib/tasks/owl.rb, lib/environment.rb, lib/algorithm.rb, lib/compound.rb, lib/dataset.rb, lib/model.rb, lib/utils.rb, lib/templates/*)
+ gem.files.include %w(lib/tasks/owl.rb, lib/environment.rb, lib/algorithm.rb, lib/compound.rb, lib/dataset.rb, lib/model.rb, lib/utils.rb, lib/validation.rb, lib/templates/*)
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
Jeweler::GemcutterTasks.new