compactor 0.4.5 → 0.4.6
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/.gitignore +0 -1
- data/Gemfile.lock +56 -0
- data/lib/compactor/version.rb +1 -1
- metadata +239 -209
- checksums.yaml +0 -15
data/.gitignore
CHANGED
data/Gemfile.lock
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
PATH
|
|
2
|
+
remote: .
|
|
3
|
+
specs:
|
|
4
|
+
compactor (0.4.5)
|
|
5
|
+
jruby-openssl (= 0.7.3)
|
|
6
|
+
mechanize (= 2.4)
|
|
7
|
+
nokogiri (>= 1.5.0, < 1.5.3)
|
|
8
|
+
|
|
9
|
+
GEM
|
|
10
|
+
remote: http://rubygems.org/
|
|
11
|
+
specs:
|
|
12
|
+
awesome_print (1.1.0)
|
|
13
|
+
bouncy-castle-java (1.5.0147)
|
|
14
|
+
domain_name (0.5.12)
|
|
15
|
+
unf (>= 0.0.5, < 1.0.0)
|
|
16
|
+
fakeweb (1.3.0)
|
|
17
|
+
jruby-openssl (0.7.3)
|
|
18
|
+
bouncy-castle-java
|
|
19
|
+
mechanize (2.4)
|
|
20
|
+
domain_name (~> 0.5, >= 0.5.1)
|
|
21
|
+
mime-types (~> 1.17, >= 1.17.2)
|
|
22
|
+
net-http-digest_auth (~> 1.1, >= 1.1.1)
|
|
23
|
+
net-http-persistent (~> 2.5, >= 2.5.2)
|
|
24
|
+
nokogiri (~> 1.4)
|
|
25
|
+
ntlm-http (~> 0.1, >= 0.1.1)
|
|
26
|
+
webrobots (~> 0.0, >= 0.0.9)
|
|
27
|
+
metaclass (0.0.1)
|
|
28
|
+
mime-types (1.23)
|
|
29
|
+
mocha (0.12.1)
|
|
30
|
+
metaclass (~> 0.0.1)
|
|
31
|
+
net-http-digest_auth (1.4)
|
|
32
|
+
net-http-persistent (2.8)
|
|
33
|
+
nokogiri (1.5.2-java)
|
|
34
|
+
ntlm-http (0.1.1)
|
|
35
|
+
rake (10.1.0)
|
|
36
|
+
rcov (0.9.11)
|
|
37
|
+
rcov (0.9.11-java)
|
|
38
|
+
unf (0.1.1)
|
|
39
|
+
unf_ext
|
|
40
|
+
unf (0.1.1-java)
|
|
41
|
+
unf_ext (0.0.6)
|
|
42
|
+
vcr (2.0.1)
|
|
43
|
+
webrobots (0.1.1)
|
|
44
|
+
|
|
45
|
+
PLATFORMS
|
|
46
|
+
java
|
|
47
|
+
|
|
48
|
+
DEPENDENCIES
|
|
49
|
+
awesome_print
|
|
50
|
+
bundler (~> 1.3)
|
|
51
|
+
compactor!
|
|
52
|
+
fakeweb
|
|
53
|
+
mocha (= 0.12.1)
|
|
54
|
+
rake
|
|
55
|
+
rcov (= 0.9.11)
|
|
56
|
+
vcr (~> 2.0.0)
|
data/lib/compactor/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,224 +1,254 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: compactor
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
prerelease: false
|
|
5
|
+
segments:
|
|
6
|
+
- 0
|
|
7
|
+
- 4
|
|
8
|
+
- 6
|
|
9
|
+
version: 0.4.6
|
|
5
10
|
platform: ruby
|
|
6
|
-
authors:
|
|
7
|
-
- Julio Santos
|
|
11
|
+
authors:
|
|
12
|
+
- Julio Santos
|
|
8
13
|
autorequire:
|
|
9
14
|
bindir: bin
|
|
10
15
|
cert_chain: []
|
|
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
|
-
- !ruby/object:Gem::
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
- !ruby/object:Gem::
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
16
|
+
|
|
17
|
+
date: 2013-07-23 00:00:00 -07:00
|
|
18
|
+
default_executable:
|
|
19
|
+
dependencies:
|
|
20
|
+
- !ruby/object:Gem::Dependency
|
|
21
|
+
name: mechanize
|
|
22
|
+
prerelease: false
|
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
24
|
+
requirements:
|
|
25
|
+
- - "="
|
|
26
|
+
- !ruby/object:Gem::Version
|
|
27
|
+
segments:
|
|
28
|
+
- 2
|
|
29
|
+
- 4
|
|
30
|
+
version: "2.4"
|
|
31
|
+
type: :runtime
|
|
32
|
+
version_requirements: *id001
|
|
33
|
+
- !ruby/object:Gem::Dependency
|
|
34
|
+
name: jruby-openssl
|
|
35
|
+
prerelease: false
|
|
36
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - "="
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
segments:
|
|
41
|
+
- 0
|
|
42
|
+
- 7
|
|
43
|
+
- 3
|
|
44
|
+
version: 0.7.3
|
|
45
|
+
type: :runtime
|
|
46
|
+
version_requirements: *id002
|
|
47
|
+
- !ruby/object:Gem::Dependency
|
|
48
|
+
name: nokogiri
|
|
49
|
+
prerelease: false
|
|
50
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
|
51
|
+
requirements:
|
|
52
|
+
- - ">="
|
|
53
|
+
- !ruby/object:Gem::Version
|
|
54
|
+
segments:
|
|
55
|
+
- 1
|
|
56
|
+
- 5
|
|
57
|
+
- 0
|
|
58
|
+
version: 1.5.0
|
|
59
|
+
- - <
|
|
60
|
+
- !ruby/object:Gem::Version
|
|
61
|
+
segments:
|
|
62
|
+
- 1
|
|
63
|
+
- 5
|
|
64
|
+
- 3
|
|
65
|
+
version: 1.5.3
|
|
66
|
+
type: :runtime
|
|
67
|
+
version_requirements: *id003
|
|
68
|
+
- !ruby/object:Gem::Dependency
|
|
69
|
+
name: rake
|
|
70
|
+
prerelease: false
|
|
71
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
|
72
|
+
requirements:
|
|
73
|
+
- - ">="
|
|
74
|
+
- !ruby/object:Gem::Version
|
|
75
|
+
segments:
|
|
76
|
+
- 0
|
|
77
|
+
version: "0"
|
|
78
|
+
type: :development
|
|
79
|
+
version_requirements: *id004
|
|
80
|
+
- !ruby/object:Gem::Dependency
|
|
81
|
+
name: mocha
|
|
82
|
+
prerelease: false
|
|
83
|
+
requirement: &id005 !ruby/object:Gem::Requirement
|
|
84
|
+
requirements:
|
|
85
|
+
- - "="
|
|
86
|
+
- !ruby/object:Gem::Version
|
|
87
|
+
segments:
|
|
88
|
+
- 0
|
|
89
|
+
- 12
|
|
90
|
+
- 1
|
|
91
|
+
version: 0.12.1
|
|
92
|
+
type: :development
|
|
93
|
+
version_requirements: *id005
|
|
94
|
+
- !ruby/object:Gem::Dependency
|
|
95
|
+
name: vcr
|
|
96
|
+
prerelease: false
|
|
97
|
+
requirement: &id006 !ruby/object:Gem::Requirement
|
|
98
|
+
requirements:
|
|
99
|
+
- - ~>
|
|
100
|
+
- !ruby/object:Gem::Version
|
|
101
|
+
segments:
|
|
102
|
+
- 2
|
|
103
|
+
- 0
|
|
104
|
+
- 0
|
|
105
|
+
version: 2.0.0
|
|
106
|
+
type: :development
|
|
107
|
+
version_requirements: *id006
|
|
108
|
+
- !ruby/object:Gem::Dependency
|
|
109
|
+
name: fakeweb
|
|
110
|
+
prerelease: false
|
|
111
|
+
requirement: &id007 !ruby/object:Gem::Requirement
|
|
112
|
+
requirements:
|
|
113
|
+
- - ">="
|
|
114
|
+
- !ruby/object:Gem::Version
|
|
115
|
+
segments:
|
|
116
|
+
- 0
|
|
117
|
+
version: "0"
|
|
118
|
+
type: :development
|
|
119
|
+
version_requirements: *id007
|
|
120
|
+
- !ruby/object:Gem::Dependency
|
|
121
|
+
name: rcov
|
|
122
|
+
prerelease: false
|
|
123
|
+
requirement: &id008 !ruby/object:Gem::Requirement
|
|
124
|
+
requirements:
|
|
125
|
+
- - "="
|
|
126
|
+
- !ruby/object:Gem::Version
|
|
127
|
+
segments:
|
|
128
|
+
- 0
|
|
129
|
+
- 9
|
|
130
|
+
- 11
|
|
131
|
+
version: 0.9.11
|
|
132
|
+
type: :development
|
|
133
|
+
version_requirements: *id008
|
|
134
|
+
- !ruby/object:Gem::Dependency
|
|
135
|
+
name: bundler
|
|
136
|
+
prerelease: false
|
|
137
|
+
requirement: &id009 !ruby/object:Gem::Requirement
|
|
138
|
+
requirements:
|
|
139
|
+
- - ~>
|
|
140
|
+
- !ruby/object:Gem::Version
|
|
141
|
+
segments:
|
|
142
|
+
- 1
|
|
143
|
+
- 3
|
|
144
|
+
version: "1.3"
|
|
145
|
+
type: :development
|
|
146
|
+
version_requirements: *id009
|
|
147
|
+
- !ruby/object:Gem::Dependency
|
|
148
|
+
name: awesome_print
|
|
149
|
+
prerelease: false
|
|
150
|
+
requirement: &id010 !ruby/object:Gem::Requirement
|
|
151
|
+
requirements:
|
|
152
|
+
- - ">="
|
|
153
|
+
- !ruby/object:Gem::Version
|
|
154
|
+
segments:
|
|
155
|
+
- 0
|
|
156
|
+
version: "0"
|
|
157
|
+
type: :development
|
|
158
|
+
version_requirements: *id010
|
|
139
159
|
description: Scrape Amazon Seller Central
|
|
140
|
-
email:
|
|
141
|
-
- julio@morgane.com
|
|
160
|
+
email:
|
|
161
|
+
- julio@morgane.com
|
|
142
162
|
executables: []
|
|
163
|
+
|
|
143
164
|
extensions: []
|
|
165
|
+
|
|
144
166
|
extra_rdoc_files: []
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
- .
|
|
148
|
-
-
|
|
149
|
-
-
|
|
150
|
-
-
|
|
151
|
-
-
|
|
152
|
-
-
|
|
153
|
-
-
|
|
154
|
-
-
|
|
155
|
-
-
|
|
156
|
-
- lib/compactor
|
|
157
|
-
- lib/compactor/
|
|
158
|
-
- lib/compactor/
|
|
159
|
-
- lib/compactor/
|
|
160
|
-
-
|
|
161
|
-
-
|
|
162
|
-
- test/compactor/
|
|
163
|
-
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/
|
|
164
|
-
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/find_reports/
|
|
165
|
-
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/find_reports/
|
|
166
|
-
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/
|
|
167
|
-
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/
|
|
168
|
-
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/
|
|
169
|
-
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/
|
|
170
|
-
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/
|
|
171
|
-
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/
|
|
172
|
-
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/
|
|
173
|
-
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/
|
|
174
|
-
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/
|
|
175
|
-
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/
|
|
176
|
-
- test/compactor/
|
|
177
|
-
- test/compactor/
|
|
178
|
-
- test/compactor/
|
|
179
|
-
- test/
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
167
|
+
|
|
168
|
+
files:
|
|
169
|
+
- .gitignore
|
|
170
|
+
- .travis.yml
|
|
171
|
+
- Gemfile
|
|
172
|
+
- Gemfile.lock
|
|
173
|
+
- LICENSE
|
|
174
|
+
- LICENSE.txt
|
|
175
|
+
- README.md
|
|
176
|
+
- Rakefile
|
|
177
|
+
- compactor.gemspec
|
|
178
|
+
- lib/compactor.rb
|
|
179
|
+
- lib/compactor/extensions.rb
|
|
180
|
+
- lib/compactor/scraped_row.rb
|
|
181
|
+
- lib/compactor/scraper.rb
|
|
182
|
+
- lib/compactor/version.rb
|
|
183
|
+
- lib/compactor/xml_parser.rb
|
|
184
|
+
- test/compactor/date_extensions_test.rb
|
|
185
|
+
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_bad_login/raise_error.yml
|
|
186
|
+
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/find_reports/multiple_pages.yml
|
|
187
|
+
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/find_reports/no_reports.yml
|
|
188
|
+
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/find_reports/no_reports_to_request.yml
|
|
189
|
+
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/find_reports/reports_to_request.yml
|
|
190
|
+
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/get_balance.yml
|
|
191
|
+
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/get_orders.yml
|
|
192
|
+
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/get_orders_big.yml
|
|
193
|
+
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/get_orders_logging.yml
|
|
194
|
+
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/get_orders_with_po_box.yml
|
|
195
|
+
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/shipping_address_not_starting_with_number.yml
|
|
196
|
+
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/with_multiple_marketplaces/find_reports/reports_to_request.yml
|
|
197
|
+
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/with_multiple_marketplaces/get_marketplaces.yml
|
|
198
|
+
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/with_single_marketplaces/get_marketplaces.yml
|
|
199
|
+
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_locked_account/raise_error.yml
|
|
200
|
+
- test/compactor/mechanize_extensions_test.rb
|
|
201
|
+
- test/compactor/scraped_row_test.rb
|
|
202
|
+
- test/compactor/scraper_test.rb
|
|
203
|
+
- test/test_helper.rb
|
|
204
|
+
has_rdoc: true
|
|
205
|
+
homepage: ""
|
|
206
|
+
licenses:
|
|
207
|
+
- MIT
|
|
184
208
|
post_install_message:
|
|
185
209
|
rdoc_options: []
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
210
|
+
|
|
211
|
+
require_paths:
|
|
212
|
+
- lib
|
|
213
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
214
|
+
requirements:
|
|
215
|
+
- - ">="
|
|
216
|
+
- !ruby/object:Gem::Version
|
|
217
|
+
segments:
|
|
218
|
+
- 0
|
|
219
|
+
version: "0"
|
|
220
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
221
|
+
requirements:
|
|
222
|
+
- - ">="
|
|
223
|
+
- !ruby/object:Gem::Version
|
|
224
|
+
segments:
|
|
225
|
+
- 0
|
|
226
|
+
version: "0"
|
|
198
227
|
requirements: []
|
|
228
|
+
|
|
199
229
|
rubyforge_project:
|
|
200
|
-
rubygems_version:
|
|
230
|
+
rubygems_version: 1.3.6
|
|
201
231
|
signing_key:
|
|
202
|
-
specification_version:
|
|
232
|
+
specification_version: 3
|
|
203
233
|
summary: Scrape Amazon Seller Central
|
|
204
|
-
test_files:
|
|
205
|
-
- test/compactor/date_extensions_test.rb
|
|
206
|
-
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_bad_login/raise_error.yml
|
|
207
|
-
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/find_reports/multiple_pages.yml
|
|
208
|
-
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/find_reports/no_reports.yml
|
|
209
|
-
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/find_reports/no_reports_to_request.yml
|
|
210
|
-
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/find_reports/reports_to_request.yml
|
|
211
|
-
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/get_balance.yml
|
|
212
|
-
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/get_orders.yml
|
|
213
|
-
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/get_orders_big.yml
|
|
214
|
-
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/get_orders_logging.yml
|
|
215
|
-
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/get_orders_with_po_box.yml
|
|
216
|
-
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/shipping_address_not_starting_with_number.yml
|
|
217
|
-
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/with_multiple_marketplaces/find_reports/reports_to_request.yml
|
|
218
|
-
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/with_multiple_marketplaces/get_marketplaces.yml
|
|
219
|
-
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/with_single_marketplaces/get_marketplaces.yml
|
|
220
|
-
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_locked_account/raise_error.yml
|
|
221
|
-
- test/compactor/mechanize_extensions_test.rb
|
|
222
|
-
- test/compactor/scraped_row_test.rb
|
|
223
|
-
- test/compactor/scraper_test.rb
|
|
224
|
-
- test/test_helper.rb
|
|
234
|
+
test_files:
|
|
235
|
+
- test/compactor/date_extensions_test.rb
|
|
236
|
+
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_bad_login/raise_error.yml
|
|
237
|
+
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/find_reports/multiple_pages.yml
|
|
238
|
+
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/find_reports/no_reports.yml
|
|
239
|
+
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/find_reports/no_reports_to_request.yml
|
|
240
|
+
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/find_reports/reports_to_request.yml
|
|
241
|
+
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/get_balance.yml
|
|
242
|
+
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/get_orders.yml
|
|
243
|
+
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/get_orders_big.yml
|
|
244
|
+
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/get_orders_logging.yml
|
|
245
|
+
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/get_orders_with_po_box.yml
|
|
246
|
+
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/shipping_address_not_starting_with_number.yml
|
|
247
|
+
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/with_multiple_marketplaces/find_reports/reports_to_request.yml
|
|
248
|
+
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/with_multiple_marketplaces/get_marketplaces.yml
|
|
249
|
+
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_good_login/with_single_marketplaces/get_marketplaces.yml
|
|
250
|
+
- test/compactor/fixtures/vcr_cassettes/AmazonReportScraper/with_locked_account/raise_error.yml
|
|
251
|
+
- test/compactor/mechanize_extensions_test.rb
|
|
252
|
+
- test/compactor/scraped_row_test.rb
|
|
253
|
+
- test/compactor/scraper_test.rb
|
|
254
|
+
- test/test_helper.rb
|
checksums.yaml
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
!binary "U0hBMQ==":
|
|
3
|
-
metadata.gz: !binary |-
|
|
4
|
-
MWM4NjUzN2JmMDJjOTA4NmVlOTZiNmIyMTI3OGI0ZjRjNTgyMGRlMw==
|
|
5
|
-
data.tar.gz: !binary |-
|
|
6
|
-
NTAxZTE5MjM1Mjg5MDc3ZDIxNDVhZDlhMDcxOTA4NTMxOThmYWY2Nw==
|
|
7
|
-
!binary "U0hBNTEy":
|
|
8
|
-
metadata.gz: !binary |-
|
|
9
|
-
ZmExZWM4ZThiNjVmNzkwNWQyNmJmMzVmZTkxODgzNmYyNWEwNDk1YzVkY2Ew
|
|
10
|
-
N2IyM2RiMzI5ZDkxMjZkZGQ0YWY1NzZjODdlY2IxZGY3NmJlNGNlZTNmNGZj
|
|
11
|
-
YTExZjNmMjFiNDc4Y2U4NDRmNWZlZDZhZjI0OTRkZjNkNGE5YTA=
|
|
12
|
-
data.tar.gz: !binary |-
|
|
13
|
-
Y2QxMWMwMzgxZmFjNWZjZTE0NGVhNDEzZTQzZmM0YmYzZTEzOWY0MzZlNmYw
|
|
14
|
-
N2YwOTkwZTU0NTY0OTJjNzkwNmY3ZjRkMGYwYWJiYmFmODhmN2M5ZTI1YTg2
|
|
15
|
-
MGI2YTY5YmJmYzFmZjI3YTBiNjAzYzA0Yzc3MzMyYzg2ODM0MWI=
|