Skip to content

Commit

Permalink
Bump up patch version
Browse files Browse the repository at this point in the history
Add search index info
  • Loading branch information
jugend committed Oct 24, 2011
1 parent b76d8cc commit 4bcb85d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
@@ -1,3 +1,10 @@
2.2.1 2011-10-25
----------------
* Add Gemfile
* Rake, run test task by default
* Rename README to README.rdoc
* Upate README, add search index information

2.2.0 2011-9-06
----------------
* Upgrade to Product Advertising API version to 2011-08-01
Expand Down
3 changes: 3 additions & 0 deletions Readme.rdoc
Expand Up @@ -44,6 +44,9 @@ For HPricot dependency implementation, please install 1.2.x version or checkout

# search amazon uk
res = Amazon::Ecs.item_search('ruby', :country => 'uk')

# search all items, default search index is Books
res = Amazon::Ecs.item_search('ruby', :search_index => 'All')

# some common response object methods
res.is_valid_request? # return true if request is valid
Expand Down
4 changes: 2 additions & 2 deletions amazon-ecs.gemspec
Expand Up @@ -2,8 +2,8 @@

Gem::Specification.new do |gem|
gem.name = %q{amazon-ecs}
gem.version = "2.2.0"
gem.date = "2011-09-06"
gem.version = "2.2.1"
gem.date = "2011-10-25"
gem.authors = ["Herryanto Siatono"]
gem.description = %q{Generic Amazon Product Advertising Ruby API}
gem.email = %q{herryanto@gmail.com}
Expand Down

0 comments on commit 4bcb85d

Please sign in to comment.