summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2012-07-12 11:38:40 +0200
committerrautenberg <rautenberg@in-silico.ch>2012-07-12 11:38:40 +0200
commit7c5afe4fb2885eddf630c6b659cde89d751533ac (patch)
treec0aa9bb7c945b5a9733a9026a52549708bb6213e
parenta5432e958843fa925a1c5ed745ca34df47144480 (diff)
parent68832efb9d72645676c795116919dad92947fb73 (diff)
Merge branch 'release/v3.2.0'HEADv4.0.0oldarchmaster
-rw-r--r--ChangeLog3
-rw-r--r--application.rb2
2 files changed, 4 insertions, 1 deletions
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'