aws-sdb 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +3 -3
- data/lib/aws_sdb/error.rb +1 -1
- metadata +5 -5
data/Rakefile
CHANGED
|
@@ -6,7 +6,8 @@ Spec::Rake::SpecTask.new
|
|
|
6
6
|
|
|
7
7
|
gem_spec = Gem::Specification.new do |s|
|
|
8
8
|
s.name = "aws-sdb"
|
|
9
|
-
s.
|
|
9
|
+
s.rubyforge_project = s.name
|
|
10
|
+
s.version = "0.1.1"
|
|
10
11
|
s.platform = Gem::Platform::RUBY
|
|
11
12
|
s.has_rdoc = true
|
|
12
13
|
s.extra_rdoc_files = ["README", "LICENSE"]
|
|
@@ -14,10 +15,9 @@ gem_spec = Gem::Specification.new do |s|
|
|
|
14
15
|
s.description = s.summary
|
|
15
16
|
s.author = "Tim Dysinger"
|
|
16
17
|
s.email = "tim@dysinger.net"
|
|
17
|
-
s.homepage = "http://
|
|
18
|
+
s.homepage = "http://aws-sdb.rubyforge.org"
|
|
18
19
|
s.add_dependency "needle"
|
|
19
20
|
s.require_path = 'lib'
|
|
20
|
-
s.autorequire = s.name.gsub('-','/')
|
|
21
21
|
s.files = %w(LICENSE README Rakefile) + Dir.glob("{lib,spec}/**/*")
|
|
22
22
|
end
|
|
23
23
|
|
data/lib/aws_sdb/error.rb
CHANGED
|
@@ -21,7 +21,7 @@ module AwsSdb
|
|
|
21
21
|
class NoSuchDomainError < RequestError ; end
|
|
22
22
|
class NumberDomainsExceededError < RequestError ; end
|
|
23
23
|
class NumberDomainAttributesExceededError < RequestError ; end
|
|
24
|
-
class NumberDomainBytesExceededError <
|
|
24
|
+
class NumberDomainBytesExceededError < RequestError ; end
|
|
25
25
|
class NumberItemAttributesExceededError < RequestError ; end
|
|
26
26
|
class RequestTimeoutError < RequestError ; end
|
|
27
27
|
|
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tim Dysinger
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2008-01-
|
|
12
|
+
date: 2008-01-04 00:00:00 -10:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -42,7 +42,7 @@ files:
|
|
|
42
42
|
- spec/aws_sdb/service_spec.rb
|
|
43
43
|
- spec/spec_helper.rb
|
|
44
44
|
has_rdoc: true
|
|
45
|
-
homepage: http://
|
|
45
|
+
homepage: http://aws-sdb.rubyforge.org
|
|
46
46
|
post_install_message:
|
|
47
47
|
rdoc_options: []
|
|
48
48
|
|
|
@@ -62,7 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
62
62
|
version:
|
|
63
63
|
requirements: []
|
|
64
64
|
|
|
65
|
-
rubyforge_project:
|
|
65
|
+
rubyforge_project: aws-sdb
|
|
66
66
|
rubygems_version: 1.0.1
|
|
67
67
|
signing_key:
|
|
68
68
|
specification_version: 2
|