flowcommerce 0.2.7 → 0.2.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5c71adcbf9bd7e85374c56c22b6f935652fa8530
4
- data.tar.gz: 033bf60e80e1e045089fd9116c584d2fee3883cb
3
+ metadata.gz: 4a1bd2f3cc71e10308457b8331b5d9c421ee6b00
4
+ data.tar.gz: dd478b3d713740e73c4ccb6fa6f861272e4fab65
5
5
  SHA512:
6
- metadata.gz: b6ee7d89b51bdcfc3574c11b3c55d6986ad3ac7d593c79ec69b75429dd6871a0361254144345221f8fdd3b5c011798a983bab53f83018c4fb2910c944b799963
7
- data.tar.gz: a413787fb98d480d25cf57498989660a3a936975b8fc960b98833faa25dae6de9946e09602f18f5fc12c9cfde5f2e2a7ea0018f7ad0961c0cbffb06bc6225e08
6
+ metadata.gz: 05d0b4cecf08f5780c2b4243d3b22882175bac68c04dc8c98f0cf7cb64385e990de785b54485142242d9e6a9a069193669344d568bee5c70cd4d11d9e823b27d
7
+ data.tar.gz: 83bc9ba661bf3b2ecb82c318517499a887c2ef682a2e1c1074b6618eda303ab1cedfa6bc327a19661052c0a99b9977e92253a183d5d154f188c08a02d51a4598
@@ -2135,7 +2135,7 @@ module Io
2135
2135
  HttpClient::Preconditions.assert_class('organization', organization, String)
2136
2136
  opts = HttpClient::Helper.symbolize_keys(incoming)
2137
2137
  query = {
2138
- :id => (x = opts.delete(:id); x.nil? ? nil : HttpClient::Preconditions.assert_class('id', x, Array).map { |v| HttpClient::Preconditions.assert_class('id', v, String) }),
2138
+ :id => (x = opts.delete(:id); x.nil? ? nil : HttpClient::Preconditions.assert_class('id', x, Array).map { |v| HttpClient::Preconditions.assert_class('id', v, Integer) }),
2139
2139
  :authorization_id => (x = opts.delete(:authorization_id); x.nil? ? nil : HttpClient::Preconditions.assert_class('authorization_id', x, Array).map { |v| HttpClient::Preconditions.assert_class('authorization_id', v, String) }),
2140
2140
  :limit => HttpClient::Preconditions.assert_class('limit', (x = opts.delete(:limit); x.nil? ? 25 : x), Integer),
2141
2141
  :offset => HttpClient::Preconditions.assert_class('offset', (x = opts.delete(:offset); x.nil? ? 0 : x), Integer),
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.7
4
+ version: 0.2.8
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: 2017-04-07 00:00:00.000000000 Z
11
+ date: 2017-04-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json