contentful 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,8 @@
1
+ ### 0.1.2
2
+
3
+ * Fix the way all content types are retrieved
4
+
5
+
1
6
  ### 0.1.1
2
7
 
3
8
  * Fix a bug that prevented fields with multiple resources to be parsed correctly
@@ -139,7 +139,7 @@ module Contentful
139
139
  # See README for details.
140
140
  def update_dynamic_entry_cache!
141
141
  @dynamic_entry_cache = Hash[
142
- content_types(limit: 0).map do |ct|
142
+ content_types(limit: 1000).map do |ct|
143
143
  [
144
144
  ct.id.to_sym,
145
145
  DynamicEntry.create(ct)
@@ -1,3 +1,3 @@
1
1
  module Contentful
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
@@ -87,7 +87,7 @@ describe 'Client Configuration Options' do
87
87
  it 'will fetch all content_types' do
88
88
  stub(client).content_types{{}}
89
89
  client.update_dynamic_entry_cache!
90
- expect( client ).to have_received.content_types(limit: 0)
90
+ expect( client ).to have_received.content_types(limit: 1000)
91
91
  end
92
92
 
93
93
  it 'will save dynamic entries in @dynamic_entry_cache' do
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - RubyContentfulGem/0.1.0
11
+ - RubyContentfulGem/0.1.1
12
12
  Authorization:
13
13
  - Bearer b4c0n73n7fu1
14
14
  Content-Type:
@@ -21,25 +21,25 @@ http_interactions:
21
21
  message: OK
22
22
  headers:
23
23
  Date:
24
- - Wed, 05 Mar 2014 21:15:53 GMT
24
+ - Wed, 16 Apr 2014 09:00:19 GMT
25
25
  Server:
26
26
  - nginx/1.1.19
27
- Content-Type:
28
- - application/vnd.contentful.delivery.v1+json
29
- X-Contentful-Request-Id:
30
- - 85f-830831768
31
- Etag:
32
- - "\"8d1249fb102065e5e5080d2871e0d05e\""
33
- Access-Control-Allow-Origin:
34
- - "*"
35
27
  Access-Control-Allow-Headers:
36
28
  - Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization
37
29
  Access-Control-Allow-Methods:
38
30
  - GET,HEAD,OPTIONS
31
+ Access-Control-Allow-Origin:
32
+ - "*"
39
33
  Access-Control-Max-Age:
40
34
  - '86400'
41
35
  Cache-Control:
42
36
  - max-age=0
37
+ Content-Type:
38
+ - application/vnd.contentful.delivery.v1+json
39
+ Etag:
40
+ - "\"8d1249fb102065e5e5080d2871e0d05e\""
41
+ X-Contentful-Request-Id:
42
+ - 71a-635716406
43
43
  Content-Length:
44
44
  - '4975'
45
45
  Accept-Ranges:
@@ -49,7 +49,7 @@ http_interactions:
49
49
  Age:
50
50
  - '0'
51
51
  X-Served-By:
52
- - cache-fra1221-FRA
52
+ - cache-am76-AMS
53
53
  X-Cache:
54
54
  - MISS
55
55
  X-Cache-Hits:
@@ -284,5 +284,5 @@ http_interactions:
284
284
  ]
285
285
  }
286
286
  http_version:
287
- recorded_at: Wed, 05 Mar 2014 21:15:53 GMT
288
- recorded_with: VCR 2.8.0
287
+ recorded_at: Wed, 16 Apr 2014 09:00:19 GMT
288
+ recorded_with: VCR 2.9.0
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - RubyContentfulGem/0.1.0
11
+ - RubyContentfulGem/0.1.1
12
12
  Authorization:
13
13
  - Bearer b4c0n73n7fu1
14
14
  Content-Type:
@@ -21,25 +21,25 @@ http_interactions:
21
21
  message: OK
22
22
  headers:
23
23
  Date:
24
- - Thu, 13 Mar 2014 10:01:16 GMT
24
+ - Wed, 16 Apr 2014 09:00:19 GMT
25
25
  Server:
26
26
  - nginx/1.1.19
27
- Content-Type:
28
- - application/vnd.contentful.delivery.v1+json
29
- X-Contentful-Request-Id:
30
- - 85f-830975684
31
- Etag:
32
- - "\"098a04921c0747087815e148a98bcacf\""
33
- Access-Control-Allow-Origin:
34
- - "*"
35
27
  Access-Control-Allow-Headers:
36
28
  - Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization
37
29
  Access-Control-Allow-Methods:
38
30
  - GET,HEAD,OPTIONS
31
+ Access-Control-Allow-Origin:
32
+ - "*"
39
33
  Access-Control-Max-Age:
40
34
  - '86400'
41
35
  Cache-Control:
42
36
  - max-age=0
37
+ Content-Type:
38
+ - application/vnd.contentful.delivery.v1+json
39
+ Etag:
40
+ - "\"098a04921c0747087815e148a98bcacf\""
41
+ X-Contentful-Request-Id:
42
+ - f1c-737716791
43
43
  Content-Length:
44
44
  - '813'
45
45
  Accept-Ranges:
@@ -49,7 +49,7 @@ http_interactions:
49
49
  Age:
50
50
  - '0'
51
51
  X-Served-By:
52
- - cache-am70-AMS
52
+ - cache-am72-AMS
53
53
  X-Cache:
54
54
  - MISS
55
55
  X-Cache-Hits:
@@ -102,5 +102,5 @@ http_interactions:
102
102
  ]
103
103
  }
104
104
  http_version:
105
- recorded_at: Thu, 13 Mar 2014 10:01:16 GMT
106
- recorded_with: VCR 2.8.0
105
+ recorded_at: Wed, 16 Apr 2014 09:00:19 GMT
106
+ recorded_with: VCR 2.9.0
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - RubyContentfulGem/0.1.0
11
+ - RubyContentfulGem/0.1.1
12
12
  Authorization:
13
13
  - Bearer b4c0n73n7fu1
14
14
  Content-Type:
@@ -21,25 +21,25 @@ http_interactions:
21
21
  message: OK
22
22
  headers:
23
23
  Date:
24
- - Thu, 13 Mar 2014 10:14:58 GMT
24
+ - Wed, 16 Apr 2014 09:00:20 GMT
25
25
  Server:
26
26
  - nginx/1.1.19
27
- Content-Type:
28
- - application/vnd.contentful.delivery.v1+json
29
- X-Contentful-Request-Id:
30
- - 85f-830975822
31
- Etag:
32
- - "\"2746811e75b9a95dce07c642289df92a\""
33
- Access-Control-Allow-Origin:
34
- - "*"
35
27
  Access-Control-Allow-Headers:
36
28
  - Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization
37
29
  Access-Control-Allow-Methods:
38
30
  - GET,HEAD,OPTIONS
31
+ Access-Control-Allow-Origin:
32
+ - "*"
39
33
  Access-Control-Max-Age:
40
34
  - '86400'
41
35
  Cache-Control:
42
36
  - max-age=0
37
+ Content-Type:
38
+ - application/vnd.contentful.delivery.v1+json
39
+ Etag:
40
+ - "\"2746811e75b9a95dce07c642289df92a\""
41
+ X-Contentful-Request-Id:
42
+ - 85f-649640517
43
43
  Content-Length:
44
44
  - '95'
45
45
  Accept-Ranges:
@@ -49,7 +49,7 @@ http_interactions:
49
49
  Age:
50
50
  - '0'
51
51
  X-Served-By:
52
- - cache-am77-AMS
52
+ - cache-am71-AMS
53
53
  X-Cache:
54
54
  - MISS
55
55
  X-Cache-Hits:
@@ -69,5 +69,5 @@ http_interactions:
69
69
  "items": []
70
70
  }
71
71
  http_version:
72
- recorded_at: Thu, 13 Mar 2014 10:14:58 GMT
73
- recorded_with: VCR 2.8.0
72
+ recorded_at: Wed, 16 Apr 2014 09:00:20 GMT
73
+ recorded_with: VCR 2.9.0
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - RubyContentfulGem/0.1.0
11
+ - RubyContentfulGem/0.1.1
12
12
  Authorization:
13
13
  - Bearer b4c0n73n7fu1
14
14
  Content-Type:
@@ -21,25 +21,25 @@ http_interactions:
21
21
  message: OK
22
22
  headers:
23
23
  Date:
24
- - Wed, 05 Mar 2014 21:16:37 GMT
24
+ - Wed, 16 Apr 2014 09:00:21 GMT
25
25
  Server:
26
26
  - nginx/1.1.19
27
- Content-Type:
28
- - application/vnd.contentful.delivery.v1+json
29
- X-Contentful-Request-Id:
30
- - 85f-830796626
31
- Etag:
32
- - "\"7a92346b83c581d30e36cad903578c5a\""
33
- Access-Control-Allow-Origin:
34
- - "*"
35
27
  Access-Control-Allow-Headers:
36
28
  - Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization
37
29
  Access-Control-Allow-Methods:
38
30
  - GET,HEAD,OPTIONS
31
+ Access-Control-Allow-Origin:
32
+ - "*"
39
33
  Access-Control-Max-Age:
40
34
  - '86400'
41
35
  Cache-Control:
42
36
  - max-age=0
37
+ Content-Type:
38
+ - application/vnd.contentful.delivery.v1+json
39
+ Etag:
40
+ - "\"7a92346b83c581d30e36cad903578c5a\""
41
+ X-Contentful-Request-Id:
42
+ - f1c-737716588
43
43
  Content-Length:
44
44
  - '724'
45
45
  Accept-Ranges:
@@ -47,13 +47,13 @@ http_interactions:
47
47
  Via:
48
48
  - 1.1 varnish
49
49
  Age:
50
- - '117342'
50
+ - '0'
51
51
  X-Served-By:
52
- - cache-fra1223-FRA
52
+ - cache-am69-AMS
53
53
  X-Cache:
54
- - HIT
54
+ - MISS
55
55
  X-Cache-Hits:
56
- - '1'
56
+ - '0'
57
57
  Vary:
58
58
  - Accept-Encoding
59
59
  body:
@@ -92,5 +92,5 @@ http_interactions:
92
92
  }
93
93
  }
94
94
  http_version:
95
- recorded_at: Wed, 05 Mar 2014 21:16:37 GMT
96
- recorded_with: VCR 2.8.0
95
+ recorded_at: Wed, 16 Apr 2014 09:00:21 GMT
96
+ recorded_with: VCR 2.9.0
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - RubyContentfulGem/0.1.0
11
+ - RubyContentfulGem/0.1.1
12
12
  Authorization:
13
13
  - Bearer b4c0n73n7fu1
14
14
  Content-Type:
@@ -21,21 +21,21 @@ http_interactions:
21
21
  message: Bad Request
22
22
  headers:
23
23
  Date:
24
- - Sat, 08 Mar 2014 17:32:47 GMT
24
+ - Wed, 16 Apr 2014 09:00:23 GMT
25
25
  Server:
26
26
  - nginx/1.1.19
27
- Content-Type:
28
- - application/vnd.contentful.delivery.v1+json
29
- Access-Control-Allow-Origin:
30
- - "*"
31
27
  Access-Control-Allow-Headers:
32
28
  - Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization
33
29
  Access-Control-Allow-Methods:
34
30
  - GET,HEAD,OPTIONS
31
+ Access-Control-Allow-Origin:
32
+ - "*"
35
33
  Access-Control-Max-Age:
36
34
  - '86400'
37
35
  Cache-Control:
38
36
  - max-age=0
37
+ Content-Type:
38
+ - application/vnd.contentful.delivery.v1+json
39
39
  Content-Length:
40
40
  - '361'
41
41
  Accept-Ranges:
@@ -43,7 +43,7 @@ http_interactions:
43
43
  Via:
44
44
  - 1.1 varnish
45
45
  X-Served-By:
46
- - cache-fra1223-FRA
46
+ - cache-fra1235-FRA
47
47
  X-Cache:
48
48
  - MISS
49
49
  X-Cache-Hits:
@@ -69,8 +69,8 @@ http_interactions:
69
69
  }
70
70
  ]
71
71
  },
72
- "requestId": "85f-830893118"
72
+ "requestId": "f1c-737716794"
73
73
  }
74
74
  http_version:
75
- recorded_at: Sat, 08 Mar 2014 17:32:47 GMT
76
- recorded_with: VCR 2.8.0
75
+ recorded_at: Wed, 16 Apr 2014 09:00:23 GMT
76
+ recorded_with: VCR 2.9.0
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - RubyContentfulGem/0.1.0
11
+ - RubyContentfulGem/0.1.1
12
12
  Authorization:
13
13
  - Bearer b4c0n73n7fu1
14
14
  Content-Type:
@@ -21,25 +21,25 @@ http_interactions:
21
21
  message: OK
22
22
  headers:
23
23
  Date:
24
- - Wed, 05 Mar 2014 21:16:38 GMT
24
+ - Wed, 16 Apr 2014 09:00:21 GMT
25
25
  Server:
26
26
  - nginx/1.1.19
27
- Content-Type:
28
- - application/vnd.contentful.delivery.v1+json
29
- X-Contentful-Request-Id:
30
- - 85f-351084865
31
- Etag:
32
- - "\"311dab6ef7fafc9f223a427ddd896e3e\""
33
- Access-Control-Allow-Origin:
34
- - "*"
35
27
  Access-Control-Allow-Headers:
36
28
  - Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization
37
29
  Access-Control-Allow-Methods:
38
30
  - GET,HEAD,OPTIONS
31
+ Access-Control-Allow-Origin:
32
+ - "*"
39
33
  Access-Control-Max-Age:
40
34
  - '86400'
41
35
  Cache-Control:
42
36
  - max-age=0
37
+ Content-Type:
38
+ - application/vnd.contentful.delivery.v1+json
39
+ Etag:
40
+ - "\"311dab6ef7fafc9f223a427ddd896e3e\""
41
+ X-Contentful-Request-Id:
42
+ - 85f-649640519
43
43
  Content-Length:
44
44
  - '1578'
45
45
  Accept-Ranges:
@@ -47,13 +47,13 @@ http_interactions:
47
47
  Via:
48
48
  - 1.1 varnish
49
49
  Age:
50
- - '255677'
50
+ - '0'
51
51
  X-Served-By:
52
- - cache-fra1224-FRA
52
+ - cache-am70-AMS
53
53
  X-Cache:
54
- - HIT
54
+ - MISS
55
55
  X-Cache-Hits:
56
- - '1'
56
+ - '0'
57
57
  Vary:
58
58
  - Accept-Encoding
59
59
  body:
@@ -143,5 +143,5 @@ http_interactions:
143
143
  }
144
144
  }
145
145
  http_version:
146
- recorded_at: Wed, 05 Mar 2014 21:16:38 GMT
147
- recorded_with: VCR 2.8.0
146
+ recorded_at: Wed, 16 Apr 2014 09:00:21 GMT
147
+ recorded_with: VCR 2.9.0
@@ -8,7 +8,7 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - RubyContentfulGem/0.1.0
11
+ - RubyContentfulGem/0.1.1
12
12
  Authorization:
13
13
  - Bearer b4c0n73n7fu1
14
14
  Content-Type:
@@ -21,25 +21,25 @@ http_interactions:
21
21
  message: OK
22
22
  headers:
23
23
  Date:
24
- - Wed, 05 Mar 2014 23:36:42 GMT
24
+ - Wed, 16 Apr 2014 09:00:21 GMT
25
25
  Server:
26
26
  - nginx/1.1.19
27
- Content-Type:
28
- - application/vnd.contentful.delivery.v1+json
29
- X-Contentful-Request-Id:
30
- - 85f-830835761
31
- Etag:
32
- - "\"969d4a23d1c51238e2fe52facedac400\""
33
- Access-Control-Allow-Origin:
34
- - "*"
35
27
  Access-Control-Allow-Headers:
36
28
  - Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization
37
29
  Access-Control-Allow-Methods:
38
30
  - GET,HEAD,OPTIONS
31
+ Access-Control-Allow-Origin:
32
+ - "*"
39
33
  Access-Control-Max-Age:
40
34
  - '86400'
41
35
  Cache-Control:
42
36
  - max-age=0
37
+ Content-Type:
38
+ - application/vnd.contentful.delivery.v1+json
39
+ Etag:
40
+ - "\"4fd389dc6eb0344fa98184c811f12f8d\""
41
+ X-Contentful-Request-Id:
42
+ - 85f-649640028
43
43
  Content-Length:
44
44
  - '11939'
45
45
  Accept-Ranges:
@@ -47,9 +47,9 @@ http_interactions:
47
47
  Via:
48
48
  - 1.1 varnish
49
49
  Age:
50
- - '3758'
50
+ - '2003'
51
51
  X-Served-By:
52
- - cache-fra1234-FRA
52
+ - cache-fra1233-FRA
53
53
  X-Cache:
54
54
  - HIT
55
55
  X-Cache-Hits:
@@ -314,17 +314,17 @@ http_interactions:
314
314
  "id": "1t9IbcfdCk6m04uISSsaIK"
315
315
  }
316
316
  },
317
- "id": "7qVBlCjpWE86Oseo40gAEY",
317
+ "id": "4MU1s3potiUEM2G4okYOqw",
318
318
  "revision": 1,
319
- "createdAt": "2014-02-21T13:43:38.258Z",
320
- "updatedAt": "2014-02-21T13:43:38.258Z",
319
+ "createdAt": "2014-02-21T13:42:45.926Z",
320
+ "updatedAt": "2014-02-21T13:42:45.926Z",
321
321
  "locale": "en-US"
322
322
  },
323
323
  "fields": {
324
- "name": "San Francisco",
324
+ "name": "Berlin",
325
325
  "center": {
326
- "lat": 37.7749295,
327
- "lon": -122.41941550000001
326
+ "lat": 52.52000659999999,
327
+ "lon": 13.404953999999975
328
328
  }
329
329
  }
330
330
  },
@@ -345,17 +345,17 @@ http_interactions:
345
345
  "id": "1t9IbcfdCk6m04uISSsaIK"
346
346
  }
347
347
  },
348
- "id": "4MU1s3potiUEM2G4okYOqw",
348
+ "id": "5ETMRzkl9KM4omyMwKAOki",
349
349
  "revision": 1,
350
- "createdAt": "2014-02-21T13:42:45.926Z",
351
- "updatedAt": "2014-02-21T13:42:45.926Z",
350
+ "createdAt": "2014-02-21T13:42:57.752Z",
351
+ "updatedAt": "2014-02-21T13:42:57.752Z",
352
352
  "locale": "en-US"
353
353
  },
354
354
  "fields": {
355
- "name": "Berlin",
355
+ "name": "London",
356
356
  "center": {
357
- "lat": 52.52000659999999,
358
- "lon": 13.404953999999975
357
+ "lat": 51.508515,
358
+ "lon": -0.12548719999995228
359
359
  }
360
360
  }
361
361
  },
@@ -376,17 +376,17 @@ http_interactions:
376
376
  "id": "1t9IbcfdCk6m04uISSsaIK"
377
377
  }
378
378
  },
379
- "id": "5ETMRzkl9KM4omyMwKAOki",
379
+ "id": "ge1xHyH3QOWucKWCCAgIG",
380
380
  "revision": 1,
381
- "createdAt": "2014-02-21T13:42:57.752Z",
382
- "updatedAt": "2014-02-21T13:42:57.752Z",
381
+ "createdAt": "2014-02-21T13:43:23.210Z",
382
+ "updatedAt": "2014-02-21T13:43:23.210Z",
383
383
  "locale": "en-US"
384
384
  },
385
385
  "fields": {
386
- "name": "London",
386
+ "name": "Paris",
387
387
  "center": {
388
- "lat": 51.508515,
389
- "lon": -0.12548719999995228
388
+ "lat": 48.856614,
389
+ "lon": 2.3522219000000177
390
390
  }
391
391
  }
392
392
  },
@@ -407,17 +407,17 @@ http_interactions:
407
407
  "id": "1t9IbcfdCk6m04uISSsaIK"
408
408
  }
409
409
  },
410
- "id": "ge1xHyH3QOWucKWCCAgIG",
411
- "revision": 1,
412
- "createdAt": "2014-02-21T13:43:23.210Z",
413
- "updatedAt": "2014-02-21T13:43:23.210Z",
410
+ "id": "7qVBlCjpWE86Oseo40gAEY",
411
+ "revision": 2,
412
+ "createdAt": "2014-02-21T13:43:38.258Z",
413
+ "updatedAt": "2014-04-15T08:22:22.010Z",
414
414
  "locale": "en-US"
415
415
  },
416
416
  "fields": {
417
- "name": "Paris",
417
+ "name": "San Francisco",
418
418
  "center": {
419
- "lat": 48.856614,
420
- "lon": 2.3522219000000177
419
+ "lat": 37.7749295,
420
+ "lon": -122.41941550000001
421
421
  }
422
422
  }
423
423
  }
@@ -557,5 +557,5 @@ http_interactions:
557
557
  }
558
558
  }
559
559
  http_version:
560
- recorded_at: Wed, 05 Mar 2014 23:36:42 GMT
561
- recorded_with: VCR 2.8.0
560
+ recorded_at: Wed, 16 Apr 2014 09:00:21 GMT
561
+ recorded_with: VCR 2.9.0