gorilla-io 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/gorilla/vanilla_client.rb +1 -0
- data/lib/gorilla/version.rb +1 -1
- data/spec/lib/gorilla/vanilla_client_spec.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e01fa727e6feffc3431d0e5458fa771b14716986
|
4
|
+
data.tar.gz: a7555ef2f16b2bd8754fffb8781de078218ee348
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff0b1091b2fafce3e7f1dac53518563bd54f3f63f07b3f1eae1879a81aea377f2fd70f726b8aedec0d47d0d65b0ecedcab389806e84674b93e24504da46f00e0
|
7
|
+
data.tar.gz: 95b04e079da3c4bee82145c202d734097bc67f647ee4f4ea469459d429803980ca3ff3039e06f67e5921cd7e74beb750493a477b8c66c45d16e1cc2de5b852f6
|
data/lib/gorilla/version.rb
CHANGED
@@ -38,6 +38,7 @@ RSpec.describe Gorilla::VanillaClient do
|
|
38
38
|
expect(Faraday).to receive(:new).and_yield(conn_stub)
|
39
39
|
|
40
40
|
expect_stack conn_stub,
|
41
|
+
[:request, :multipart],
|
41
42
|
[:request, :user_agent, Gorilla.configuration.user_agent],
|
42
43
|
[:request, :url_encoded],
|
43
44
|
[:response, :json, content_type: /\bjson$/],
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gorilla-io
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gorilla.io
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-05-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|