From 64354959e04fcac11bcf70e75099691b74573033 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Tue, 16 Aug 2011 14:46:31 +0200 Subject: initial minimal version --- lib/authorization.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/authorization.rb') diff --git a/lib/authorization.rb b/lib/authorization.rb index 288733a..27ae734 100644 --- a/lib/authorization.rb +++ b/lib/authorization.rb @@ -2,7 +2,7 @@ module OpenTox #Module for Authorization and Authentication #@example Authentication - # require "opentox-ruby-api-wrapper" + # require "opentox-ruby" # OpenTox::Authorization::AA_SERVER = "https://opensso.in-silico.ch" #if not set in .opentox/conf/[environment].yaml # token = OpenTox::Authorization.authenticate("benutzer", "passwort") #@see http://www.opentox.org/dev/apis/api-1.2/AA OpenTox A&A API 1.2 specification @@ -389,4 +389,4 @@ module OpenTox end end -end \ No newline at end of file +end -- cgit v1.2.3