public
Description: Amazon Web Services SimpleDB for Ruby
Homepage: http://rubyforge.org/projects/aws-sdb/
Clone URL: git://github.com/dysinger/aws-sdb.git
Got everything working


git-svn-id: svn+ssh://rubyforge.org/var/svn/aws-sdb/trunk/aws-sdb@6 
b47d895a-97fd-408b-8300-45b572025c09
dysinger (author)
Fri Jan 04 00:24:30 -0800 2008
commit  a6c502d451e6910a279cc2d14dae64ef293e14d3
tree    4c0c5847a760e7604cdbc6b265a61f7d51c347cf
parent  31ac91ebbe448bb67913ac3bfc5598ce27d38817
  • lib/aws/sdb.rb
  • lib/aws/sdb/error.rb
  • lib/aws/sdb/service.rb
  • spec/aws/sdb/service_spec.rb
  • spec/spec_helper.rb
...
1
2
3
4
5
 
6
...
1
2
3
 
4
5
6
0
@@ -1,4 +1,4 @@
0
 $TESTING=true
0
 $:.push File.join(File.dirname(__FILE__), '..', 'lib')
0
 
0
-require 'aws/sdb'
0
\ No newline at end of file
0
+require 'aws_sdb'
0
\ No newline at end of file

Comments

    No one has commented yet.