airborne 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 4d361645e26853ce3f56827cc2bd1dbf0742f58d
4
- data.tar.gz: ce83f9aa0ab23bcda5917e179e1c0b8525f805fb
2
+ SHA256:
3
+ metadata.gz: 974f95ebc76433918713edbe0273a157f0c6e1fa491ec6c40742a02c02fd7bf2
4
+ data.tar.gz: d540143ad81c8823600e5e844902c2ed27d79e609efd857e753dae71e40b165a
5
5
  SHA512:
6
- metadata.gz: 41aaab8803c8750dd2cc8d16043cc76d15b75d0cd3bd6df791f05703d42c8816a0d7fcc525bf699ec03e013ef6f17d5ae3dd9a87eedf0f59103da53f916e82a1
7
- data.tar.gz: b99f18a689e857aa156de77471e7908b1859ac5e3afa83735c0154b17ffa416ad7c64642dc07204b7ba116f2c54070dfd444f091ff3ef915af1cc6fa4c47bce8
6
+ metadata.gz: 1514e97580341b263333f6fa869674b2e52f9d1afdd812dc0b54c6d0bc0548ce98a007997bf3a3a0b75a395d2d2cb9724a55e7f532f1323161fddcd8fc4d0680
7
+ data.tar.gz: 2ea81d1f6f99f7f41d4f5139f0b0ee88507d8ffecf6148ed32cd960935e5c46a614cfde9f4c68268a834d6898c123fb0d52a741b14d30438c18aaebbc7bd0e06
@@ -0,0 +1,458 @@
1
+ # Change Log
2
+
3
+ ## [v0.3.4](https://github.com/brooklynDev/airborne/tree/v0.3.4) (2019-04-30)
4
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.3.3...v0.3.4)
5
+
6
+ **Closed issues:**
7
+
8
+ - Add a changelog [\#104](https://github.com/brooklynDev/airborne/issues/104)
9
+ - Changelog and semantic versioning [\#63](https://github.com/brooklynDev/airborne/issues/63)
10
+
11
+ **Merged pull requests:**
12
+
13
+ - send payload with delete requests [\#154](https://github.com/brooklynDev/airborne/pull/154) ([mycargus](https://github.com/mycargus))
14
+ - automate changelog with rake task [\#153](https://github.com/brooklynDev/airborne/pull/153) ([mycargus](https://github.com/mycargus))
15
+
16
+ ## [v0.3.3](https://github.com/brooklynDev/airborne/tree/v0.3.3) (2019-04-03)
17
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.3.2...v0.3.3)
18
+
19
+ **Closed issues:**
20
+
21
+ - How to set verify\_ssl =\> false [\#118](https://github.com/brooklynDev/airborne/issues/118)
22
+
23
+ **Merged pull requests:**
24
+
25
+ - create verify\_ssl config [\#152](https://github.com/brooklynDev/airborne/pull/152) ([mycargus](https://github.com/mycargus))
26
+ - Update webmock requirement from ~\> 0 to ~\> 3 [\#151](https://github.com/brooklynDev/airborne/pull/151) ([dependabot[bot]](https://github.com/apps/dependabot))
27
+
28
+ ## [v0.3.2](https://github.com/brooklynDev/airborne/tree/v0.3.2) (2019-03-25)
29
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.3.1...v0.3.2)
30
+
31
+ **Merged pull requests:**
32
+
33
+ - pass block to RestClient method for better response handling [\#136](https://github.com/brooklynDev/airborne/pull/136) ([tabermike](https://github.com/tabermike))
34
+
35
+ ## [v0.3.1](https://github.com/brooklynDev/airborne/tree/v0.3.1) (2019-03-21)
36
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.3.0...v0.3.1)
37
+
38
+ **Merged pull requests:**
39
+
40
+ - configure dependabot [\#150](https://github.com/brooklynDev/airborne/pull/150) ([mycargus](https://github.com/mycargus))
41
+ - Serialize to JSON when content type is set to JSON [\#142](https://github.com/brooklynDev/airborne/pull/142) ([rdalverny](https://github.com/rdalverny))
42
+
43
+ ## [v0.3.0](https://github.com/brooklynDev/airborne/tree/v0.3.0) (2019-03-21)
44
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.2.13...v0.3.0)
45
+
46
+ **Merged pull requests:**
47
+
48
+ - upgrade runtime dependencies [\#149](https://github.com/brooklynDev/airborne/pull/149) ([mycargus](https://github.com/mycargus))
49
+
50
+ ## [v0.2.13](https://github.com/brooklynDev/airborne/tree/v0.2.13) (2017-05-24)
51
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.2.12...v0.2.13)
52
+
53
+ **Closed issues:**
54
+
55
+ - : \( [\#135](https://github.com/brooklynDev/airborne/issues/135)
56
+ - Potential incompatibility with RSpec 3.5.4 [\#121](https://github.com/brooklynDev/airborne/issues/121)
57
+
58
+ **Merged pull requests:**
59
+
60
+ - Rspec 3.5 compatibility [\#137](https://github.com/brooklynDev/airborne/pull/137) ([axelson](https://github.com/axelson))
61
+
62
+ ## [v0.2.12](https://github.com/brooklynDev/airborne/tree/v0.2.12) (2017-04-10)
63
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.2.11...v0.2.12)
64
+
65
+ **Merged pull requests:**
66
+
67
+ - date\_or\_null fix [\#123](https://github.com/brooklynDev/airborne/pull/123) ([tabermike](https://github.com/tabermike))
68
+
69
+ ## [v0.2.11](https://github.com/brooklynDev/airborne/tree/v0.2.11) (2017-04-10)
70
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.2.10...v0.2.11)
71
+
72
+ ## [v0.2.10](https://github.com/brooklynDev/airborne/tree/v0.2.10) (2017-04-10)
73
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.2.9...v0.2.10)
74
+
75
+ **Merged pull requests:**
76
+
77
+ - Replace Fixnum and Bignum with Integer [\#132](https://github.com/brooklynDev/airborne/pull/132) ([mcasper](https://github.com/mcasper))
78
+ - Fix Markdown syntax in Readme [\#130](https://github.com/brooklynDev/airborne/pull/130) ([dijonkitchen](https://github.com/dijonkitchen))
79
+
80
+ ## [v0.2.9](https://github.com/brooklynDev/airborne/tree/v0.2.9) (2017-03-27)
81
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.2.8...v0.2.9)
82
+
83
+ **Closed issues:**
84
+
85
+ - Ruby 2.4 warnings [\#125](https://github.com/brooklynDev/airborne/issues/125)
86
+
87
+ **Merged pull requests:**
88
+
89
+ - Fix ruby 2.4 Fixnum deprecation warnings [\#127](https://github.com/brooklynDev/airborne/pull/127) ([iyedb](https://github.com/iyedb))
90
+
91
+ ## [v0.2.8](https://github.com/brooklynDev/airborne/tree/v0.2.8) (2017-03-03)
92
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.2.7...v0.2.8)
93
+
94
+ **Closed issues:**
95
+
96
+ - Faraday Response support [\#120](https://github.com/brooklynDev/airborne/issues/120)
97
+ - GET from test environment [\#117](https://github.com/brooklynDev/airborne/issues/117)
98
+ - Airborne overrides too much of RSpec by default \(especially in the Rails context\) [\#115](https://github.com/brooklynDev/airborne/issues/115)
99
+ - \(Rails 5\) 0.2.6 causes bundle conflict due to activesupport \< 5.0 dependency [\#112](https://github.com/brooklynDev/airborne/issues/112)
100
+
101
+ **Merged pull requests:**
102
+
103
+ - Loosen gemspec, allow usage with rails 5 [\#122](https://github.com/brooklynDev/airborne/pull/122) ([rosskevin](https://github.com/rosskevin))
104
+
105
+ ## [v0.2.7](https://github.com/brooklynDev/airborne/tree/v0.2.7) (2016-08-19)
106
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.2.6...v0.2.7)
107
+
108
+ **Closed issues:**
109
+
110
+ - NoMethodError: undefined method `\[\]' for nil:NilClass for POST on resource [\#110](https://github.com/brooklynDev/airborne/issues/110)
111
+
112
+ ## [v0.2.6](https://github.com/brooklynDev/airborne/tree/v0.2.6) (2016-08-01)
113
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.2.5...v0.2.6)
114
+
115
+ **Closed issues:**
116
+
117
+ - How to test array as json root? [\#109](https://github.com/brooklynDev/airborne/issues/109)
118
+ - Permit comparison of complete objects [\#106](https://github.com/brooklynDev/airborne/issues/106)
119
+ - array\_of\_strings\_or\_null not working [\#92](https://github.com/brooklynDev/airborne/issues/92)
120
+
121
+ **Merged pull requests:**
122
+
123
+ - Upgrade version range for rest-client and test Ruby 2.3.1 [\#111](https://github.com/brooklynDev/airborne/pull/111) ([stefan-kolb](https://github.com/stefan-kolb))
124
+ - Update README.md [\#102](https://github.com/brooklynDev/airborne/pull/102) ([tit](https://github.com/tit))
125
+
126
+ ## [v0.2.5](https://github.com/brooklynDev/airborne/tree/v0.2.5) (2016-04-12)
127
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.2.4...v0.2.5)
128
+
129
+ ## [v0.2.4](https://github.com/brooklynDev/airborne/tree/v0.2.4) (2016-04-12)
130
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.2.3...v0.2.4)
131
+
132
+ ## [v0.2.3](https://github.com/brooklynDev/airborne/tree/v0.2.3) (2016-02-09)
133
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.2.2...v0.2.3)
134
+
135
+ **Closed issues:**
136
+
137
+ - base\_url configuration option not working [\#87](https://github.com/brooklynDev/airborne/issues/87)
138
+
139
+ **Merged pull requests:**
140
+
141
+ - Fix Ariborne default content\_type override to :json [\#89](https://github.com/brooklynDev/airborne/pull/89) ([kevcha](https://github.com/kevcha))
142
+
143
+ ## [v0.2.2](https://github.com/brooklynDev/airborne/tree/v0.2.2) (2015-12-16)
144
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.2.1...v0.2.2)
145
+
146
+ **Closed issues:**
147
+
148
+ - Expecting array responses [\#85](https://github.com/brooklynDev/airborne/issues/85)
149
+ - Upload file using post [\#84](https://github.com/brooklynDev/airborne/issues/84)
150
+ - Clear database before specific test [\#75](https://github.com/brooklynDev/airborne/issues/75)
151
+ - Why no exact match matcher, what am I overlooking? [\#65](https://github.com/brooklynDev/airborne/issues/65)
152
+
153
+ ## [v0.2.1](https://github.com/brooklynDev/airborne/tree/v0.2.1) (2015-12-13)
154
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.2.0...v0.2.1)
155
+
156
+ **Closed issues:**
157
+
158
+ - breaking change in expect\_json [\#67](https://github.com/brooklynDev/airborne/issues/67)
159
+
160
+ ## [v0.2.0](https://github.com/brooklynDev/airborne/tree/v0.2.0) (2015-12-12)
161
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.1.20...v0.2.0)
162
+
163
+ **Closed issues:**
164
+
165
+ - No params = {} parameter in GET request? [\#45](https://github.com/brooklynDev/airborne/issues/45)
166
+
167
+ **Merged pull requests:**
168
+
169
+ - add configurable strictness for `expect\_json` and `expect\_json\_types` [\#83](https://github.com/brooklynDev/airborne/pull/83) ([sethpollack](https://github.com/sethpollack))
170
+ - updated patch and added 2.2 [\#82](https://github.com/brooklynDev/airborne/pull/82) ([ferdinandrosario](https://github.com/ferdinandrosario))
171
+
172
+ ## [v0.1.20](https://github.com/brooklynDev/airborne/tree/v0.1.20) (2015-09-24)
173
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.1.19...v0.1.20)
174
+
175
+ **Closed issues:**
176
+
177
+ - In case of multiple requests, expect\_json keeps checking with response of first request. [\#71](https://github.com/brooklynDev/airborne/issues/71)
178
+
179
+ **Merged pull requests:**
180
+
181
+ - Add DELETE functionality when options are passed in [\#77](https://github.com/brooklynDev/airborne/pull/77) ([dmhalejr](https://github.com/dmhalejr))
182
+
183
+ ## [v0.1.19](https://github.com/brooklynDev/airborne/tree/v0.1.19) (2015-08-07)
184
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.1.18...v0.1.19)
185
+
186
+ ## [v0.1.18](https://github.com/brooklynDev/airborne/tree/v0.1.18) (2015-08-07)
187
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.1.17...v0.1.18)
188
+
189
+ ## [v0.1.17](https://github.com/brooklynDev/airborne/tree/v0.1.17) (2015-08-07)
190
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.1.16...v0.1.17)
191
+
192
+ **Closed issues:**
193
+
194
+ - Compatibility with rspec-rails [\#70](https://github.com/brooklynDev/airborne/issues/70)
195
+ - Can `subject` be called when one of the API methods is called? [\#47](https://github.com/brooklynDev/airborne/issues/47)
196
+
197
+ **Merged pull requests:**
198
+
199
+ - Allow expectations on consecutive requests to work [\#69](https://github.com/brooklynDev/airborne/pull/69) ([balvig](https://github.com/balvig))
200
+
201
+ ## [v0.1.16](https://github.com/brooklynDev/airborne/tree/v0.1.16) (2015-07-06)
202
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.1.15...v0.1.16)
203
+
204
+ **Implemented enhancements:**
205
+
206
+ - Add :null to the json\_types mapper [\#61](https://github.com/brooklynDev/airborne/issues/61)
207
+ - better error messages when passing bad options to expect\_json\_types [\#59](https://github.com/brooklynDev/airborne/issues/59)
208
+
209
+ **Fixed bugs:**
210
+
211
+ - json body rails [\#58](https://github.com/brooklynDev/airborne/issues/58)
212
+
213
+ **Closed issues:**
214
+
215
+ - head :no\_content issue [\#57](https://github.com/brooklynDev/airborne/issues/57)
216
+ - How send POST request with form data? [\#56](https://github.com/brooklynDev/airborne/issues/56)
217
+ - Error on http://brooklyndev.github.io/airborne/ [\#54](https://github.com/brooklynDev/airborne/issues/54)
218
+ - How to provide forms parameters for POST? [\#46](https://github.com/brooklynDev/airborne/issues/46)
219
+ - Using Airborne with rails-cucumber [\#44](https://github.com/brooklynDev/airborne/issues/44)
220
+ - JSON::ParserError [\#43](https://github.com/brooklynDev/airborne/issues/43)
221
+ - ENHANCEMENT: Throw error if object called is not present within json\_body [\#42](https://github.com/brooklynDev/airborne/issues/42)
222
+
223
+ **Merged pull requests:**
224
+
225
+ - Remove duplicate word and newline in error message [\#60](https://github.com/brooklynDev/airborne/pull/60) ([alcesleo](https://github.com/alcesleo))
226
+ - Update README.md [\#55](https://github.com/brooklynDev/airborne/pull/55) ([tit](https://github.com/tit))
227
+ - Fix cherry-picking Active Support core extension [\#53](https://github.com/brooklynDev/airborne/pull/53) ([carhartl](https://github.com/carhartl))
228
+ - Fix expect\_json in case a property is a hash and keys differ [\#52](https://github.com/brooklynDev/airborne/pull/52) ([carhartl](https://github.com/carhartl))
229
+ - unneeded local var assignment [\#51](https://github.com/brooklynDev/airborne/pull/51) ([josephgrossberg](https://github.com/josephgrossberg))
230
+ - Update README.md [\#49](https://github.com/brooklynDev/airborne/pull/49) ([RodneyU215](https://github.com/RodneyU215))
231
+ - Fix headers not passing during rack-test request [\#48](https://github.com/brooklynDev/airborne/pull/48) ([mcordell](https://github.com/mcordell))
232
+
233
+ ## [v0.1.15](https://github.com/brooklynDev/airborne/tree/v0.1.15) (2015-03-03)
234
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.1.14...v0.1.15)
235
+
236
+ **Closed issues:**
237
+
238
+ - upgrade rest-client dependency [\#41](https://github.com/brooklynDev/airborne/issues/41)
239
+
240
+ **Merged pull requests:**
241
+
242
+ - Feature: Allowing symbolized statuses to be passed to \#expect\_status matcher [\#38](https://github.com/brooklynDev/airborne/pull/38) ([jgwmaxwell](https://github.com/jgwmaxwell))
243
+
244
+ ## [v0.1.14](https://github.com/brooklynDev/airborne/tree/v0.1.14) (2015-03-02)
245
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.1.13...v0.1.14)
246
+
247
+ ## [v0.1.13](https://github.com/brooklynDev/airborne/tree/v0.1.13) (2015-03-01)
248
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.1.12...v0.1.13)
249
+
250
+ **Closed issues:**
251
+
252
+ - JSON::ParserError 757 on Post Success [\#39](https://github.com/brooklynDev/airborne/issues/39)
253
+
254
+ **Merged pull requests:**
255
+
256
+ - throw InvalidJsonError when accessing json\_body on invalid json request [\#40](https://github.com/brooklynDev/airborne/pull/40) ([sethpollack](https://github.com/sethpollack))
257
+
258
+ ## [v0.1.12](https://github.com/brooklynDev/airborne/tree/v0.1.12) (2015-03-01)
259
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.1.11...v0.1.12)
260
+
261
+ **Merged pull requests:**
262
+
263
+ - Tests fail under RSpec 3.2 due to Airborne\#initialize needing to accept arguments [\#37](https://github.com/brooklynDev/airborne/pull/37) ([jgwmaxwell](https://github.com/jgwmaxwell))
264
+
265
+ ## [v0.1.11](https://github.com/brooklynDev/airborne/tree/v0.1.11) (2015-01-30)
266
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.1.10...v0.1.11)
267
+
268
+ **Closed issues:**
269
+
270
+ - Loading multiple grape apps [\#35](https://github.com/brooklynDev/airborne/issues/35)
271
+ - Where is the code for `0.1.10`? [\#34](https://github.com/brooklynDev/airborne/issues/34)
272
+ - Expected ? to be array got Hash from JSON response [\#33](https://github.com/brooklynDev/airborne/issues/33)
273
+
274
+ **Merged pull requests:**
275
+
276
+ - Enable base header support when testing Rack applications [\#36](https://github.com/brooklynDev/airborne/pull/36) ([croeck](https://github.com/croeck))
277
+
278
+ ## [v0.1.10](https://github.com/brooklynDev/airborne/tree/v0.1.10) (2015-01-08)
279
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.1.9...v0.1.10)
280
+
281
+ **Closed issues:**
282
+
283
+ - undefined method `keys' for nil:NilClass [\#31](https://github.com/brooklynDev/airborne/issues/31)
284
+
285
+ **Merged pull requests:**
286
+
287
+ - Fix indention in README.md [\#32](https://github.com/brooklynDev/airborne/pull/32) ([kenchan](https://github.com/kenchan))
288
+
289
+ ## [v0.1.9](https://github.com/brooklynDev/airborne/tree/v0.1.9) (2015-01-05)
290
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.1.8...v0.1.9)
291
+
292
+ **Closed issues:**
293
+
294
+ - How do you get into an array inside an object? [\#30](https://github.com/brooklynDev/airborne/issues/30)
295
+ - ActiveSupport dependency [\#27](https://github.com/brooklynDev/airborne/issues/27)
296
+
297
+ ## [v0.1.8](https://github.com/brooklynDev/airborne/tree/v0.1.8) (2014-12-10)
298
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.1.7...v0.1.8)
299
+
300
+ **Closed issues:**
301
+
302
+ - nil json\_body with data in body [\#28](https://github.com/brooklynDev/airborne/issues/28)
303
+
304
+ ## [v0.1.7](https://github.com/brooklynDev/airborne/tree/v0.1.7) (2014-12-10)
305
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.1.6...v0.1.7)
306
+
307
+ ## [v0.1.6](https://github.com/brooklynDev/airborne/tree/v0.1.6) (2014-12-10)
308
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.1.5...v0.1.6)
309
+
310
+ ## [v0.1.5](https://github.com/brooklynDev/airborne/tree/v0.1.5) (2014-11-26)
311
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.1.4...v0.1.5)
312
+
313
+ **Merged pull requests:**
314
+
315
+ - Add Head method [\#26](https://github.com/brooklynDev/airborne/pull/26) ([jsvisa](https://github.com/jsvisa))
316
+
317
+ ## [v0.1.4](https://github.com/brooklynDev/airborne/tree/v0.1.4) (2014-11-24)
318
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.1.3...v0.1.4)
319
+
320
+ **Closed issues:**
321
+
322
+ - Update CHANGELOG [\#23](https://github.com/brooklynDev/airborne/issues/23)
323
+ - Use of stabby lambda's is breaking jRuby support [\#21](https://github.com/brooklynDev/airborne/issues/21)
324
+
325
+ **Merged pull requests:**
326
+
327
+ - Rubygems shouldn't check in Gemfile.lock [\#24](https://github.com/brooklynDev/airborne/pull/24) ([svanhess](https://github.com/svanhess))
328
+
329
+ ## [v0.1.3](https://github.com/brooklynDev/airborne/tree/v0.1.3) (2014-11-17)
330
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.1.2...v0.1.3)
331
+
332
+ ## [v0.1.2](https://github.com/brooklynDev/airborne/tree/v0.1.2) (2014-11-16)
333
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.1.1...v0.1.2)
334
+
335
+ **Closed issues:**
336
+
337
+ - Handling of empty arrays [\#19](https://github.com/brooklynDev/airborne/issues/19)
338
+ - Feature Request: Add API for testing Array size [\#17](https://github.com/brooklynDev/airborne/issues/17)
339
+ - Problem with Dates? [\#16](https://github.com/brooklynDev/airborne/issues/16)
340
+ - Testing Arrays [\#15](https://github.com/brooklynDev/airborne/issues/15)
341
+ - helper methods for dates [\#14](https://github.com/brooklynDev/airborne/issues/14)
342
+
343
+ **Merged pull requests:**
344
+
345
+ - Fix problem with undefined status code method for Rack::MockResponse [\#20](https://github.com/brooklynDev/airborne/pull/20) ([grzesiek](https://github.com/grzesiek))
346
+ - Feature/matchers/expect json sizes [\#18](https://github.com/brooklynDev/airborne/pull/18) ([PikachuEXE](https://github.com/PikachuEXE))
347
+
348
+ ## [v0.1.1](https://github.com/brooklynDev/airborne/tree/v0.1.1) (2014-10-20)
349
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.1.0...v0.1.1)
350
+
351
+ ## [v0.1.0](https://github.com/brooklynDev/airborne/tree/v0.1.0) (2014-10-20)
352
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.0.23...v0.1.0)
353
+
354
+ **Closed issues:**
355
+
356
+ - Improper type identification by expect\_json\_types [\#12](https://github.com/brooklynDev/airborne/issues/12)
357
+
358
+ **Merged pull requests:**
359
+
360
+ - Fixes problems with configure blocks in README [\#13](https://github.com/brooklynDev/airborne/pull/13) ([cmckni3](https://github.com/cmckni3))
361
+
362
+ ## [v0.0.23](https://github.com/brooklynDev/airborne/tree/v0.0.23) (2014-10-05)
363
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.0.22...v0.0.23)
364
+
365
+ **Merged pull requests:**
366
+
367
+ - Allow matching against a path [\#11](https://github.com/brooklynDev/airborne/pull/11) ([tikotzky](https://github.com/tikotzky))
368
+
369
+ ## [v0.0.22](https://github.com/brooklynDev/airborne/tree/v0.0.22) (2014-09-29)
370
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.0.21...v0.0.22)
371
+
372
+ **Closed issues:**
373
+
374
+ - How to call "expect\_json\_keys" for multiple keys [\#10](https://github.com/brooklynDev/airborne/issues/10)
375
+ - array of json objects causes NoMethodError: in base.rb [\#8](https://github.com/brooklynDev/airborne/issues/8)
376
+
377
+ ## [v0.0.21](https://github.com/brooklynDev/airborne/tree/v0.0.21) (2014-09-29)
378
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.0.20...v0.0.21)
379
+
380
+ ## [v0.0.20](https://github.com/brooklynDev/airborne/tree/v0.0.20) (2014-09-22)
381
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.0.19...v0.0.20)
382
+
383
+ **Merged pull requests:**
384
+
385
+ - Requires only the necessary core\_ext from active\_support. [\#7](https://github.com/brooklynDev/airborne/pull/7) ([cvortmann](https://github.com/cvortmann))
386
+
387
+ ## [v0.0.19](https://github.com/brooklynDev/airborne/tree/v0.0.19) (2014-09-19)
388
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.0.18...v0.0.19)
389
+
390
+ **Closed issues:**
391
+
392
+ - Enable Sourcegraph [\#4](https://github.com/brooklynDev/airborne/issues/4)
393
+
394
+ **Merged pull requests:**
395
+
396
+ - 100% Coveralls Code Coverage ;\) [\#6](https://github.com/brooklynDev/airborne/pull/6) ([tikotzky](https://github.com/tikotzky))
397
+ - Update README.md [\#5](https://github.com/brooklynDev/airborne/pull/5) ([wykhuh](https://github.com/wykhuh))
398
+ - Fix typo on README.md :\) [\#3](https://github.com/brooklynDev/airborne/pull/3) ([mparramont](https://github.com/mparramont))
399
+
400
+ ## [v0.0.18](https://github.com/brooklynDev/airborne/tree/v0.0.18) (2014-09-18)
401
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.0.17...v0.0.18)
402
+
403
+ **Merged pull requests:**
404
+
405
+ - Add syntax highlighting to README [\#1](https://github.com/brooklynDev/airborne/pull/1) ([shekibobo](https://github.com/shekibobo))
406
+
407
+ ## [v0.0.17](https://github.com/brooklynDev/airborne/tree/v0.0.17) (2014-09-17)
408
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.0.16...v0.0.17)
409
+
410
+ ## [v0.0.16](https://github.com/brooklynDev/airborne/tree/v0.0.16) (2014-09-17)
411
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.0.15...v0.0.16)
412
+
413
+ ## [v0.0.15](https://github.com/brooklynDev/airborne/tree/v0.0.15) (2014-09-17)
414
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.0.14...v0.0.15)
415
+
416
+ ## [v0.0.14](https://github.com/brooklynDev/airborne/tree/v0.0.14) (2014-09-17)
417
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.0.13...v0.0.14)
418
+
419
+ ## [v0.0.13](https://github.com/brooklynDev/airborne/tree/v0.0.13) (2014-09-17)
420
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.0.12...v0.0.13)
421
+
422
+ ## [v0.0.12](https://github.com/brooklynDev/airborne/tree/v0.0.12) (2014-09-17)
423
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.0.11...v0.0.12)
424
+
425
+ ## [v0.0.11](https://github.com/brooklynDev/airborne/tree/v0.0.11) (2014-09-17)
426
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.0.10...v0.0.11)
427
+
428
+ ## [v0.0.10](https://github.com/brooklynDev/airborne/tree/v0.0.10) (2014-09-17)
429
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.0.9...v0.0.10)
430
+
431
+ ## [v0.0.9](https://github.com/brooklynDev/airborne/tree/v0.0.9) (2014-09-17)
432
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.0.8...v0.0.9)
433
+
434
+ ## [v0.0.8](https://github.com/brooklynDev/airborne/tree/v0.0.8) (2014-09-17)
435
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.0.7...v0.0.8)
436
+
437
+ ## [v0.0.7](https://github.com/brooklynDev/airborne/tree/v0.0.7) (2014-09-17)
438
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.0.6...v0.0.7)
439
+
440
+ ## [v0.0.6](https://github.com/brooklynDev/airborne/tree/v0.0.6) (2014-09-16)
441
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.0.5...v0.0.6)
442
+
443
+ ## [v0.0.5](https://github.com/brooklynDev/airborne/tree/v0.0.5) (2014-09-16)
444
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.0.4...v0.0.5)
445
+
446
+ ## [v0.0.4](https://github.com/brooklynDev/airborne/tree/v0.0.4) (2014-09-16)
447
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.0.3...v0.0.4)
448
+
449
+ ## [v0.0.3](https://github.com/brooklynDev/airborne/tree/v0.0.3) (2014-09-16)
450
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.0.2...v0.0.3)
451
+
452
+ ## [v0.0.2](https://github.com/brooklynDev/airborne/tree/v0.0.2) (2014-09-16)
453
+ [Full Changelog](https://github.com/brooklynDev/airborne/compare/v0.0.1...v0.0.2)
454
+
455
+ ## [v0.0.1](https://github.com/brooklynDev/airborne/tree/v0.0.1) (2014-09-16)
456
+
457
+
458
+ \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
@@ -0,0 +1,14 @@
1
+ require 'github_changelog_generator/task'
2
+
3
+ GitHubChangelogGenerator::RakeTask.new :changelog do |config|
4
+ raise(
5
+ ArgumentError,
6
+ 'You need to export CHANGELOG_GITHUB_TOKEN first! You can generate one at: https://github.com/settings/tokens/new'
7
+ ) if ENV['CHANGELOG_GITHUB_TOKEN'].nil?
8
+
9
+ config.project = 'airborne'
10
+
11
+ # change this to your github username if you plan to submit a PR with a new CHANGELOG.md
12
+ config.user = 'brooklynDev'
13
+ end
14
+
@@ -2,7 +2,7 @@ require 'date'
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'airborne'
5
- s.version = '0.3.3'
5
+ s.version = '0.3.4'
6
6
  s.date = Date.today.to_s
7
7
  s.summary = 'RSpec driven API testing framework'
8
8
  s.authors = ['Alex Friedman', 'Seth Pollack']
@@ -16,4 +16,6 @@ Gem::Specification.new do |s|
16
16
  s.add_runtime_dependency 'rack'
17
17
  s.add_runtime_dependency 'activesupport'
18
18
  s.add_development_dependency 'webmock', '~> 3'
19
+ s.add_development_dependency 'rake', '~> 12'
20
+ s.add_development_dependency 'github_changelog_generator', '~> 1.14'
19
21
  end
@@ -5,7 +5,7 @@ module Airborne
5
5
  def make_request(method, url, options = {})
6
6
  headers = base_headers.merge(options[:headers] || {})
7
7
  verify_ssl = options.fetch(:verify_ssl, true)
8
- res = if method == :post || method == :patch || method == :put
8
+ res = if method == :post || method == :patch || method == :put || method == :delete
9
9
  begin
10
10
  request_body = options[:body].nil? ? '' : options[:body]
11
11
  request_body = request_body.to_json if is_json_request(headers)
@@ -83,6 +83,19 @@ describe 'client requester' do
83
83
  )
84
84
  end
85
85
 
86
+ it 'should send payload with delete request' do
87
+ payload = { example: 'this is the payload' }
88
+ delete '/foo', payload
89
+
90
+ expect(RestClient::Request).to have_received(:execute).with(
91
+ method: :delete,
92
+ url: 'http://www.example.com/foo',
93
+ payload: payload.to_json,
94
+ headers: { content_type: :json },
95
+ verify_ssl: true
96
+ )
97
+ end
98
+
86
99
  context 'verify_ssl' do
87
100
  it 'should be true by default' do
88
101
  get '/foo'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: airborne
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Friedman
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-04-03 00:00:00.000000000 Z
12
+ date: 2019-04-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -29,42 +29,42 @@ dependencies:
29
29
  name: rest-client
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
- - - "<"
33
- - !ruby/object:Gem::Version
34
- version: '3.0'
35
32
  - - ">="
36
33
  - !ruby/object:Gem::Version
37
34
  version: 2.0.2
35
+ - - "<"
36
+ - !ruby/object:Gem::Version
37
+ version: '3.0'
38
38
  type: :runtime
39
39
  prerelease: false
40
40
  version_requirements: !ruby/object:Gem::Requirement
41
41
  requirements:
42
- - - "<"
43
- - !ruby/object:Gem::Version
44
- version: '3.0'
45
42
  - - ">="
46
43
  - !ruby/object:Gem::Version
47
44
  version: 2.0.2
45
+ - - "<"
46
+ - !ruby/object:Gem::Version
47
+ version: '3.0'
48
48
  - !ruby/object:Gem::Dependency
49
49
  name: rack-test
50
50
  requirement: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - "<"
53
- - !ruby/object:Gem::Version
54
- version: '2.0'
55
52
  - - ">="
56
53
  - !ruby/object:Gem::Version
57
54
  version: 1.1.0
55
+ - - "<"
56
+ - !ruby/object:Gem::Version
57
+ version: '2.0'
58
58
  type: :runtime
59
59
  prerelease: false
60
60
  version_requirements: !ruby/object:Gem::Requirement
61
61
  requirements:
62
- - - "<"
63
- - !ruby/object:Gem::Version
64
- version: '2.0'
65
62
  - - ">="
66
63
  - !ruby/object:Gem::Version
67
64
  version: 1.1.0
65
+ - - "<"
66
+ - !ruby/object:Gem::Version
67
+ version: '2.0'
68
68
  - !ruby/object:Gem::Dependency
69
69
  name: rack
70
70
  requirement: !ruby/object:Gem::Requirement
@@ -107,6 +107,34 @@ dependencies:
107
107
  - - "~>"
108
108
  - !ruby/object:Gem::Version
109
109
  version: '3'
110
+ - !ruby/object:Gem::Dependency
111
+ name: rake
112
+ requirement: !ruby/object:Gem::Requirement
113
+ requirements:
114
+ - - "~>"
115
+ - !ruby/object:Gem::Version
116
+ version: '12'
117
+ type: :development
118
+ prerelease: false
119
+ version_requirements: !ruby/object:Gem::Requirement
120
+ requirements:
121
+ - - "~>"
122
+ - !ruby/object:Gem::Version
123
+ version: '12'
124
+ - !ruby/object:Gem::Dependency
125
+ name: github_changelog_generator
126
+ requirement: !ruby/object:Gem::Requirement
127
+ requirements:
128
+ - - "~>"
129
+ - !ruby/object:Gem::Version
130
+ version: '1.14'
131
+ type: :development
132
+ prerelease: false
133
+ version_requirements: !ruby/object:Gem::Requirement
134
+ requirements:
135
+ - - "~>"
136
+ - !ruby/object:Gem::Version
137
+ version: '1.14'
110
138
  description:
111
139
  email:
112
140
  - a.friedman07@gmail.com
@@ -120,9 +148,11 @@ files:
120
148
  - ".gitignore"
121
149
  - ".rspec"
122
150
  - ".travis.yml"
151
+ - CHANGELOG.md
123
152
  - Gemfile
124
153
  - LICENSE
125
154
  - README.md
155
+ - Rakefile
126
156
  - airborne.gemspec
127
157
  - lib/airborne.rb
128
158
  - lib/airborne/base.rb
@@ -200,8 +230,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
200
230
  - !ruby/object:Gem::Version
201
231
  version: '0'
202
232
  requirements: []
203
- rubyforge_project:
204
- rubygems_version: 2.6.11
233
+ rubygems_version: 3.0.1
205
234
  signing_key:
206
235
  specification_version: 4
207
236
  summary: RSpec driven API testing framework