-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathruby-aaws.gemspec
More file actions
92 lines (87 loc) · 2.58 KB
/
ruby-aaws.gemspec
File metadata and controls
92 lines (87 loc) · 2.58 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "ruby-aaws"
s.version = "0.9.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ian Macdonald"]
s.date = "2011-09-20"
s.description = "Ruby/AWS is a Ruby wrapper to the Amazon Product Advertising API."
s.email = "code@papercavalier.com"
s.extra_rdoc_files = [
"README",
"README.rdoc"
]
s.files = [
"COPYING",
"INSTALL",
"NEWS",
"README",
"README.rdoc",
"Rakefile",
"VERSION.yml",
"example/batch_operation",
"example/browse_node_lookup1",
"example/customer_content_lookup1",
"example/customer_content_search1",
"example/example1",
"example/help1",
"example/item_lookup1",
"example/item_lookup2",
"example/item_search1",
"example/item_search2",
"example/item_search3",
"example/list_lookup1",
"example/list_search1",
"example/multiple_operation1",
"example/seller_listing_lookup1",
"example/seller_listing_search1",
"example/seller_lookup1",
"example/shopping_cart1",
"example/similarity_lookup1",
"example/tag_lookup1",
"example/transaction_lookup1",
"example/vehicle_search",
"lib/amazon.rb",
"lib/amazon/aws.rb",
"lib/amazon/aws/cache.rb",
"lib/amazon/aws/search.rb",
"lib/amazon/aws/shoppingcart.rb",
"lib/amazon/locale.rb",
"test/setup.rb",
"test/tc_amazon.rb",
"test/tc_aws.rb",
"test/tc_browse_node_lookup.rb",
"test/tc_customer_content_lookup.rb",
"test/tc_help.rb",
"test/tc_item_lookup.rb",
"test/tc_item_search.rb",
"test/tc_list_lookup.rb",
"test/tc_list_search.rb",
"test/tc_multiple_operation.rb",
"test/tc_operation_request.rb",
"test/tc_seller_listing_lookup.rb",
"test/tc_seller_listing_search.rb",
"test/tc_seller_lookup.rb",
"test/tc_serialisation.rb",
"test/tc_shopping_cart.rb",
"test/tc_similarity_lookup.rb",
"test/tc_tag_lookup.rb",
"test/tc_transaction_lookup.rb",
"test/tc_vehicle_operations.rb",
"test/ts_aws.rb"
]
s.homepage = "http://github.com/winescout/ruby-aaws"
s.require_paths = ["lib"]
s.rubygems_version = "1.8.10"
s.summary = "Ruby/AWS is a Ruby wrapper to the Amazon Product Advertising API."
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
end
end