From 68832efb9d72645676c795116919dad92947fb73 Mon Sep 17 00:00:00 2001 From: rautenberg Date: Thu, 12 Jul 2012 11:35:54 +0200 Subject: switch to opentox-ruby version 4.0.0 --- ChangeLog | 3 +++ application.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 51762ea..9661697 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +v4.0.0 2012-07-12 + * switch to opentox-ruby version 4.0.0 + * deprecation notice added in create view v3.0.1 2011-10-19 * assign a model to an endpoints on creating a new model, endpoint-list from ontology service, diff --git a/application.rb b/application.rb index b6ea9cc..6e8099b 100644 --- a/application.rb +++ b/application.rb @@ -1,7 +1,7 @@ ['rubygems', "haml", "sass", "rack-flash"].each do |lib| require lib end -gem "opentox-ruby", "~> 3" +gem "opentox-ruby", "~> 4" require 'opentox-ruby' gem 'sinatra-static-assets' require 'sinatra/static_assets' -- cgit v1.2.3