paramore 3.9.1 → 3.9.2

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
  SHA256:
3
- metadata.gz: 443c4fd7a430d181af1f221f8e2f8d162cde504112ccafa80e7d672445add93d
4
- data.tar.gz: 8557e290f05dcc0654a5bcbb55b2832d41ea0d98ac171bd3e29939a1d9312e4f
3
+ metadata.gz: 3ecad97758f06ed4c9666cc21dff1f109c96f99af568dc748909bc860d98e342
4
+ data.tar.gz: 8391f84447ff31b61a715fda75ea51da38055d36d33ea8326627d0414a738e4b
5
5
  SHA512:
6
- metadata.gz: d86cf6d7f77328271d2bc82beebf700ccb70c7303b77654342a20e7087a4d22da5779bdfcae8e64624b1f04316f0f15472385234a4668bcfdbf7f5ba88760379
7
- data.tar.gz: b8f97f9e0dde2c4f646876fb4ac8fea06301fcbe882e4244a088439091464161d873791923dd2415f67a1169c2c1c2851dd5be21323d97f8aab3700bd6e460c8
6
+ metadata.gz: d67a468476d57a80b2f0961ec02343b518cc01f3c5f2a68ebd46aafc41279ec7ed07d75c466e4a3a4e5e5e633637bee92cecea215d412defd91852346b7c426a
7
+ data.tar.gz: b4ad88a4893c0365e2e805cbfac035ae26566c96fcddf86a4361931906c57bb4d9f98cbd6f8b412faa601da091222b9cfd1dfd3004b2326886413059ced5cd78
@@ -60,7 +60,7 @@ module Paramore
60
60
  else
61
61
  if options[:no_extra_keys]
62
62
  extra = hash.keys - field.type.keys
63
- raise "Found extra keys in `name`: #{extra}!"
63
+ raise "Found extra keys in `#{name}`: #{extra}!" if extra.size > 0
64
64
  end
65
65
 
66
66
  field
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paramore
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.9.1
4
+ version: 3.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lukas Kairevičius
@@ -115,7 +115,7 @@ licenses:
115
115
  - MIT
116
116
  metadata: {}
117
117
  post_install_message: |
118
- Thank you for installing Paramore 3.9.1 !
118
+ Thank you for installing Paramore 3.9.2 !
119
119
  From the command line you can run `paramore` to generate a configuration file
120
120
 
121
121
  More details here : https://github.com/lumzdas/paramore/blob/master/README.md