Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws-sdb - Latest on Rubygems is less than required #1

Open
BenHall opened this issue Jun 8, 2010 · 3 comments
Open

aws-sdb - Latest on Rubygems is less than required #1

BenHall opened this issue Jun 8, 2010 · 3 comments

Comments

@BenHall
Copy link

BenHall commented Jun 8, 2010

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.

@hungryblank
Copy link
Owner

Hi Ben,

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:

  1. git clone git://github.com/hungryblank/aws-sdb.git
  2. from the root of the repo run "rake package"
  3. then run "sudo gem install pkg/aws-sdb-0.4.0.gem"

and after that

  1. sudo gem install dead_simple_sb

You might also be interested in reading this blog post which mentions other gems useful to deal with sdb http://geekin.gs/using-amazon-aws-simpledb-with-ruby-roundup

@BenHall
Copy link
Author

BenHall commented Jun 9, 2010

I'm now getting the error :

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)

I have rspec 1.3.0 installed...

@hungryblank
Copy link
Owner

Works on my OSX/Linux installs

Still you can try changing the original Rakefile with one where all rspec related stuff is commented out http://gist.github.com/431895

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants