From 080a09b9bb468f0fb868ac69fcf49d4dc0c31857 Mon Sep 17 00:00:00 2001 From: Andreas Maunz Date: Thu, 29 Mar 2012 12:01:21 +0200 Subject: Improved user experience --- Gemfile.lock | 6 +++--- application.rb | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5f20dfe..4a69514 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -26,7 +26,7 @@ GEM specs: addressable (2.2.7) backports (2.5.0) - choice (0.1.5) + choice (0.1.6) emk-sinatra-url-for (0.2.1) sinatra (>= 0.9.1.1) eventmachine (0.12.10) @@ -42,7 +42,7 @@ GEM kgio (2.7.4) log4r (1.1.10) mime-types (1.18) - multi_json (1.1.0) + multi_json (1.2.0) multipart-post (1.1.5) nokogiri (1.5.2) oauth (0.4.5) @@ -91,7 +91,7 @@ GEM tilt (1.3.3) todonotes (0.1.0) log4r - unicorn (4.2.0) + unicorn (4.2.1) kgio (~> 2.6) rack raindrops (~> 0.7) diff --git a/application.rb b/application.rb index 346ab64..53c8e51 100644 --- a/application.rb +++ b/application.rb @@ -7,7 +7,7 @@ module OpenTox class Application < Service helpers do def uri_list - "Gesendet von localhost:8080, der die Ruby-Bindings von libbrc, liblast und openbabel erfolgreich geladen hat.\nUnd tschuess.\n" + "I have loaded native extensions for libbrc, liblast and openbabel right now!.\n\n My load path is: #{$LOAD_PATH} \n\nI have loaded #{$LOADED_FEATURES.size} objects.\n" end end -- cgit v1.2.3