From 684e7ef922bcd4f442f20141b8265b8ff034d7a5 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Wed, 12 May 2010 13:09:17 +0200 Subject: emk-sinatra-url-for reintroduced (not available on gemcutter) --- Rakefile | 2 +- bin/opentox-install-ubuntu.sh | 2 +- opentox-ruby-api-wrapper.gemspec | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Rakefile b/Rakefile index c00a13f..4948efe 100644 --- a/Rakefile +++ b/Rakefile @@ -10,7 +10,7 @@ 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", "sinatra-url-for", "sinatra-respond_to", "dm-more", "dm-core", "sinatra-static-assets","tmail"].each do |dep| + ["sinatra", "rest-client", "rack", "rack-contrib", "rack-flash", "emk-sinatra-url-for", "sinatra-respond_to", "dm-more", "dm-core", "sinatra-static-assets","tmail"].each do |dep| gem.add_dependency dep end ['cucumber','jeweler'].each do |dep| diff --git a/bin/opentox-install-ubuntu.sh b/bin/opentox-install-ubuntu.sh index 8bab138..ae4807d 100755 --- a/bin/opentox-install-ubuntu.sh +++ b/bin/opentox-install-ubuntu.sh @@ -90,7 +90,7 @@ sudo apt-get install postgresql-server-dev-8.4 | tee -a $INSTALLLOG #echo "Installing gems jeweler sinatra emk-sinatra-url-for dm-core cehoffman-sinatra-respond_to rest-client rack-contrib thin cucumber datamapper data_objects do_sqlite3 rinruby" sudo gem install jeweler | tee -a $INSTALLLOG sudo gem install sinatra | tee -a $INSTALLLOG -sudo gem install sinatra-url-for | tee -a $INSTALLLOG +sudo gem install emk-sinatra-url-for -s http://gems.github.com | tee -a $INSTALLLOG sudo gem install dm-core | tee -a $INSTALLLOG sudo gem install sinatra-respond_to | tee -a $INSTALLLOG sudo gem install rest-client | tee -a $INSTALLLOG diff --git a/opentox-ruby-api-wrapper.gemspec b/opentox-ruby-api-wrapper.gemspec index c905d77..de5a50b 100644 --- a/opentox-ruby-api-wrapper.gemspec +++ b/opentox-ruby-api-wrapper.gemspec @@ -49,7 +49,7 @@ Gem::Specification.new do |s| s.homepage = %q{http://github.com/helma/opentox-ruby-api-wrapper} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.5} + s.rubygems_version = %q{1.3.6} s.summary = %q{Ruby wrapper for the OpenTox REST API} if s.respond_to? :specification_version then @@ -62,7 +62,7 @@ Gem::Specification.new do |s| s.add_runtime_dependency(%q, [">= 0"]) s.add_runtime_dependency(%q, [">= 0"]) s.add_runtime_dependency(%q, [">= 0"]) - s.add_runtime_dependency(%q, [">= 0"]) + s.add_runtime_dependency(%q, [">= 0"]) s.add_runtime_dependency(%q, [">= 0"]) s.add_runtime_dependency(%q, [">= 0"]) s.add_runtime_dependency(%q, [">= 0"]) @@ -76,7 +76,7 @@ Gem::Specification.new do |s| s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) - s.add_dependency(%q, [">= 0"]) + s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) @@ -91,7 +91,7 @@ Gem::Specification.new do |s| s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) - s.add_dependency(%q, [">= 0"]) + s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) -- cgit v1.2.3