john_stamos 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (51) hide show
  1. data/README.md +95 -79
  2. data/john_stamos.gemspec +3 -2
  3. data/lib/john_stamos/client.rb +32 -17
  4. data/lib/john_stamos/pin_search.rb +4 -3
  5. data/lib/john_stamos/pinner.rb +1 -1
  6. data/lib/john_stamos/version.rb +1 -1
  7. data/lib/john_stamos.rb +5 -2
  8. data/spec/lib/john_stamos/client_spec.rb +55 -66
  9. data/spec/lib/john_stamos/pin_search_spec.rb +9 -9
  10. data/spec/support/vcr_cassettes/JohnStamos_Client/_make_request/returns_a_string_representation_of_the_response_body.yml +59 -0
  11. data/spec/support/vcr_cassettes/JohnStamos_Client/_page_content/returns_a_Nokogiri_HTML_Document_object.yml +59 -0
  12. data/spec/support/vcr_cassettes/JohnStamos_Client/_search_pins/returns_the_correct_number_of_pins.yml +6448 -980
  13. data/spec/support/vcr_cassettes/JohnStamos_Pin/scraped_data/_pinner/returns_a_Pinner_object.yml +801 -289
  14. data/spec/support/vcr_cassettes/JohnStamos_Pin/scraped_data/_pinner/shows_my_fake_account_as_the_owning_Pinner.yml +802 -289
  15. data/spec/support/vcr_cassettes/JohnStamos_Pin/scraped_data/belongs_to_the_correct_board.yml +801 -289
  16. data/spec/support/vcr_cassettes/JohnStamos_Pin/scraped_data/has_the_correct_description.yml +801 -289
  17. data/spec/support/vcr_cassettes/JohnStamos_Pin/scraped_data/has_the_correct_image.yml +801 -289
  18. data/spec/support/vcr_cassettes/JohnStamos_Pin/scraped_data/has_the_correct_like_count.yml +1329 -287
  19. data/spec/support/vcr_cassettes/JohnStamos_Pin/scraped_data/has_the_correct_repin_count.yml +801 -289
  20. data/spec/support/vcr_cassettes/JohnStamos_Pin/scraped_data/has_the_correct_source_url.yml +801 -290
  21. data/spec/support/vcr_cassettes/JohnStamos_Pin/scraped_data/is_not_a_video.yml +801 -289
  22. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_execute_/when_using_a_search_term_that_yields_thousands_of_pins/with_a_limit_higher_than_the_default/collects_the_correct_number_of_pin_ids.yml +16392 -2609
  23. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_execute_/when_using_a_search_term_that_yields_thousands_of_pins/with_a_limit_lower_than_the_default/collects_the_correct_number_of_pin_ids.yml +10844 -1157
  24. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_execute_/when_using_a_search_term_that_yields_thousands_of_pins/with_a_limit_lower_than_the_default/never_calls_subsequent_retrieval_.yml +10844 -1157
  25. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_execute_/when_using_a_search_term_that_yields_thousands_of_pins/with_no_limit_specified/limits_the_pin_ids_collected_to_50.yml +10844 -1655
  26. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_execute_/when_using_a_search_term_that_yields_thousands_of_pins/with_no_limit_specified/limits_to_50_the_default.yml +10844 -1655
  27. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_first_retrieval_/with_results_found/sets_next_bookmark.yml +5128 -993
  28. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_first_retrieval_/with_results_found/sets_next_bookmark_with_a_hash_for_the_next_25_results.yml +5170 -0
  29. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_first_retrieval_/with_results_found/sets_next_bookmark_with_a_hash_for_the_next_batch_of_results.yml +5170 -0
  30. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_first_retrieval_/with_results_found/should_set_pin_ids.yml +5128 -993
  31. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_first_retrieval_/without_any_results_found/has_a_nil_next_bookmark.yml +834 -211
  32. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_first_retrieval_/without_any_results_found/leaves_the_pin_ids_array_empty.yml +834 -212
  33. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_subsequent_retrieval/with_results_found/sets_next_bookmark_with_a_hash_for_the_next_25_results.yml +9053 -0
  34. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_subsequent_retrieval/with_results_found/sets_next_bookmark_with_a_hash_for_the_next_batch_of_results.yml +9053 -0
  35. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_subsequent_retrieval/with_results_found/sets_the_next_bookmark.yml +8972 -1691
  36. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_subsequent_retrieval/with_results_found/should_append_the_new_pin_ids.yml +8972 -1691
  37. data/spec/support/vcr_cassettes/JohnStamos_Pinner/_about/returns_the_correct_about_text.yml +639 -247
  38. data/spec/support/vcr_cassettes/JohnStamos_Pinner/_avatar/returns_the_correct_avatar_URL.yml +639 -246
  39. data/spec/support/vcr_cassettes/JohnStamos_Pinner/_board_count/returns_the_correct_number_of_boards.yml +639 -246
  40. data/spec/support/vcr_cassettes/JohnStamos_Pinner/_follower_count/returns_a_follower_count_of_0.yml +639 -246
  41. data/spec/support/vcr_cassettes/JohnStamos_Pinner/_location/returns_the_correct_location.yml +639 -247
  42. data/spec/support/vcr_cassettes/JohnStamos_Pinner/_pin_count/returns_the_correct_number_of_pins.yml +639 -246
  43. data/spec/support/vcr_cassettes/JohnStamos_Pinner/_website_url/returns_the_correct_website_url.yml +639 -246
  44. data/spec/support/vcr_cassettes/JohnStamos_Pinner/name_related_attributes/returns_the_correct_first_name.yml +1039 -244
  45. data/spec/support/vcr_cassettes/JohnStamos_Pinner/name_related_attributes/returns_the_correct_full_name.yml +639 -246
  46. data/spec/support/vcr_cassettes/JohnStamos_Pinner/name_related_attributes/returns_the_correct_last_name.yml +639 -246
  47. metadata +163 -146
  48. checksums.yaml +0 -7
  49. data/spec/support/vcr_cassettes/JohnStamos_Client/_page_content/returns_a_Mechanize_Page.yml +0 -221
  50. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_first_retrieval_/with_results_found/sets_next_bookmark_with_a_hash_for_the_next_50_results.yml +0 -1035
  51. data/spec/support/vcr_cassettes/JohnStamos_PinSearch/_subsequent_retrieval/with_results_found/sets_next_bookmark_with_a_hash_for_the_next_50_results.yml +0 -1772
metadata CHANGED
@@ -1,162 +1,167 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: john_stamos
3
- version: !ruby/object:Gem::Version
4
- version: 0.0.1
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 0
8
+ - 2
9
+ version: 0.0.2
5
10
  platform: ruby
6
- authors:
11
+ authors:
7
12
  - mariozig
8
13
  autorequire:
9
14
  bindir: bin
10
15
  cert_chain: []
11
- date: 2013-08-15 00:00:00.000000000 Z
12
- dependencies:
13
- - !ruby/object:Gem::Dependency
16
+
17
+ date: 2013-08-22 00:00:00 -07:00
18
+ default_executable:
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
14
21
  name: bundler
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - ~>
18
- - !ruby/object:Gem::Version
19
- version: '1.3'
20
- type: :development
21
22
  prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ requirements:
24
25
  - - ~>
25
- - !ruby/object:Gem::Version
26
- version: '1.3'
27
- - !ruby/object:Gem::Dependency
28
- name: rake
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - '>='
32
- - !ruby/object:Gem::Version
33
- version: '0'
26
+ - !ruby/object:Gem::Version
27
+ segments:
28
+ - 1
29
+ - 3
30
+ version: "1.3"
34
31
  type: :development
32
+ version_requirements: *id001
33
+ - !ruby/object:Gem::Dependency
34
+ name: rake
35
35
  prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - '>='
39
- - !ruby/object:Gem::Version
40
- version: '0'
41
- - !ruby/object:Gem::Dependency
42
- name: rspec
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - ~>
46
- - !ruby/object:Gem::Version
47
- version: '2.6'
36
+ requirement: &id002 !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ segments:
41
+ - 0
42
+ version: "0"
48
43
  type: :development
44
+ version_requirements: *id002
45
+ - !ruby/object:Gem::Dependency
46
+ name: rspec
49
47
  prerelease: false
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - ~>
53
- - !ruby/object:Gem::Version
54
- version: '2.6'
55
- - !ruby/object:Gem::Dependency
56
- name: webmock
57
- requirement: !ruby/object:Gem::Requirement
58
- requirements:
48
+ requirement: &id003 !ruby/object:Gem::Requirement
49
+ requirements:
59
50
  - - ~>
60
- - !ruby/object:Gem::Version
61
- version: '1.8'
51
+ - !ruby/object:Gem::Version
52
+ segments:
53
+ - 2
54
+ - 6
55
+ version: "2.6"
62
56
  type: :development
57
+ version_requirements: *id003
58
+ - !ruby/object:Gem::Dependency
59
+ name: webmock
63
60
  prerelease: false
64
- version_requirements: !ruby/object:Gem::Requirement
65
- requirements:
61
+ requirement: &id004 !ruby/object:Gem::Requirement
62
+ requirements:
66
63
  - - ~>
67
- - !ruby/object:Gem::Version
68
- version: '1.8'
69
- - !ruby/object:Gem::Dependency
70
- name: vcr
71
- requirement: !ruby/object:Gem::Requirement
72
- requirements:
73
- - - '>='
74
- - !ruby/object:Gem::Version
75
- version: '0'
64
+ - !ruby/object:Gem::Version
65
+ segments:
66
+ - 1
67
+ - 8
68
+ version: "1.8"
76
69
  type: :development
70
+ version_requirements: *id004
71
+ - !ruby/object:Gem::Dependency
72
+ name: vcr
77
73
  prerelease: false
78
- version_requirements: !ruby/object:Gem::Requirement
79
- requirements:
80
- - - '>='
81
- - !ruby/object:Gem::Version
82
- version: '0'
83
- - !ruby/object:Gem::Dependency
74
+ requirement: &id005 !ruby/object:Gem::Requirement
75
+ requirements:
76
+ - - ">="
77
+ - !ruby/object:Gem::Version
78
+ segments:
79
+ - 0
80
+ version: "0"
81
+ type: :development
82
+ version_requirements: *id005
83
+ - !ruby/object:Gem::Dependency
84
84
  name: guard-rspec
85
- requirement: !ruby/object:Gem::Requirement
86
- requirements:
87
- - - '>='
88
- - !ruby/object:Gem::Version
89
- version: '0'
85
+ prerelease: false
86
+ requirement: &id006 !ruby/object:Gem::Requirement
87
+ requirements:
88
+ - - ">="
89
+ - !ruby/object:Gem::Version
90
+ segments:
91
+ - 0
92
+ version: "0"
90
93
  type: :development
94
+ version_requirements: *id006
95
+ - !ruby/object:Gem::Dependency
96
+ name: nokogiri
91
97
  prerelease: false
92
- version_requirements: !ruby/object:Gem::Requirement
93
- requirements:
94
- - - '>='
95
- - !ruby/object:Gem::Version
96
- version: '0'
97
- - !ruby/object:Gem::Dependency
98
- name: mechanize
99
- requirement: !ruby/object:Gem::Requirement
100
- requirements:
101
- - - '>='
102
- - !ruby/object:Gem::Version
103
- version: '0'
98
+ requirement: &id007 !ruby/object:Gem::Requirement
99
+ requirements:
100
+ - - ">="
101
+ - !ruby/object:Gem::Version
102
+ segments:
103
+ - 0
104
+ version: "0"
104
105
  type: :runtime
106
+ version_requirements: *id007
107
+ - !ruby/object:Gem::Dependency
108
+ name: faraday
105
109
  prerelease: false
106
- version_requirements: !ruby/object:Gem::Requirement
107
- requirements:
108
- - - '>='
109
- - !ruby/object:Gem::Version
110
- version: '0'
111
- - !ruby/object:Gem::Dependency
112
- name: rest-client
113
- requirement: !ruby/object:Gem::Requirement
114
- requirements:
115
- - - '>='
116
- - !ruby/object:Gem::Version
117
- version: '0'
110
+ requirement: &id008 !ruby/object:Gem::Requirement
111
+ requirements:
112
+ - - ">="
113
+ - !ruby/object:Gem::Version
114
+ segments:
115
+ - 0
116
+ version: "0"
118
117
  type: :runtime
118
+ version_requirements: *id008
119
+ - !ruby/object:Gem::Dependency
120
+ name: typhoeus
119
121
  prerelease: false
120
- version_requirements: !ruby/object:Gem::Requirement
121
- requirements:
122
- - - '>='
123
- - !ruby/object:Gem::Version
124
- version: '0'
125
- - !ruby/object:Gem::Dependency
126
- name: json
127
- requirement: !ruby/object:Gem::Requirement
128
- requirements:
129
- - - '>='
130
- - !ruby/object:Gem::Version
131
- version: '0'
122
+ requirement: &id009 !ruby/object:Gem::Requirement
123
+ requirements:
124
+ - - ">="
125
+ - !ruby/object:Gem::Version
126
+ segments:
127
+ - 0
128
+ version: "0"
132
129
  type: :runtime
130
+ version_requirements: *id009
131
+ - !ruby/object:Gem::Dependency
132
+ name: json
133
133
  prerelease: false
134
- version_requirements: !ruby/object:Gem::Requirement
135
- requirements:
136
- - - '>='
137
- - !ruby/object:Gem::Version
138
- version: '0'
139
- - !ruby/object:Gem::Dependency
140
- name: launchy
141
- requirement: !ruby/object:Gem::Requirement
142
- requirements:
143
- - - '>='
144
- - !ruby/object:Gem::Version
145
- version: '0'
134
+ requirement: &id010 !ruby/object:Gem::Requirement
135
+ requirements:
136
+ - - ">="
137
+ - !ruby/object:Gem::Version
138
+ segments:
139
+ - 0
140
+ version: "0"
146
141
  type: :runtime
142
+ version_requirements: *id010
143
+ - !ruby/object:Gem::Dependency
144
+ name: launchy
147
145
  prerelease: false
148
- version_requirements: !ruby/object:Gem::Requirement
149
- requirements:
150
- - - '>='
151
- - !ruby/object:Gem::Version
152
- version: '0'
146
+ requirement: &id011 !ruby/object:Gem::Requirement
147
+ requirements:
148
+ - - ">="
149
+ - !ruby/object:Gem::Version
150
+ segments:
151
+ - 0
152
+ version: "0"
153
+ type: :runtime
154
+ version_requirements: *id011
153
155
  description: A Pinterest client
154
- email:
156
+ email:
155
157
  - mariozig@gmail.com
156
158
  executables: []
159
+
157
160
  extensions: []
161
+
158
162
  extra_rdoc_files: []
159
- files:
163
+
164
+ files:
160
165
  - .gitignore
161
166
  - .rspec
162
167
  - .travis.yml
@@ -178,7 +183,8 @@ files:
178
183
  - spec/lib/john_stamos/pinner_spec.rb
179
184
  - spec/lib/john_stamos_spec.rb
180
185
  - spec/spec_helper.rb
181
- - spec/support/vcr_cassettes/JohnStamos_Client/_page_content/returns_a_Mechanize_Page.yml
186
+ - spec/support/vcr_cassettes/JohnStamos_Client/_make_request/returns_a_string_representation_of_the_response_body.yml
187
+ - spec/support/vcr_cassettes/JohnStamos_Client/_page_content/returns_a_Nokogiri_HTML_Document_object.yml
182
188
  - spec/support/vcr_cassettes/JohnStamos_Client/_search_pins/returns_the_correct_number_of_pins.yml
183
189
  - spec/support/vcr_cassettes/JohnStamos_Pin/scraped_data/_pinner/returns_a_Pinner_object.yml
184
190
  - spec/support/vcr_cassettes/JohnStamos_Pin/scraped_data/_pinner/shows_my_fake_account_as_the_owning_Pinner.yml
@@ -195,11 +201,13 @@ files:
195
201
  - spec/support/vcr_cassettes/JohnStamos_PinSearch/_execute_/when_using_a_search_term_that_yields_thousands_of_pins/with_no_limit_specified/limits_the_pin_ids_collected_to_50.yml
196
202
  - spec/support/vcr_cassettes/JohnStamos_PinSearch/_execute_/when_using_a_search_term_that_yields_thousands_of_pins/with_no_limit_specified/limits_to_50_the_default.yml
197
203
  - spec/support/vcr_cassettes/JohnStamos_PinSearch/_first_retrieval_/with_results_found/sets_next_bookmark.yml
198
- - spec/support/vcr_cassettes/JohnStamos_PinSearch/_first_retrieval_/with_results_found/sets_next_bookmark_with_a_hash_for_the_next_50_results.yml
204
+ - spec/support/vcr_cassettes/JohnStamos_PinSearch/_first_retrieval_/with_results_found/sets_next_bookmark_with_a_hash_for_the_next_25_results.yml
205
+ - spec/support/vcr_cassettes/JohnStamos_PinSearch/_first_retrieval_/with_results_found/sets_next_bookmark_with_a_hash_for_the_next_batch_of_results.yml
199
206
  - spec/support/vcr_cassettes/JohnStamos_PinSearch/_first_retrieval_/with_results_found/should_set_pin_ids.yml
200
207
  - spec/support/vcr_cassettes/JohnStamos_PinSearch/_first_retrieval_/without_any_results_found/has_a_nil_next_bookmark.yml
201
208
  - spec/support/vcr_cassettes/JohnStamos_PinSearch/_first_retrieval_/without_any_results_found/leaves_the_pin_ids_array_empty.yml
202
- - spec/support/vcr_cassettes/JohnStamos_PinSearch/_subsequent_retrieval/with_results_found/sets_next_bookmark_with_a_hash_for_the_next_50_results.yml
209
+ - spec/support/vcr_cassettes/JohnStamos_PinSearch/_subsequent_retrieval/with_results_found/sets_next_bookmark_with_a_hash_for_the_next_25_results.yml
210
+ - spec/support/vcr_cassettes/JohnStamos_PinSearch/_subsequent_retrieval/with_results_found/sets_next_bookmark_with_a_hash_for_the_next_batch_of_results.yml
203
211
  - spec/support/vcr_cassettes/JohnStamos_PinSearch/_subsequent_retrieval/with_results_found/sets_the_next_bookmark.yml
204
212
  - spec/support/vcr_cassettes/JohnStamos_PinSearch/_subsequent_retrieval/with_results_found/should_append_the_new_pin_ids.yml
205
213
  - spec/support/vcr_cassettes/JohnStamos_Pinner/_about/returns_the_correct_about_text.yml
@@ -212,38 +220,45 @@ files:
212
220
  - spec/support/vcr_cassettes/JohnStamos_Pinner/name_related_attributes/returns_the_correct_first_name.yml
213
221
  - spec/support/vcr_cassettes/JohnStamos_Pinner/name_related_attributes/returns_the_correct_full_name.yml
214
222
  - spec/support/vcr_cassettes/JohnStamos_Pinner/name_related_attributes/returns_the_correct_last_name.yml
223
+ has_rdoc: true
215
224
  homepage: http://github.com/mariozig/john_stamos/
216
- licenses:
225
+ licenses:
217
226
  - MIT
218
- metadata: {}
219
227
  post_install_message:
220
228
  rdoc_options: []
221
- require_paths:
229
+
230
+ require_paths:
222
231
  - lib
223
- required_ruby_version: !ruby/object:Gem::Requirement
224
- requirements:
225
- - - '>='
226
- - !ruby/object:Gem::Version
227
- version: '0'
228
- required_rubygems_version: !ruby/object:Gem::Requirement
229
- requirements:
230
- - - '>='
231
- - !ruby/object:Gem::Version
232
- version: '0'
232
+ required_ruby_version: !ruby/object:Gem::Requirement
233
+ requirements:
234
+ - - ">="
235
+ - !ruby/object:Gem::Version
236
+ segments:
237
+ - 0
238
+ version: "0"
239
+ required_rubygems_version: !ruby/object:Gem::Requirement
240
+ requirements:
241
+ - - ">="
242
+ - !ruby/object:Gem::Version
243
+ segments:
244
+ - 0
245
+ version: "0"
233
246
  requirements: []
247
+
234
248
  rubyforge_project:
235
- rubygems_version: 2.0.3
249
+ rubygems_version: 1.3.6
236
250
  signing_key:
237
- specification_version: 4
251
+ specification_version: 3
238
252
  summary: An interface into Pinterest that exposes Pinners, Pins and searching.
239
- test_files:
253
+ test_files:
240
254
  - spec/lib/john_stamos/client_spec.rb
241
255
  - spec/lib/john_stamos/pin_search_spec.rb
242
256
  - spec/lib/john_stamos/pin_spec.rb
243
257
  - spec/lib/john_stamos/pinner_spec.rb
244
258
  - spec/lib/john_stamos_spec.rb
245
259
  - spec/spec_helper.rb
246
- - spec/support/vcr_cassettes/JohnStamos_Client/_page_content/returns_a_Mechanize_Page.yml
260
+ - spec/support/vcr_cassettes/JohnStamos_Client/_make_request/returns_a_string_representation_of_the_response_body.yml
261
+ - spec/support/vcr_cassettes/JohnStamos_Client/_page_content/returns_a_Nokogiri_HTML_Document_object.yml
247
262
  - spec/support/vcr_cassettes/JohnStamos_Client/_search_pins/returns_the_correct_number_of_pins.yml
248
263
  - spec/support/vcr_cassettes/JohnStamos_Pin/scraped_data/_pinner/returns_a_Pinner_object.yml
249
264
  - spec/support/vcr_cassettes/JohnStamos_Pin/scraped_data/_pinner/shows_my_fake_account_as_the_owning_Pinner.yml
@@ -260,11 +275,13 @@ test_files:
260
275
  - spec/support/vcr_cassettes/JohnStamos_PinSearch/_execute_/when_using_a_search_term_that_yields_thousands_of_pins/with_no_limit_specified/limits_the_pin_ids_collected_to_50.yml
261
276
  - spec/support/vcr_cassettes/JohnStamos_PinSearch/_execute_/when_using_a_search_term_that_yields_thousands_of_pins/with_no_limit_specified/limits_to_50_the_default.yml
262
277
  - spec/support/vcr_cassettes/JohnStamos_PinSearch/_first_retrieval_/with_results_found/sets_next_bookmark.yml
263
- - spec/support/vcr_cassettes/JohnStamos_PinSearch/_first_retrieval_/with_results_found/sets_next_bookmark_with_a_hash_for_the_next_50_results.yml
278
+ - spec/support/vcr_cassettes/JohnStamos_PinSearch/_first_retrieval_/with_results_found/sets_next_bookmark_with_a_hash_for_the_next_25_results.yml
279
+ - spec/support/vcr_cassettes/JohnStamos_PinSearch/_first_retrieval_/with_results_found/sets_next_bookmark_with_a_hash_for_the_next_batch_of_results.yml
264
280
  - spec/support/vcr_cassettes/JohnStamos_PinSearch/_first_retrieval_/with_results_found/should_set_pin_ids.yml
265
281
  - spec/support/vcr_cassettes/JohnStamos_PinSearch/_first_retrieval_/without_any_results_found/has_a_nil_next_bookmark.yml
266
282
  - spec/support/vcr_cassettes/JohnStamos_PinSearch/_first_retrieval_/without_any_results_found/leaves_the_pin_ids_array_empty.yml
267
- - spec/support/vcr_cassettes/JohnStamos_PinSearch/_subsequent_retrieval/with_results_found/sets_next_bookmark_with_a_hash_for_the_next_50_results.yml
283
+ - spec/support/vcr_cassettes/JohnStamos_PinSearch/_subsequent_retrieval/with_results_found/sets_next_bookmark_with_a_hash_for_the_next_25_results.yml
284
+ - spec/support/vcr_cassettes/JohnStamos_PinSearch/_subsequent_retrieval/with_results_found/sets_next_bookmark_with_a_hash_for_the_next_batch_of_results.yml
268
285
  - spec/support/vcr_cassettes/JohnStamos_PinSearch/_subsequent_retrieval/with_results_found/sets_the_next_bookmark.yml
269
286
  - spec/support/vcr_cassettes/JohnStamos_PinSearch/_subsequent_retrieval/with_results_found/should_append_the_new_pin_ids.yml
270
287
  - spec/support/vcr_cassettes/JohnStamos_Pinner/_about/returns_the_correct_about_text.yml
checksums.yaml DELETED
@@ -1,7 +0,0 @@
1
- ---
2
- SHA1:
3
- metadata.gz: c66ac4a130bded5d5012b17412f1a77cc975f7bb
4
- data.tar.gz: 007cbf2771d8fb6ec1a96f78c47b863ddfd431ba
5
- SHA512:
6
- metadata.gz: 60d24054779e9da576348520c20919f0f5f33c34574860615b71c82103781fce890ed059635f0e1b285f3584dc6a14d028a1cc5efc043ad9fc454f643f5e8395
7
- data.tar.gz: ad0169ed7a5024733155002f2a6cec5b817c5f90aed770b0bd0ed77e959c734439bfeb6f060d71fcea4a6fb43b8b97b1a577c2133b56a5fd5f37435326a0b17f
@@ -1,221 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: get
5
- uri: https://pinterest.com/
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- Accept-Encoding:
11
- - gzip,deflate,identity
12
- Accept:
13
- - '*/*'
14
- User-Agent:
15
- - Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/534.51.22 (KHTML,
16
- like Gecko) Version/5.1.1 Safari/534.51.22
17
- Accept-Charset:
18
- - ISO-8859-1,utf-8;q=0.7,*;q=0.7
19
- Accept-Language:
20
- - en-us,en;q=0.5
21
- Host:
22
- - pinterest.com
23
- Connection:
24
- - keep-alive
25
- Keep-Alive:
26
- - 300
27
- response:
28
- status:
29
- code: 200
30
- message: OK
31
- headers:
32
- Accept-Ranges:
33
- - bytes
34
- Age:
35
- - '0'
36
- Cache-Control:
37
- - no-cache
38
- Content-Encoding:
39
- - gzip
40
- Content-Type:
41
- - text/html; charset=utf-8
42
- Date:
43
- - Thu, 15 Aug 2013 04:36:34 GMT
44
- Pinterest-Breed:
45
- - CORGI
46
- Pinterest-Generated-By:
47
- - ngapp-346d6571
48
- Pinterest-Version:
49
- - 419b911
50
- Server:
51
- - nginx
52
- Set-Cookie:
53
- - _pinterest_sess="eJxLcwlMjHBxDaosNnfMKAv3THHy8Sp3cXfOMSm3tY8vycxNtfUN8TX2ywo1ANKmfo62tmrFqcXFmSm2nlmB5VG5XjlR7oHGvi6Oxv4uQRlRLummfiFOub7ursaR4VE5USFuuVHuvhWe6ba2AGJrIrY=";
54
- Domain=.pinterest.com; expires=Sun, 10-Aug-2014 04:36:34 GMT; Max-Age=31103999;
55
- Path=/
56
- - csrftoken=e836GzH4o71rS1PADezyaMN7Jq1dkpPs; Domain=.pinterest.com; expires=Thu,
57
- 14-Aug-2014 04:36:34 GMT; Max-Age=31449600; Path=/
58
- Vary:
59
- - Cookie, Accept-Encoding
60
- Via:
61
- - 1.1 varnish
62
- X-Varnish:
63
- - '2185378486'
64
- Content-Length:
65
- - '6621'
66
- Connection:
67
- - keep-alive
68
- body:
69
- encoding: ASCII-8BIT
70
- string: !binary |-
71
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- UeVCpomo55BDVmZANc55kogoaGZUxbZM473kzoX4Vyri5MQRQeK5noiaiTW3
85
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 6CGyAxRfmBQNbSLR92IIulDZ/RSmXUGhWEnmHmUyHK52W+olXw+NcGIoHOYI
119
- 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
- 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
- 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
- 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
- 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
- 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
- Z9Otiq69NAYHHseVuKtB1enG36gRq4EoY1yr7eZ0bfd1XRHPrihM6oSPkelT
126
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- gnG5BOZ72MfBrOwB6QYRGLT+VZrAXIAT8V/0ahdm0c4ZWgTuzdG0IRa++5a9
140
- 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
- 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
- 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
- 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
- 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
- ZgsPQ/nM/aiOoHjHUgYl5a+kvMRtESImJaM9ksxbaVdX7yGJYCfH6EoW3Qj7
146
- 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
- ceAfXFvCIRPMEFwaCRiQVyXAtFONFbxDeSNwj9QWMNQpzwY2nCyxD/wa6KVq
148
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- bmAQwhYJKkoOHAuXCVRu9lZt5N8UFtsHR7M4LETm/wYqkaDj04tAktF4TJWm
166
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- CCRnntDd1+VhRIjToYjeQ9RbigGqBT4QXxXEPrJKdD59QejpjPr36H+q+5Hb
182
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- LW3WPBHCfyhAjNMbTwsHHfP9nYPhe9fi+6BBnH7vcKhOLqLvA0nO7Y8BS3GW
190
- 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
- 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
- mZGZo0M8G4LLTHQJU6O1lXSbHtgqSuWDTUULerWtV8yHGqPpVnak01PnOfFm
193
- t/yMlSMSDiblVM2f4Jg9QqHiOYfms+++jEUa/q5UwzMeCyiooiYk0qrbWs00
194
- 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
- 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
- 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
- lXcDk+Zz+dOBJMqzfYGgUXHxRgcLpu3WtRhNOqfa77YmzITY3hcorjafWphN
198
- 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
- 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
- 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
- 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
- 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
- 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
204
- b81rLBKzBZJsk0idGoUR01N5Zkp2U0wIhEU+JaabU4qksRaRDqfkn5kYCWhV
205
- X+puujF/pGhZ3WJRV6z2d4iWW1svNjfWf9rY2lhbW2utvC7ucT23O2RiexH9
206
- KtNdq8/1fv1pOuypkO3jXnv9xauNza1XG+1NFd9Faa+nLg3KmjOJhOqYRjvj
207
- xTyrxaGcvVAtegw834noe5pP04qb12/oMwpg1frK5jnolC92nqemumiy4J99
208
- QKgu4K1S+rKqr6q5LG6qeVExNrqX0croz3vvMXIc8Niinxcpbl1Qc+yWujdY
209
- zVXownZM7OUVE33Yv/YKZHVsXGmZ36msnXUTOuXrOAuUjDuKHwJRHo5WP+Eg
210
- umpRrFYX9eUPcqwBefLiZHKn6j76vLfyCnr0XsHXQGrixuUHIkYXqy5uTk2X
211
- CJuIVS75rVhU/gt9dbjohqGLQfXyY3FB7OeuRf8nhrqRKjgaV9gWa8D1SG48
212
- FMn8RuCnANMknuFZXCO8CJT1NygvDOPmQ2EsLh5+EiDL5DMoD0upD4Wy6Y7m
213
- hcHceiiYpYuMnwLOKoMM0MoNyE/V142DsAvA+6o1rgNjfdqcMdv/1RQnfsGh
214
- luLafRRXa6/jwsY2eBk/PHGvWeSXONOQ8w1EOeQJV8w16IG01BYw6TOnhZRA
215
- NW+MJv0dQZHvpyz8MgOhimyTkVJhy5PWrS9vbjVJCLFq5PXwGsbCjHUYWPtb
216
- InmH0b8nUl1uNM4jT9wIuNYQNz60oZF3aWurNK0wADdktbk6G2r0LT2L+Rmm
217
- YMkgbysvfk/30J7k3XBsRvL5j1B29A9qZr/WUvxO305X/ULRTpd+hPl/AZJ2
218
- pZiUeQAA
219
- http_version:
220
- recorded_at: Thu, 15 Aug 2013 04:36:34 GMT
221
- recorded_with: VCR 2.5.0