public
Description: Amazon Web Services SimpleDB for Ruby
Homepage: http://rubyforge.org/projects/aws-sdb/
Clone URL: git://github.com/dysinger/aws-sdb.git
Squashed commit of the following:

commit dc35eb8028915039f3f4ed4002e961715a365cfb
Author: Tim Dysinger <tim@dysinger.net>
Date:   Wed Jan 23 07:53:06 2008 -1000

    incrumented gem version number

commit 7b4a6117ea6d0a83aa0cef106ef7813f86e043cf
Author: Tim Dysinger <tim@dysinger.net>
Date:   Wed Jan 23 07:50:18 2008 -1000

    removed a comment


git-svn-id: svn+ssh://rubyforge.org/var/svn/aws-sdb/trunk/aws-sdb@17 
b47d895a-97fd-408b-8300-45b572025c09
dysinger (author)
Wed Jan 23 09:58:05 -0800 2008
commit  95c45cdeeb538c706e272f43be8720ca544e2031
tree    676cdc4d6dc2693875d318660d25d4bd0bc2877e
parent  7ae6281a591ea57ed21958029655da03470c2a7d
...
7
8
9
10
 
11
12
13
...
7
8
9
 
10
11
12
13
0
@@ -7,7 +7,7 @@ Spec::Rake::SpecTask.new
0
 gem_spec = Gem::Specification.new do |s|
0
   s.name = "aws-sdb"
0
   s.rubyforge_project = s.name
0
- s.version = "0.1.1"
0
+ s.version = "0.1.2"
0
   s.platform = Gem::Platform::RUBY
0
   s.has_rdoc = true
0
   s.extra_rdoc_files = ["README", "LICENSE"]
...
18
19
20
21
22
23
24
...
18
19
20
 
21
22
23
0
@@ -18,7 +18,6 @@ module AwsSdb
0
       @secret_access_key = secret_access_key
0
     end
0
     
0
- # TODO Make this options hash not a param list
0
     def list_domains(max = nil, token = nil)
0
       params = { 'Action' => 'ListDomains' }
0
       params['MoreToken'] =

Comments

    No one has commented yet.