salestation 4.0.0 → 4.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/salestation/app/errors.rb +1 -0
- data/salestation.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ee35e90cf574b4f34cc2105366dbd8a5b9a3fedd8f1c5dd8313b45406055a553
|
4
|
+
data.tar.gz: 91c6dec1705886e385d4c40ddad5c974b62bc315faa4d1e5419e9db2479900a7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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