Skip to content

Commit

Permalink
leishman#3 - Fixed load error
Browse files Browse the repository at this point in the history
  • Loading branch information
Inkybro committed Mar 13, 2014
1 parent 9991202 commit 5756017
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>kraken_ruby</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>com.aptana.ide.core.unifiedBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.aptana.ruby.core.rubynature</nature>
<nature>com.aptana.projects.webnature</nature>
</natures>
</projectDescription>
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
kraken_ruby (0.2.0)
kraken_ruby (0.2.1)
addressable
hashie
httparty
Expand Down
2 changes: 1 addition & 1 deletion lib/kraken_ruby/client.rb
Original file line number Diff line number Diff line change
@@ -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'


Expand Down

0 comments on commit 5756017

Please sign in to comment.