From 5756017ede889a2b46e9b3e25c93ea10f8629700 Mon Sep 17 00:00:00 2001 From: Ethan Barron Date: Thu, 13 Mar 2014 15:18:47 -0500 Subject: [PATCH] #3 - Fixed load error --- .project | 18 ++++++++++++++++++ Gemfile.lock | 2 +- lib/kraken_ruby/client.rb | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 .project diff --git a/.project b/.project new file mode 100644 index 0000000..58fdc9c --- /dev/null +++ b/.project @@ -0,0 +1,18 @@ + + + kraken_ruby + + + + + + com.aptana.ide.core.unifiedBuilder + + + + + + com.aptana.ruby.core.rubynature + com.aptana.projects.webnature + + diff --git a/Gemfile.lock b/Gemfile.lock index 64ca874..9f43755 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - kraken_ruby (0.2.0) + kraken_ruby (0.2.1) addressable hashie httparty diff --git a/lib/kraken_ruby/client.rb b/lib/kraken_ruby/client.rb index 8157969..1ccae13 100644 --- a/lib/kraken_ruby/client.rb +++ b/lib/kraken_ruby/client.rb @@ -1,6 +1,6 @@ require 'httparty' require 'hashie' -require 'Base64' +require 'base64' # <--- had to change this from "require 'Base64'"; getting "load error" require 'addressable/uri'