bouncer-client 0.2 → 0.2.1
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/bouncer-client/client.rb +2 -2
- data/lib/bouncer-client/user.rb +1 -1
- data/lib/bouncer-client/version.rb +1 -1
- data/spec/cassettes/bouncer/user.yml +5 -5
- data/spec/spec_helper.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: 48e0baa7d9e6c6bcaa45cd62a57927e716568185
|
4
|
+
data.tar.gz: 17e56a7d1a6977c5195f465c855564525664a790
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f583f0b254bde355d5297d929b1c25a255a001a84455f948e460c6f3b4499f7dfdafe22428ea024eb1e310c7d3117f6c2e7eb61a48f33bd12c850f889dec7857
|
7
|
+
data.tar.gz: 135491e90e82efee2e283f864505691e89635b890548f53e795da484cc3feb0988d4aaad4c53c6fc8d49c97759e1dda8d68e5f7486190561d4ccb03f1e69520c
|
data/lib/bouncer-client/user.rb
CHANGED
@@ -14,7 +14,7 @@ http_interactions:
|
|
14
14
|
User-Agent:
|
15
15
|
- Faraday v0.9.1
|
16
16
|
Authorization:
|
17
|
-
-
|
17
|
+
- JWT <SERVICE_TOKEN>
|
18
18
|
Accept-Encoding:
|
19
19
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
20
20
|
response:
|
@@ -27,7 +27,7 @@ http_interactions:
|
|
27
27
|
Connection:
|
28
28
|
- close
|
29
29
|
Date:
|
30
|
-
-
|
30
|
+
- Fri, 20 Feb 2015 15:43:23 GMT
|
31
31
|
Status:
|
32
32
|
- 200 OK
|
33
33
|
X-Frame-Options:
|
@@ -43,14 +43,14 @@ http_interactions:
|
|
43
43
|
Cache-Control:
|
44
44
|
- max-age=0, private, must-revalidate
|
45
45
|
X-Request-Id:
|
46
|
-
-
|
46
|
+
- 1f239099-ad7c-41a7-92a8-966738c9881b
|
47
47
|
X-Runtime:
|
48
|
-
- '0.
|
48
|
+
- '0.012135'
|
49
49
|
Via:
|
50
50
|
- 1.1 vegur
|
51
51
|
body:
|
52
52
|
encoding: UTF-8
|
53
53
|
string: '{"users":[{"id":"960dd380-85db-43c7-b79b-ed3f3c7d4a88","image":"https://secure.gravatar.com/avatar/ebfcbe366c47be18e8d3d6eb13d51d17?d=mm\u0026s=50","phone":"4075120689","email":"kurt@monsieur.co","name":null,"super_admin":true,"confirmed_at":"2000-01-01T18:46:46.786Z"}]}'
|
54
54
|
http_version:
|
55
|
-
recorded_at:
|
55
|
+
recorded_at: Fri, 20 Feb 2015 15:43:23 GMT
|
56
56
|
recorded_with: VCR 2.9.3
|
data/spec/spec_helper.rb
CHANGED
@@ -26,6 +26,7 @@ VCR.configure do |c|
|
|
26
26
|
c.hook_into :webmock
|
27
27
|
c.filter_sensitive_data('<ADMIN_TOKEN>') { ENV['ADMIN_TOKEN'] }
|
28
28
|
c.filter_sensitive_data('<DEVICE_TOKEN>') { ENV['DEVICE_TOKEN'] }
|
29
|
+
c.filter_sensitive_data('<SERVICE_TOKEN>') { ENV['SERVICE_TOKEN'] }
|
29
30
|
end
|
30
31
|
|
31
32
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bouncer-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kurt Nelson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-02-
|
11
|
+
date: 2015-02-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|