bare-ruby-aws 0.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/COPYING +340 -0
- data/INSTALL +260 -0
- data/NEWS +808 -0
- data/README +580 -0
- data/lib/amazon.rb +144 -0
- data/lib/amazon/aws.rb +963 -0
- data/lib/amazon/aws/cache.rb +141 -0
- data/lib/amazon/aws/search.rb +458 -0
- data/test/setup.rb +56 -0
- data/test/tc_amazon.rb +20 -0
- data/test/tc_aws.rb +160 -0
- data/test/tc_item_search.rb +105 -0
- data/test/tc_operation_request.rb +64 -0
- data/test/tc_serialisation.rb +107 -0
- data/test/ts_aws.rb +24 -0
- metadata +91 -0
data/test/ts_aws.rb
ADDED
@@ -0,0 +1,24 @@
|
|
1
|
+
# $Id: ts_aws.rb,v 1.17 2009/06/03 23:25:33 ianmacd Exp $
|
2
|
+
#
|
3
|
+
|
4
|
+
require 'test/unit'
|
5
|
+
require 'tc_amazon'
|
6
|
+
require 'tc_aws'
|
7
|
+
require 'tc_browse_node_lookup'
|
8
|
+
require 'tc_customer_content_lookup'
|
9
|
+
require 'tc_help'
|
10
|
+
require 'tc_item_lookup'
|
11
|
+
require 'tc_item_search'
|
12
|
+
require 'tc_list_lookup'
|
13
|
+
require 'tc_list_search'
|
14
|
+
require 'tc_multiple_operation'
|
15
|
+
require 'tc_operation_request'
|
16
|
+
require 'tc_seller_listing_lookup'
|
17
|
+
require 'tc_seller_listing_search'
|
18
|
+
require 'tc_seller_lookup'
|
19
|
+
require 'tc_serialisation'
|
20
|
+
require 'tc_similarity_lookup'
|
21
|
+
require 'tc_shopping_cart'
|
22
|
+
require 'tc_tag_lookup'
|
23
|
+
require 'tc_transaction_lookup'
|
24
|
+
require 'tc_vehicle_operations'
|
metadata
ADDED
@@ -0,0 +1,91 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: bare-ruby-aws
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 9
|
5
|
+
prerelease: false
|
6
|
+
segments:
|
7
|
+
- 0
|
8
|
+
- 1
|
9
|
+
version: "0.1"
|
10
|
+
platform: ruby
|
11
|
+
authors:
|
12
|
+
- Scott Williams
|
13
|
+
autorequire:
|
14
|
+
bindir: bin
|
15
|
+
cert_chain: []
|
16
|
+
|
17
|
+
date: 2010-07-22 00:00:00 -07:00
|
18
|
+
default_executable:
|
19
|
+
dependencies: []
|
20
|
+
|
21
|
+
description: " A Fork of the Ruby/AWS library that removes operations other than item-search\n and allows a config file location to be specified.\n\n Ruby/AWS is a Ruby language library that allows the programmer to retrieve\n information from Amazon via the Product Advertising API. In addition to the\n original amazon.com site, amazon.co.uk, amazon.de, amazon.fr, amazon.ca and\n amazon.co.jp are also supported.\n"
|
22
|
+
email: scott@krazyyak.com
|
23
|
+
executables: []
|
24
|
+
|
25
|
+
extensions: []
|
26
|
+
|
27
|
+
extra_rdoc_files:
|
28
|
+
- COPYING
|
29
|
+
- INSTALL
|
30
|
+
- NEWS
|
31
|
+
- README
|
32
|
+
files:
|
33
|
+
- lib/amazon.rb
|
34
|
+
- lib/amazon/aws/cache.rb
|
35
|
+
- lib/amazon/aws/search.rb
|
36
|
+
- lib/amazon/aws.rb
|
37
|
+
- test/setup.rb
|
38
|
+
- test/tc_amazon.rb
|
39
|
+
- test/tc_aws.rb
|
40
|
+
- test/tc_item_search.rb
|
41
|
+
- test/tc_operation_request.rb
|
42
|
+
- test/tc_serialisation.rb
|
43
|
+
- test/ts_aws.rb
|
44
|
+
- COPYING
|
45
|
+
- INSTALL
|
46
|
+
- NEWS
|
47
|
+
- README
|
48
|
+
has_rdoc: true
|
49
|
+
homepage: http://github.com/swilliams/Bare-Ruby-AWS
|
50
|
+
licenses: []
|
51
|
+
|
52
|
+
post_install_message:
|
53
|
+
rdoc_options: []
|
54
|
+
|
55
|
+
require_paths:
|
56
|
+
- lib
|
57
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
58
|
+
none: false
|
59
|
+
requirements:
|
60
|
+
- - ">="
|
61
|
+
- !ruby/object:Gem::Version
|
62
|
+
hash: 59
|
63
|
+
segments:
|
64
|
+
- 1
|
65
|
+
- 8
|
66
|
+
- 6
|
67
|
+
version: 1.8.6
|
68
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
69
|
+
none: false
|
70
|
+
requirements:
|
71
|
+
- - ">="
|
72
|
+
- !ruby/object:Gem::Version
|
73
|
+
hash: 3
|
74
|
+
segments:
|
75
|
+
- 0
|
76
|
+
version: "0"
|
77
|
+
requirements: []
|
78
|
+
|
79
|
+
rubyforge_project:
|
80
|
+
rubygems_version: 1.3.7
|
81
|
+
signing_key:
|
82
|
+
specification_version: 3
|
83
|
+
summary: Basic Ruby interface to search Amazon Associates Web Services
|
84
|
+
test_files:
|
85
|
+
- test/setup.rb
|
86
|
+
- test/tc_amazon.rb
|
87
|
+
- test/tc_aws.rb
|
88
|
+
- test/tc_item_search.rb
|
89
|
+
- test/tc_operation_request.rb
|
90
|
+
- test/tc_serialisation.rb
|
91
|
+
- test/ts_aws.rb
|