salestation 4.0.0 → 4.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 56ea14b7773dbb2fa0af6c7c9cfacfb9e83da5d01df35b01ba8fb8b02658a95d
4
- data.tar.gz: bb76fa431b6a680bb05cb0c5b251bc26b1c524472ce016bae0f90d39ba87a2cb
3
+ metadata.gz: ee35e90cf574b4f34cc2105366dbd8a5b9a3fedd8f1c5dd8313b45406055a553
4
+ data.tar.gz: 91c6dec1705886e385d4c40ddad5c974b62bc315faa4d1e5419e9db2479900a7
5
5
  SHA512:
6
- metadata.gz: 5609d652f5235ae824cf4f218db431aa4f4a71782f45e641915aeeef1a7dcd95d15abb67d233a36b953a453abe990bec451c12049fc7a4b072fb1733c526db44
7
- data.tar.gz: 1ef99f606062c630da5ae971fab61c8f23bf1881c2a3b356c5f4bf0b765db7456fe4d9728dc1554e703f19fd73382d0de88fc2864bf01967e350168fab3b1fb8
6
+ metadata.gz: b6c123447543bf3fd0c7e9a6633e6137816d729fd516c7bc1372299203b9827f3d8c1a84f4e90d40af09f79194b1cb8d3fe86cc078a0835f5438b19c8a667a81
7
+ data.tar.gz: 0a6a27008d3556219cdbcf2109799b80ef71dc34f4b945c0ad159e278a13852a5532915e45c51a2b53705125f0da9635853e52b8c17ac57853d5c0fb4e27b39b
@@ -15,6 +15,7 @@ module Salestation
15
15
  attribute :errors, Types::Strict::Hash
16
16
  attribute :hints, Types::Coercible::Hash.default({}.freeze)
17
17
  attribute? :debug_message, Types::Strict::String
18
+ attribute? :form_errors, Types::Strict::Bool.default(false)
18
19
  end
19
20
 
20
21
  class DependencyCurrentlyUnavailable < Error
data/salestation.gemspec CHANGED
@@ -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 = "4.0.0"
7
+ spec.version = "4.0.1"
8
8
  spec.authors = ["Glia TechMovers"]
9
9
  spec.email = ["techmovers@glia.com"]
10
10
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: salestation
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 4.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Glia TechMovers