flowcommerce 0.2.71 → 0.2.72
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/flow_commerce/flow_api_v0_client.rb +2 -2
- 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: 0c296881cf6d8fa3dfc509541d5313f1463a8e6d
|
|
4
|
+
data.tar.gz: e86daad54cd2da5fbb1ccf32fd234353f7b7fb86
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a97d59d7956316b017f4c5b069fe9a4caa6287afe2e177f248145bf6dbcee724b178e82ed602b2b87ea1a6d6863a8fcdf66da3a22a462833fa1be92acc93c930
|
|
7
|
+
data.tar.gz: 7204d6752565d871579bde44b3207a2faeccce631794118b85b8a4a02ea19694b52c6d540fa08bb4d47a28dd6a043370c5e58509ba5bd89c5298c5ab86c70e48
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Generated by API Builder - https://www.apibuilder.io
|
|
2
2
|
# Service version: 0.6.19
|
|
3
|
-
# apibuilder 0.14.3 app.apibuilder.io/flow/api/0.6.
|
|
3
|
+
# apibuilder 0.14.3 app.apibuilder.io/flow/api/0.6.44/ruby_client
|
|
4
4
|
|
|
5
5
|
require 'cgi'
|
|
6
6
|
require 'net/http'
|
|
@@ -25,7 +25,7 @@ module Io
|
|
|
25
25
|
|
|
26
26
|
BASE_URL = 'https://api.flow.io' unless defined?(Constants::BASE_URL)
|
|
27
27
|
NAMESPACE = 'io.flow.v0' unless defined?(Constants::NAMESPACE)
|
|
28
|
-
USER_AGENT = 'apibuilder 0.14.3 app.apibuilder.io/flow/api/0.6.
|
|
28
|
+
USER_AGENT = 'apibuilder 0.14.3 app.apibuilder.io/flow/api/0.6.44/ruby_client' unless defined?(Constants::USER_AGENT)
|
|
29
29
|
VERSION = '0.6.19' unless defined?(Constants::VERSION)
|
|
30
30
|
VERSION_MAJOR = 0 unless defined?(VERSION_MAJOR)
|
|
31
31
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: flowcommerce
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.72
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Flow Commerce, Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-09-
|
|
11
|
+
date: 2018-09-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: json
|