api_bucket 1.0.1 → 1.0.2

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.
@@ -9,8 +9,9 @@ module ApiBucket::Amazon
9
9
 
10
10
  def categories
11
11
  {
12
- ALL: '----',
12
+ ALL: 'All',
13
13
  DVD: 'DVD / BD',
14
+ Books: 'Books',
14
15
  ForeignBooks: 'ForeignBooks',
15
16
  VideoGames: 'VideoGames',
16
17
  Music: 'Music',
@@ -18,6 +19,7 @@ module ApiBucket::Amazon
18
19
  Electronics: 'Electronics',
19
20
  Watches: 'Watches',
20
21
  KindleStore: 'KindleStore',
22
+ Grocery: 'Grocery',
21
23
  }
22
24
  end
23
25
 
@@ -70,4 +72,4 @@ module ApiBucket::Amazon
70
72
 
71
73
  include ApiBucket::Amazon::Client::Http
72
74
  end
73
- end
75
+ end
@@ -1,3 +1,3 @@
1
1
  module ApiBucket
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: api_bucket
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-27 00:00:00.000000000 Z
12
+ date: 2013-03-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nokogiri