summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-03-29 12:01:21 +0200
committerAndreas Maunz <andreas@maunz.de>2012-03-29 12:01:21 +0200
commit080a09b9bb468f0fb868ac69fcf49d4dc0c31857 (patch)
tree2afe307aa5456bfd7f47617c3e482f88786b1ab3
parentb4f0fbdade0abedb6bb4dcd61a6444fc8ad90089 (diff)
Improved user experience
-rw-r--r--Gemfile.lock6
-rw-r--r--application.rb2
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