redress 0.4.1 → 0.4.2

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: 5e9932ab0a49884022ac9b826536b72e5f8294252af2c9a4322152de15919d4a
4
- data.tar.gz: f182b8dc2352cf774a5e1117bfe82dc9ee8f9319bf9a28516165683d353d5b13
3
+ metadata.gz: 772e4827f0e4284c62be00daaf8f95f99f03757f777807c1f21665c9507dc0aa
4
+ data.tar.gz: c0fb8aa632d6ba383d9aac4cc46ea156557c29064d794d391b55d2ff51e7bf26
5
5
  SHA512:
6
- metadata.gz: 107beeb6d2f81812cdfee470d300f7556960c73ea5a00cd414509bb4dc7679615134679d6b362aa6cbaac03b6faee2f36b35e51d7428441a91afa3a1aaf8328b
7
- data.tar.gz: 7000bfc7c0c64df258b16bcdfb80b380e68f8e09e0cff2c9e6493481d817df5981ece134c2c27bba1aee776e7f30d12871a82a87254641610a630695b476de0c
6
+ metadata.gz: 978d2dbfceb765a99f50f56f430ac8cdce00573954ba3c9fb1b98995f42095ce66e916ede4c1ea0890743d3585abc72f2b8e1b755f3c71662002170018058347
7
+ data.tar.gz: cb5cae4a7de7d7a19ae8b8f0c570c08ceab79d2c3679c752adbba4adab9f3b7ac38d6dbd1c41734fd453a6beb6b2c5358cff4bf27fba460c842aa096919677d9
@@ -12,7 +12,7 @@ module Redress
12
12
  end
13
13
 
14
14
  def self.version
15
- '0.4.1'
15
+ '0.4.2'
16
16
  end
17
17
 
18
18
  def self.version_label
@@ -6,7 +6,7 @@ module Redress
6
6
  module Types
7
7
  include Dry::Types()
8
8
 
9
- StrippedString = String.constructor do |value|
9
+ StrippedString = Coercible::String.constructor do |value|
10
10
  value.to_s.strip.empty? ? nil : value.to_s.strip
11
11
  end
12
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redress
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Galeta