public
Description: Amazon Web Services SimpleDB for Ruby
Homepage: http://rubyforge.org/projects/aws-sdb/
Clone URL: git://github.com/dysinger/aws-sdb.git
Search Repo:
Updating gem version & added a dependency I forgot


git-svn-id: svn+ssh://rubyforge.org/var/svn/aws-sdb/trunk/aws-sdb@9 
b47d895a-97fd-408b-8300-45b572025c09
dysinger (author)
Fri Jan 04 00:30:47 -0800 2008
commit  51cfe9dd3aa509161dde7e8fc219a3e6b3c4952d
tree    233cb4fde03dce4b275392ce53c6373b1b59ef75
parent  7affe33df66ef45c0ff96710d27b5405d6f04dfd
...
6
7
8
9
 
10
11
12
...
15
16
17
18
 
19
20
21
...
6
7
8
 
9
10
11
12
...
15
16
17
 
18
19
20
21
0
@@ -6,7 +6,7 @@ Spec::Rake::SpecTask.new
0
 
0
 gem_spec = Gem::Specification.new do |s|
0
   s.name = "aws-sdb"
0
- s.version = "0.0.1"
0
+ s.version = "0.1.0"
0
   s.platform = Gem::Platform::RUBY
0
   s.has_rdoc = true
0
   s.extra_rdoc_files = ["README", "LICENSE"]
0
@@ -15,7 +15,7 @@ gem_spec = Gem::Specification.new do |s|
0
   s.author = "Tim Dysinger"
0
   s.email = "tim@dysinger.net"
0
   s.homepage = "http://dysinger.net"
0
- # s.add_dependency "uuidtools"
0
+ s.add_dependency "needle"
0
   s.require_path = 'lib'
0
   s.autorequire = s.name.gsub('-','/')
0
   s.files = %w(LICENSE README Rakefile) + Dir.glob("{lib,spec}/**/*")

Comments

    No one has commented yet.