From 4d253c3fd5d981f8d219954ef8203597d34c8f2b Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Fri, 21 May 2010 18:46:23 +0200 Subject: opentox-api-wrapper bumped to 1.5.5 --- application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application.rb b/application.rb index c242903..26feb3b 100644 --- a/application.rb +++ b/application.rb @@ -1,5 +1,5 @@ require 'rubygems' -gem 'opentox-ruby-api-wrapper', '= 1.5.4' +gem "opentox-ruby-api-wrapper", "= 1.5.4" require 'opentox-ruby-api-wrapper' LOGGER.progname = File.expand_path(__FILE__) -- cgit v1.2.3 From 5d3c7af5309066b567fe7bbc5860f1b57f32b2f4 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Fri, 21 May 2010 18:48:47 +0200 Subject: opentox-api-wrapper bumped to --- application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application.rb b/application.rb index 26feb3b..e9e2356 100644 --- a/application.rb +++ b/application.rb @@ -1,5 +1,5 @@ require 'rubygems' -gem "opentox-ruby-api-wrapper", "= 1.5.4" +gem "opentox-ruby-api-wrapper", "= " require 'opentox-ruby-api-wrapper' LOGGER.progname = File.expand_path(__FILE__) -- cgit v1.2.3 From 591f2af97c01759f95656af6f4532d14274b8aa0 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Fri, 21 May 2010 18:57:53 +0200 Subject: opentox-api-wrapper bumped to 1.5.5 --- application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application.rb b/application.rb index e9e2356..01dab76 100644 --- a/application.rb +++ b/application.rb @@ -1,5 +1,5 @@ require 'rubygems' -gem "opentox-ruby-api-wrapper", "= " +gem "opentox-ruby-api-wrapper", "= 1.5.5" require 'opentox-ruby-api-wrapper' LOGGER.progname = File.expand_path(__FILE__) -- cgit v1.2.3