salestation 0.3.0 → 0.4.0

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: f1b525e1ec3e904fe1121233b9c9334348df43d0
4
- data.tar.gz: 8b74d25e23e0c52c214591b55ad8a347765e2b32
3
+ metadata.gz: 19591f0b08f396eee98eda9f86eac987994e57d5
4
+ data.tar.gz: 6a98d8d493e497c0e293b0c918cb9806610ff9c3
5
5
  SHA512:
6
- metadata.gz: 4c90e2e8ca7df677c87888b70788c0ac1337e78beb4f777a4825d2a57d6cd5167a19e9e80b383732ba8a390400bc2127050c67a8429adf9d1c2d2dd90d5b84f3
7
- data.tar.gz: 5a50bc06f24eda87d84955e84eeffc253c87b33729b5c3cdb797f0ac521037278ccb949e976f06bd2e5134adae4b9e99af52fee26e5afc9a10614d2f5adf0e70
6
+ metadata.gz: a42cdcd04bdb5bda561fedcc52fb40fbfdb5d0bbb531f307bacf2910c2775fb21f5f54624c9712b1fa08f7144bf28a0a1e12de9c2e2a3af79447452130b7c166
7
+ data.tar.gz: 5d246bf1089b40043dee152e83a0a2878190d8b6be57fe681158cb5fde5f3ed09dd8839b9283db913c9dc4977a60ac8c41b1ebd0ffad0f545118712182706abe
@@ -42,7 +42,7 @@ module Salestation
42
42
  constructor_type :strict
43
43
 
44
44
  attribute :status, Types::Strict::Int
45
- attribute :body, Types::Strict::Hash
45
+ attribute :body, Types::Strict::Hash | Types::Strict::Array
46
46
  end
47
47
 
48
48
  class UnprocessableEntityFromSchemaErrors
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "salestation"
7
- spec.version = "0.3.0"
7
+ spec.version = "0.4.0"
8
8
  spec.authors = ["SaleMove TechMovers"]
9
9
  spec.email = ["techmovers@salemove.com"]
10
10
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: salestation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - SaleMove TechMovers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-24 00:00:00.000000000 Z
11
+ date: 2017-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler