aws_sdb_bare 1.2.0 → 1.2.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/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 0
2
+ :patch: 1
3
3
  :major: 1
4
4
  :minor: 2
data/aws_sdb_bare.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{aws_sdb_bare}
8
- s.version = "1.2.0"
8
+ s.version = "1.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Paolo Negri"]
12
- s.date = %q{2010-02-20}
12
+ s.date = %q{2011-03-05}
13
13
  s.email = %q{hungryblank@gmail.com}
14
14
  s.extra_rdoc_files = [
15
15
  "LICENSE",
@@ -16,7 +16,7 @@ module AwsSdb
16
16
  begin
17
17
  MEMBERS[parsed_doc.root.name].new(parsed_doc)
18
18
  rescue
19
- raise UnknownResponse, "unkwonw response #{doc.inspect}"
19
+ raise UnknownResponse, "unknown response #{doc.inspect}"
20
20
  end
21
21
  end
22
22
 
metadata CHANGED
@@ -1,7 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws_sdb_bare
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ hash: 29
5
+ prerelease:
6
+ segments:
7
+ - 1
8
+ - 2
9
+ - 1
10
+ version: 1.2.1
5
11
  platform: ruby
6
12
  authors:
7
13
  - Paolo Negri
@@ -9,7 +15,7 @@ autorequire:
9
15
  bindir: bin
10
16
  cert_chain: []
11
17
 
12
- date: 2010-02-20 00:00:00 -08:00
18
+ date: 2011-03-05 00:00:00 -08:00
13
19
  default_executable:
14
20
  dependencies: []
15
21
 
@@ -48,21 +54,27 @@ rdoc_options:
48
54
  require_paths:
49
55
  - lib
50
56
  required_ruby_version: !ruby/object:Gem::Requirement
57
+ none: false
51
58
  requirements:
52
59
  - - ">="
53
60
  - !ruby/object:Gem::Version
61
+ hash: 3
62
+ segments:
63
+ - 0
54
64
  version: "0"
55
- version:
56
65
  required_rubygems_version: !ruby/object:Gem::Requirement
66
+ none: false
57
67
  requirements:
58
68
  - - ">="
59
69
  - !ruby/object:Gem::Version
70
+ hash: 3
71
+ segments:
72
+ - 0
60
73
  version: "0"
61
- version:
62
74
  requirements: []
63
75
 
64
76
  rubyforge_project:
65
- rubygems_version: 1.3.5
77
+ rubygems_version: 1.6.1
66
78
  signing_key:
67
79
  specification_version: 3
68
80
  summary: Amazon AWS SDB SimpleDB client library, low level and http lib agnostic