rallio 0.6.0 → 0.6.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/rallio/account.rb +1 -1
- data/lib/rallio/version.rb +1 -1
- 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: 503a82218b9e79fc87ee286919460d4ac3c63e9b
|
|
4
|
+
data.tar.gz: c6ba6fd9686dbea4f71b57055de00e922449a482
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6f632249f8cc344e8053cd40e966b094d3aead8e7d545e3d67c9d06ac9fc364d887d714f2bfa09ad2e01cfb5eb870e55e1213e4c9a430650fab5e4ecf8559dd0
|
|
7
|
+
data.tar.gz: b56d2a0637d4341b5589ca3b623304a514f7c5078ad3ca5491fc03266215296b0feeaef5edaf2c90c1dbd310cf772d0d0a61a6ae806719da645253e95d6f1ce0
|
data/lib/rallio/account.rb
CHANGED
|
@@ -46,7 +46,7 @@ module Rallio
|
|
|
46
46
|
# @return [Rallio::Account] hash of account created
|
|
47
47
|
def self.create(franchisor_id:, account:)
|
|
48
48
|
response = self.post("/franchisors/#{franchisor_id}/accounts", headers: app_credentials, body: { account: account })
|
|
49
|
-
new response.parsed_response
|
|
49
|
+
new response.parsed_response['account']
|
|
50
50
|
end
|
|
51
51
|
|
|
52
52
|
# Retreives reviews for the account.
|
data/lib/rallio/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rallio
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- JD Guzman
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-03-
|
|
11
|
+
date: 2017-03-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: virtus
|