daily_affirmation 1.1.0 → 1.1.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: f7ba5e00c6949914c9cfd4e9cbf88ccac79a0cb7
4
- data.tar.gz: 7023bf3b10fbc9caa76c59553f899ba06f7f8580
3
+ metadata.gz: 0752ed4e3c2e2c1e5ff7379dbaa289d42960f8e3
4
+ data.tar.gz: 9c97c1452e8ab2d0aba3fe55e576f389edf43092
5
5
  SHA512:
6
- metadata.gz: 7f34c62e82ca717e3389d6afb7b2c54de266a754d5d33a2938e41c8d00111e3744e0bf7ebc96f7a799258428e2a6947ae1ccf7b64f50765f27572395b8de94c3
7
- data.tar.gz: fc852275569a2b97e0ce079c63a93f2cd3a7b5ac147ec084e5ab92d992d0834bd153049cea77eb891192888674c59e11aea41dee6b9c0cecd51f279a52387561
6
+ metadata.gz: 44da849e1c7259427534b5fe1a475faf8594224e55d4926f2e674de425f9e73e5fde33961162adafe17c046b9bc78fb25f22777ef3b17e3e645513df080d523e
7
+ data.tar.gz: 159ae1f2ebc27a8777a6cf374900661debbcb0cd6739bda171556440a4d942f6a5aec1f03b948a4e31c68b1487e71f1d91cde872f892ee68025041d61a088213
@@ -11,6 +11,8 @@ module DailyAffirmation
11
11
  # run validation.
12
12
  # @option opts [true, false] :allow_nil determines if we skip validation of
13
13
  # `nil` valued attributes.
14
+ # @option opts [true, false] :allow_blank determines if we skip validation
15
+ # of `""` valued attributes.
14
16
  #
15
17
  # @return [self]
16
18
  def initialize(object, attribute, opts = {})
@@ -1,3 +1,3 @@
1
1
  module DailyAffirmation
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: daily_affirmation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shane Emmons