pavlov 0.1.8 → 0.1.8.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
  SHA1:
3
- metadata.gz: c1b5c84ab82aad4e0ff3231c23c2ecb6c8511165
4
- data.tar.gz: b031d26eb86570328beee0ace26d0594cb2bffd2
3
+ metadata.gz: 99aecac1d59af7be3c174ffef73dfa388bcc4303
4
+ data.tar.gz: a24bd54ec64f2825b1b7b5983eb19a0444de4086
5
5
  SHA512:
6
- metadata.gz: 0db1daccbeaac3214a1383fa6efe0e883cd3f32d5c7fd201ffe4903c4889fbbd23e70c0e80988c6c245ea4bc1e985b68e6a20fa26d4bda17b2382ef2f77f15b1
7
- data.tar.gz: 4a599d76b32385939a5699a3d6082753436691303d68e894108ada5ab3bd5639b1f4fe1bff6a18f3812643db4000ac4a9a6e67306901e92521de60d8464ee055
6
+ metadata.gz: b9fccb36eb44d786b958af7b4becf26563c14f61850873bec7f1529b79d6ae10ae87b137e5c32f3e9f0b4551b5e5c013b72cc6c50e0b904565230b3cf547c84b
7
+ data.tar.gz: 59d5f566ffd250268b0ad8597c8b870e2ec0e1855eaa6dfaf32633f1580ca26d9f59ae9a081b38101c692788a84baaced11a712873853c47ea1851903efa030d
@@ -27,7 +27,7 @@ module Pavlov
27
27
  def validate_in_set param_name, param, set
28
28
  return if set.include? param
29
29
 
30
- errors.add param_name, 'should be on of these values: #{set.inspect}.'
30
+ errors.add param_name, "should be on of these values: #{set.inspect}."
31
31
  end
32
32
 
33
33
  def validate_string param_name, param
@@ -2,5 +2,5 @@ module Pavlov
2
2
  # We're doing this because we might write tests that deal
3
3
  # with other versions of bundler and we are unsure how to
4
4
  # handle this better.
5
- VERSION = '0.1.8'
5
+ VERSION = '0.1.8.1'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pavlov
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marten Veldthuis