spaceborne 0.1.16 → 0.1.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/spaceborne.rb +1 -0
- data/lib/spaceborne/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 84043a3d1e6cddd02e71ee2340b4b8276fb2626f
|
4
|
+
data.tar.gz: 63a42e8122fd94267b40ebe3a0bfed08a5affcb4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49fd4045a2dad5ddde7ff27b4b4d8cd50647d555078a749c5c8e9ad90cfcb12200c54119b84c106694f6222b0566c10345ca375d1bccbaf5ca7b054ad320d1dd
|
7
|
+
data.tar.gz: 976ebdc9b0966b3068f696bd0c4db2372bf5f0a9963ad229c5d929a7fdb533ce73df2daf0b6611bbaea0a7ec552c23a2f56c16932206c03246b9046857615aa2
|
data/lib/spaceborne.rb
CHANGED
@@ -122,6 +122,7 @@ module Airborne
|
|
122
122
|
handle_proxy(options, local_options)
|
123
123
|
hdrs = calc_headers(options, local_options)
|
124
124
|
send_restclient(method, get_url(url),
|
125
|
+
@request_body =
|
125
126
|
calc_body(options, local_options), hdrs)
|
126
127
|
rescue RestClient::Exception => e
|
127
128
|
e.response
|
data/lib/spaceborne/version.rb
CHANGED