You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The aws-sdb gem distributed with rubygems is not enough to run dead_simple_sdb.
I worked on a slightly modified version which is under my github account.
To get things running you should do the following:
C:\sourcecode\aws-sdb>rake package
(in C:/sourcecode/aws-sdb)
rake aborted!
no such file to load -- spec/rake/spectask
C:/sourcecode/aws-sdb/rakefile:2
(See full trace by running task with --trace)
Your gemspec defines that it requires aws-sdb >= 0.4.0 however on RubyGems the latest is only 0.3.1 - as such, unable to install the gem.
The text was updated successfully, but these errors were encountered: