summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
-rwxr-xr-xbin/opentox-install-ubuntu.sh2
-rw-r--r--opentox-ruby-api-wrapper.gemspec8
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<rack>, [">= 0"])
s.add_runtime_dependency(%q<rack-contrib>, [">= 0"])
s.add_runtime_dependency(%q<rack-flash>, [">= 0"])
- s.add_runtime_dependency(%q<sinatra-url-for>, [">= 0"])
+ s.add_runtime_dependency(%q<emk-sinatra-url-for>, [">= 0"])
s.add_runtime_dependency(%q<sinatra-respond_to>, [">= 0"])
s.add_runtime_dependency(%q<dm-more>, [">= 0"])
s.add_runtime_dependency(%q<dm-core>, [">= 0"])
@@ -76,7 +76,7 @@ Gem::Specification.new do |s|
s.add_dependency(%q<rack>, [">= 0"])
s.add_dependency(%q<rack-contrib>, [">= 0"])
s.add_dependency(%q<rack-flash>, [">= 0"])
- s.add_dependency(%q<sinatra-url-for>, [">= 0"])
+ s.add_dependency(%q<emk-sinatra-url-for>, [">= 0"])
s.add_dependency(%q<sinatra-respond_to>, [">= 0"])
s.add_dependency(%q<dm-more>, [">= 0"])
s.add_dependency(%q<dm-core>, [">= 0"])
@@ -91,7 +91,7 @@ Gem::Specification.new do |s|
s.add_dependency(%q<rack>, [">= 0"])
s.add_dependency(%q<rack-contrib>, [">= 0"])
s.add_dependency(%q<rack-flash>, [">= 0"])
- s.add_dependency(%q<sinatra-url-for>, [">= 0"])
+ s.add_dependency(%q<emk-sinatra-url-for>, [">= 0"])
s.add_dependency(%q<sinatra-respond_to>, [">= 0"])
s.add_dependency(%q<dm-more>, [">= 0"])
s.add_dependency(%q<dm-core>, [">= 0"])