contentful 2.16.0 → 2.16.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (147) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +3 -0
  3. data/lib/contentful/version.rb +1 -1
  4. metadata +3 -370
  5. data/.gitignore +0 -7
  6. data/.rspec +0 -1
  7. data/.rubocop.yml +0 -31
  8. data/.rubocop_todo.yml +0 -35
  9. data/.travis.yml +0 -15
  10. data/.yardopts +0 -4
  11. data/Gemfile +0 -9
  12. data/Guardfile +0 -24
  13. data/RELEASE.md +0 -8
  14. data/Rakefile +0 -33
  15. data/contentful.gemspec +0 -44
  16. data/examples/custom_classes.rb +0 -39
  17. data/examples/example_queries.rb +0 -26
  18. data/examples/raise_errors.rb +0 -20
  19. data/examples/raw_mode.rb +0 -14
  20. data/spec/array_spec.rb +0 -187
  21. data/spec/asset_spec.rb +0 -220
  22. data/spec/auto_includes_spec.rb +0 -12
  23. data/spec/client_class_spec.rb +0 -86
  24. data/spec/client_configuration_spec.rb +0 -394
  25. data/spec/content_type_spec.rb +0 -49
  26. data/spec/deleted_asset_spec.rb +0 -38
  27. data/spec/deleted_entry_spec.rb +0 -38
  28. data/spec/entry_spec.rb +0 -815
  29. data/spec/error_class_spec.rb +0 -327
  30. data/spec/error_requests_spec.rb +0 -87
  31. data/spec/field_spec.rb +0 -95
  32. data/spec/file_spec.rb +0 -33
  33. data/spec/fixtures/json_responses/400_details_errors_object.json +0 -14
  34. data/spec/fixtures/json_responses/400_details_errors_string.json +0 -12
  35. data/spec/fixtures/json_responses/400_details_string.json +0 -8
  36. data/spec/fixtures/json_responses/403_reasons.json +0 -13
  37. data/spec/fixtures/json_responses/404_details_string.json +0 -8
  38. data/spec/fixtures/json_responses/404_id.json +0 -11
  39. data/spec/fixtures/json_responses/404_sys_type.json +0 -12
  40. data/spec/fixtures/json_responses/404_type.json +0 -10
  41. data/spec/fixtures/json_responses/content_type.json +0 -83
  42. data/spec/fixtures/json_responses/default_400.json +0 -7
  43. data/spec/fixtures/json_responses/default_401.json +0 -7
  44. data/spec/fixtures/json_responses/default_403.json +0 -7
  45. data/spec/fixtures/json_responses/default_404.json +0 -7
  46. data/spec/fixtures/json_responses/default_429.json +0 -7
  47. data/spec/fixtures/json_responses/default_500.json +0 -7
  48. data/spec/fixtures/json_responses/default_502.json +0 -7
  49. data/spec/fixtures/json_responses/default_503.json +0 -7
  50. data/spec/fixtures/json_responses/includes.json +0 -111
  51. data/spec/fixtures/json_responses/link_array.json +0 -43
  52. data/spec/fixtures/json_responses/not_found.json +0 -13
  53. data/spec/fixtures/json_responses/nyancat.json +0 -48
  54. data/spec/fixtures/json_responses/other_error.json +0 -9
  55. data/spec/fixtures/json_responses/other_error_no_details.json +0 -8
  56. data/spec/fixtures/json_responses/other_error_no_message.json +0 -8
  57. data/spec/fixtures/json_responses/other_error_no_request_id.json +0 -8
  58. data/spec/fixtures/json_responses/other_error_nothing.json +0 -6
  59. data/spec/fixtures/json_responses/self_link.json +0 -82
  60. data/spec/fixtures/json_responses/unparsable.json +0 -13
  61. data/spec/fixtures/vcr_cassettes/array.yml +0 -288
  62. data/spec/fixtures/vcr_cassettes/array/marshal_custom_classes.yml +0 -159
  63. data/spec/fixtures/vcr_cassettes/array/marshal_unpublished.yml +0 -315
  64. data/spec/fixtures/vcr_cassettes/array/nested_resources.yml +0 -159
  65. data/spec/fixtures/vcr_cassettes/arrayField.yml +0 -87
  66. data/spec/fixtures/vcr_cassettes/array_page_1.yml +0 -106
  67. data/spec/fixtures/vcr_cassettes/array_page_2.yml +0 -73
  68. data/spec/fixtures/vcr_cassettes/asset.yml +0 -96
  69. data/spec/fixtures/vcr_cassettes/asset/select_empty_array.yml +0 -104
  70. data/spec/fixtures/vcr_cassettes/asset/select_no_sys.yml +0 -119
  71. data/spec/fixtures/vcr_cassettes/asset/select_one_field.yml +0 -97
  72. data/spec/fixtures/vcr_cassettes/asset/select_only_sys.yml +0 -88
  73. data/spec/fixtures/vcr_cassettes/asset/with_tags.yml +0 -138
  74. data/spec/fixtures/vcr_cassettes/assets/issues_129.yml +0 -90
  75. data/spec/fixtures/vcr_cassettes/assets/issues_jekyll_46.yml +0 -115
  76. data/spec/fixtures/vcr_cassettes/bad_request.yml +0 -76
  77. data/spec/fixtures/vcr_cassettes/content_type.yml +0 -147
  78. data/spec/fixtures/vcr_cassettes/entries.yml +0 -561
  79. data/spec/fixtures/vcr_cassettes/entries/empty_fields.yml +0 -246
  80. data/spec/fixtures/vcr_cassettes/entries/issue_117.yml +0 -201
  81. data/spec/fixtures/vcr_cassettes/entries/issue_125.yml +0 -198
  82. data/spec/fixtures/vcr_cassettes/entries/rich_text.yml +0 -1707
  83. data/spec/fixtures/vcr_cassettes/entries/rich_text_hydration_issue.yml +0 -460
  84. data/spec/fixtures/vcr_cassettes/entries/rich_text_nested_fields.yml +0 -653
  85. data/spec/fixtures/vcr_cassettes/entries/rich_text_unresolved_relationships.yml +0 -983
  86. data/spec/fixtures/vcr_cassettes/entries/unresolvable_assets.yml +0 -89
  87. data/spec/fixtures/vcr_cassettes/entries/unresolvable_filter.yml +0 -159
  88. data/spec/fixtures/vcr_cassettes/entries/unresolvable_filter_deeply_nested.yml +0 -167
  89. data/spec/fixtures/vcr_cassettes/entry.yml +0 -102
  90. data/spec/fixtures/vcr_cassettes/entry/custom_resource.yml +0 -168
  91. data/spec/fixtures/vcr_cassettes/entry/include_resolution.yml +0 -101
  92. data/spec/fixtures/vcr_cassettes/entry/include_resolution_uniques.yml +0 -81
  93. data/spec/fixtures/vcr_cassettes/entry/json_objects.yml +0 -88
  94. data/spec/fixtures/vcr_cassettes/entry/json_objects_client.yml +0 -86
  95. data/spec/fixtures/vcr_cassettes/entry/marshal_138.yml +0 -159
  96. data/spec/fixtures/vcr_cassettes/entry/marshal_unpublished.yml +0 -303
  97. data/spec/fixtures/vcr_cassettes/entry/marshall.yml +0 -293
  98. data/spec/fixtures/vcr_cassettes/entry/raw.yml +0 -201
  99. data/spec/fixtures/vcr_cassettes/entry/search_link_to_asset.yml +0 -81
  100. data/spec/fixtures/vcr_cassettes/entry/search_link_to_entry.yml +0 -81
  101. data/spec/fixtures/vcr_cassettes/entry/search_link_to_entry_with_custom_query.yml +0 -115
  102. data/spec/fixtures/vcr_cassettes/entry/select_empty_array.yml +0 -111
  103. data/spec/fixtures/vcr_cassettes/entry/select_no_sys.yml +0 -102
  104. data/spec/fixtures/vcr_cassettes/entry/select_one_field.yml +0 -76
  105. data/spec/fixtures/vcr_cassettes/entry/select_one_field_proper.yml +0 -114
  106. data/spec/fixtures/vcr_cassettes/entry/select_only_sys.yml +0 -111
  107. data/spec/fixtures/vcr_cassettes/entry/with_tags.yml +0 -238
  108. data/spec/fixtures/vcr_cassettes/entry_cache.yml +0 -288
  109. data/spec/fixtures/vcr_cassettes/entry_locales.yml +0 -104
  110. data/spec/fixtures/vcr_cassettes/field.yml +0 -147
  111. data/spec/fixtures/vcr_cassettes/human.yml +0 -118
  112. data/spec/fixtures/vcr_cassettes/linkField.yml +0 -83
  113. data/spec/fixtures/vcr_cassettes/locale.yml +0 -83
  114. data/spec/fixtures/vcr_cassettes/locale_from_environment.yml +0 -121
  115. data/spec/fixtures/vcr_cassettes/location.yml +0 -193
  116. data/spec/fixtures/vcr_cassettes/multi_locale_array_reference.yml +0 -196
  117. data/spec/fixtures/vcr_cassettes/multi_locale_reference.yml +0 -214
  118. data/spec/fixtures/vcr_cassettes/not_found.yml +0 -76
  119. data/spec/fixtures/vcr_cassettes/nyancat.yml +0 -102
  120. data/spec/fixtures/vcr_cassettes/query_array_1.yml +0 -89
  121. data/spec/fixtures/vcr_cassettes/query_array_2.yml +0 -89
  122. data/spec/fixtures/vcr_cassettes/ratelimit.yml +0 -64
  123. data/spec/fixtures/vcr_cassettes/ratelimit_retry.yml +0 -294
  124. data/spec/fixtures/vcr_cassettes/reloaded_entry.yml +0 -102
  125. data/spec/fixtures/vcr_cassettes/space.yml +0 -83
  126. data/spec/fixtures/vcr_cassettes/sync_deleted_asset.yml +0 -174
  127. data/spec/fixtures/vcr_cassettes/sync_deleted_entry.yml +0 -89
  128. data/spec/fixtures/vcr_cassettes/sync_deletion.yml +0 -191
  129. data/spec/fixtures/vcr_cassettes/sync_environment.yml +0 -81
  130. data/spec/fixtures/vcr_cassettes/sync_page.yml +0 -637
  131. data/spec/fixtures/vcr_cassettes/sync_page_2.yml +0 -71
  132. data/spec/fixtures/vcr_cassettes/sync_page_short.yml +0 -106
  133. data/spec/fixtures/vcr_cassettes/unauthorized.yml +0 -64
  134. data/spec/fixtures/vcr_cassettes/unavailable.yml +0 -76
  135. data/spec/link_spec.rb +0 -50
  136. data/spec/locale_spec.rb +0 -37
  137. data/spec/location_spec.rb +0 -25
  138. data/spec/request_spec.rb +0 -57
  139. data/spec/resource_building_spec.rb +0 -31
  140. data/spec/response_spec.rb +0 -62
  141. data/spec/space_spec.rb +0 -31
  142. data/spec/spec_helper.rb +0 -14
  143. data/spec/support/client.rb +0 -6
  144. data/spec/support/json_responses.rb +0 -18
  145. data/spec/support/vcr.rb +0 -16
  146. data/spec/sync_page_spec.rb +0 -103
  147. data/spec/sync_spec.rb +0 -180
@@ -1,13 +0,0 @@
1
- {
2
- "sys": {
3
- "type": "Error",
4
- "id": "NotFound"
5
- },
6
- "details": {
7
- "type": "Entry",
8
- "space": "cfexampleapi",
9
- "id": "not found"
10
- },
11
- "message": "The resource could not be found.",
12
- "requestId": "85f-351076632"
13
- }
@@ -1,48 +0,0 @@
1
- {
2
- "fields": {
3
- "name": "Nyan Cat",
4
- "likes": [
5
- "rainbows",
6
- "fish"
7
- ],
8
- "color": "rainbow",
9
- "bestFriend": {
10
- "sys": {
11
- "type": "Link",
12
- "linkType": "Entry",
13
- "id": "happycat"
14
- }
15
- },
16
- "birthday": "2011-04-04T22:00:00+00:00",
17
- "lives": 1337,
18
- "image": {
19
- "sys": {
20
- "type": "Link",
21
- "linkType": "Asset",
22
- "id": "nyancat"
23
- }
24
- }
25
- },
26
- "sys": {
27
- "space": {
28
- "sys": {
29
- "type": "Link",
30
- "linkType": "Space",
31
- "id": "cfexampleapi"
32
- }
33
- },
34
- "type": "Entry",
35
- "contentType": {
36
- "sys": {
37
- "type": "Link",
38
- "linkType": "ContentType",
39
- "id": "cat"
40
- }
41
- },
42
- "id": "nyancat",
43
- "revision": 5,
44
- "createdAt": "2013-06-27T22:46:19.513Z",
45
- "updatedAt": "2013-09-04T09:19:39.027Z",
46
- "locale": "en-US"
47
- }
48
- }
@@ -1,9 +0,0 @@
1
- {
2
- "sys": {
3
- "type": "Error",
4
- "id": "SomeError"
5
- },
6
- "details": "some text",
7
- "message": "Some error occurred.",
8
- "requestId": "85f-351076632"
9
- }
@@ -1,8 +0,0 @@
1
- {
2
- "sys": {
3
- "type": "Error",
4
- "id": "SomeError"
5
- },
6
- "message": "Some error occurred.",
7
- "requestId": "85f-351076632"
8
- }
@@ -1,8 +0,0 @@
1
- {
2
- "sys": {
3
- "type": "Error",
4
- "id": "SomeError"
5
- },
6
- "details": "some text",
7
- "requestId": "85f-351076632"
8
- }
@@ -1,8 +0,0 @@
1
- {
2
- "sys": {
3
- "type": "Error",
4
- "id": "SomeError"
5
- },
6
- "details": "some text",
7
- "message": "Some error occurred."
8
- }
@@ -1,6 +0,0 @@
1
- {
2
- "sys": {
3
- "type": "Error",
4
- "id": "SomeError"
5
- }
6
- }
@@ -1,82 +0,0 @@
1
- {
2
- "sys": {
3
- "type": "Array"
4
- },
5
- "total": 1,
6
- "skip": 0,
7
- "limit": 100,
8
- "items": [
9
- {
10
- "sys": {
11
- "space": {
12
- "sys": {
13
- "type": "Link",
14
- "linkType": "Space",
15
- "id": "6yahkaf5ehkk"
16
- }
17
- },
18
- "type": "Entry",
19
- "contentType": {
20
- "sys": {
21
- "type": "Link",
22
- "linkType": "ContentType",
23
- "id": "tSFLnCNqvuyoMA6SKkQ2W"
24
- }
25
- },
26
- "id": "6HM4G3D4iciuoIk6CW2OK6",
27
- "revision": 2,
28
- "createdAt": "2014-04-16T17:52:42.289Z",
29
- "updatedAt": "2014-04-16T17:53:28.780Z",
30
- "locale": "en-US"
31
- },
32
- "fields": {
33
- "foo": "777777777",
34
- "e": {
35
- "sys": {
36
- "type": "Link",
37
- "linkType": "Entry",
38
- "id": "55t1gz1JUIQ2s4mcMwQ8cA"
39
- }
40
- }
41
- }
42
- }
43
- ],
44
- "includes": {
45
- "Entry": [
46
- {
47
- "sys": {
48
- "space": {
49
- "sys": {
50
- "type": "Link",
51
- "linkType": "Space",
52
- "id": "6yahkaf5ehkk"
53
- }
54
- },
55
- "type": "Entry",
56
- "contentType": {
57
- "sys": {
58
- "type": "Link",
59
- "linkType": "ContentType",
60
- "id": "tSFLnCNqvuyoMA6SKkQ2W"
61
- }
62
- },
63
- "id": "55t1gz1JUIQ2s4mcMwQ8cA",
64
- "revision": 1,
65
- "createdAt": "2014-04-16T17:53:15.753Z",
66
- "updatedAt": "2014-04-16T17:53:15.753Z",
67
- "locale": "en-US"
68
- },
69
- "fields": {
70
- "foo": "88888888888",
71
- "e": {
72
- "sys": {
73
- "type": "Link",
74
- "linkType": "Entry",
75
- "id": "6HM4G3D4iciuoIk6CW2OK6"
76
- }
77
- }
78
- }
79
- }
80
- ]
81
- }
82
- }
@@ -1,13 +0,0 @@
1
- {
2
- "sys": {
3
- "type": "Error",
4
- "id": "NotFound"
5
- },
6
- "details": {
7
- "type": "Entry",
8
- "space": "cfexampleapi",
9
- "id": "not found"
10
- },
11
- "message": "The resource could not be found.",
12
- "requestId": "85f-351076632",
13
- "missing": "braceright"
@@ -1,288 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: get
5
- uri: https://cdn.contentful.com/spaces/cfexampleapi/environments/master/content_types
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- User-Agent:
11
- - RubyContentfulGem/0.1.1
12
- Authorization:
13
- - Bearer b4c0n73n7fu1
14
- Content-Type:
15
- - application/vnd.contentful.delivery.v1+json
16
- Host:
17
- - cdn.contentful.com
18
- response:
19
- status:
20
- code: 200
21
- message: OK
22
- headers:
23
- Date:
24
- - Wed, 16 Apr 2014 09:00:19 GMT
25
- Server:
26
- - nginx/1.1.19
27
- Access-Control-Allow-Headers:
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
29
- Access-Control-Allow-Methods:
30
- - GET,HEAD,OPTIONS
31
- Access-Control-Allow-Origin:
32
- - "*"
33
- Access-Control-Max-Age:
34
- - '86400'
35
- Cache-Control:
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
- Content-Length:
44
- - '4975'
45
- Accept-Ranges:
46
- - bytes
47
- Via:
48
- - 1.1 varnish
49
- Age:
50
- - '0'
51
- X-Served-By:
52
- - cache-am76-AMS
53
- X-Cache:
54
- - MISS
55
- X-Cache-Hits:
56
- - '0'
57
- Vary:
58
- - Accept-Encoding
59
- body:
60
- encoding: UTF-8
61
- string: |
62
- {
63
- "sys": {
64
- "type": "Array"
65
- },
66
- "total": 4,
67
- "skip": 0,
68
- "limit": 100,
69
- "items": [
70
- {
71
- "fields": [
72
- {
73
- "id": "name",
74
- "name": "Name",
75
- "type": "Text",
76
- "required": true,
77
- "localized": true
78
- },
79
- {
80
- "id": "likes",
81
- "name": "Likes",
82
- "type": "Array",
83
- "required": false,
84
- "localized": false,
85
- "items": {
86
- "type": "Symbol"
87
- }
88
- },
89
- {
90
- "id": "color",
91
- "name": "Color",
92
- "type": "Symbol",
93
- "required": false,
94
- "localized": false
95
- },
96
- {
97
- "id": "bestFriend",
98
- "name": "Best Friend",
99
- "type": "Link",
100
- "required": false,
101
- "localized": false,
102
- "linkType": "Entry"
103
- },
104
- {
105
- "id": "birthday",
106
- "name": "Birthday",
107
- "type": "Date",
108
- "required": false,
109
- "localized": false
110
- },
111
- {
112
- "id": "lifes",
113
- "name": "Lifes left",
114
- "type": "Integer",
115
- "required": false,
116
- "localized": false,
117
- "disabled": true
118
- },
119
- {
120
- "id": "lives",
121
- "name": "Lives left",
122
- "type": "Integer",
123
- "required": false,
124
- "localized": false
125
- },
126
- {
127
- "id": "image",
128
- "name": "Image",
129
- "required": false,
130
- "localized": false,
131
- "type": "Link",
132
- "linkType": "Asset"
133
- }
134
- ],
135
- "name": "Cat",
136
- "displayField": "name",
137
- "description": "Meow.",
138
- "sys": {
139
- "space": {
140
- "sys": {
141
- "type": "Link",
142
- "linkType": "Space",
143
- "id": "cfexampleapi"
144
- }
145
- },
146
- "type": "ContentType",
147
- "id": "cat",
148
- "revision": 2,
149
- "createdAt": "2013-06-27T22:46:12.852Z",
150
- "updatedAt": "2013-09-02T13:14:47.863Z"
151
- }
152
- },
153
- {
154
- "fields": [
155
- {
156
- "id": "name",
157
- "name": "Name",
158
- "type": "Text",
159
- "required": true,
160
- "localized": false
161
- },
162
- {
163
- "id": "description",
164
- "name": "Description",
165
- "type": "Text",
166
- "required": false,
167
- "localized": false
168
- },
169
- {
170
- "id": "image",
171
- "name": "Image",
172
- "required": false,
173
- "localized": false,
174
- "type": "Link",
175
- "linkType": "Asset"
176
- }
177
- ],
178
- "name": "Dog",
179
- "description": "Bark!",
180
- "displayField": "name",
181
- "sys": {
182
- "space": {
183
- "sys": {
184
- "type": "Link",
185
- "linkType": "Space",
186
- "id": "cfexampleapi"
187
- }
188
- },
189
- "type": "ContentType",
190
- "id": "dog",
191
- "revision": 2,
192
- "createdAt": "2013-06-27T22:46:13.498Z",
193
- "updatedAt": "2013-09-02T14:32:11.837Z"
194
- }
195
- },
196
- {
197
- "fields": [
198
- {
199
- "id": "name",
200
- "name": "Name",
201
- "type": "Text",
202
- "required": true,
203
- "localized": false
204
- },
205
- {
206
- "id": "description",
207
- "name": "Description",
208
- "type": "Text",
209
- "required": false,
210
- "localized": false
211
- },
212
- {
213
- "id": "likes",
214
- "name": "Likes",
215
- "type": "Array",
216
- "required": false,
217
- "localized": false,
218
- "items": {
219
- "type": "Symbol"
220
- }
221
- },
222
- {
223
- "id": "image",
224
- "name": "Image",
225
- "required": false,
226
- "localized": false,
227
- "type": "Array",
228
- "items": {
229
- "type": "Link",
230
- "linkType": "Asset"
231
- },
232
- "disabled": true
233
- }
234
- ],
235
- "name": "Human",
236
- "displayField": "name",
237
- "sys": {
238
- "space": {
239
- "sys": {
240
- "type": "Link",
241
- "linkType": "Space",
242
- "id": "cfexampleapi"
243
- }
244
- },
245
- "type": "ContentType",
246
- "id": "human",
247
- "revision": 3,
248
- "createdAt": "2013-06-27T22:46:14.133Z",
249
- "updatedAt": "2013-09-02T15:10:26.818Z"
250
- }
251
- },
252
- {
253
- "fields": [
254
- {
255
- "name": "Name",
256
- "id": "name",
257
- "type": "Text",
258
- "required": true
259
- },
260
- {
261
- "name": "Center",
262
- "id": "center",
263
- "type": "Location",
264
- "required": true
265
- }
266
- ],
267
- "name": "City",
268
- "sys": {
269
- "space": {
270
- "sys": {
271
- "type": "Link",
272
- "linkType": "Space",
273
- "id": "cfexampleapi"
274
- }
275
- },
276
- "type": "ContentType",
277
- "id": "1t9IbcfdCk6m04uISSsaIK",
278
- "revision": 1,
279
- "createdAt": "2014-02-21T13:42:33.009Z",
280
- "updatedAt": "2014-02-21T13:42:33.009Z"
281
- },
282
- "displayField": "name"
283
- }
284
- ]
285
- }
286
- http_version:
287
- recorded_at: Wed, 16 Apr 2014 09:00:19 GMT
288
- recorded_with: VCR 2.9.0