public
Description: Acts as Amazon Product
Homepage:
Clone URL: git://github.com/netphase/aaap.git
aaap / CHANGELOG
100644 42 lines (33 sloc) 1.613 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
= 2.1
=== 20th July, 2009
* Support for authenticated calls to Amazon
 
= 2.0
=== 18th June, 2009
* Setup with Jeweler for packaging and deployment
 
= 1.4
=== 11th October, 2008
* Added load_from_amazon and load_from_amazon! methods to load up Amazon attributes into a local object directly (see the README for usage)
* Added new tests for the above functionality
* Changed the response group so that it is a passed-in option, with the default being 'Medium' rather than having it hardcoded.
 
= 1.3
=== 11th August, 2008
* (Thanks to David Eisinger for changes in this release)
* Test wasn't dropping magazines table, causing error when running tests multiple times
* Added access_key and associate_tag to movie and magazine in tests; not setting them was causing tests to fail without ENV variables
* Added a generator to create the amazon_products database migration
* Changed the Hpricot search method: If multiple values, returns them as a comma-separated string; Returns nil if no value found
* Got rid of the amazon_product#hdoc method, moved functionality in to #get
* Added method_missing to amazon_product to search XML based on method name
 
= 1.2
=== 24th April, 2008
* Accepts search_index parameter to work better with Magazines (patch from Parker Morse)
* Changed scm to Git and moved repository to github.com
 
= 1.1
=== 3rd November, 2007
* Use defaults for access_key and associate_tag from the environment: AMAZON_ACCESS_KEY_ID, AMAZON_ASSOCIATE_TAG
* Added example.rb
 
= 1.0
=== 21st September, 2007
 
* Initial release as a gem
* Caches response from Amazon
* Some basic tests. Run "rake test"