ddb_ruby 0.0.5 → 0.0.6

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: db69d51dc81dfc34084b4e79aabf09ef8e2f16693cd7ecbd0a71c2aa88c25608
4
- data.tar.gz: a223580cc95afc1a2c40f39503dd8663df4ef1177e5e1c925f0bf6e11b817d75
3
+ metadata.gz: 4a05e98f2b98f52abaee98ecbf67f7dbc6ff8c89131b498658f66d1651c971a1
4
+ data.tar.gz: 2ee57168d80f1c997501c546748afe385482dcdd08039d82ab663380c71639c3
5
5
  SHA512:
6
- metadata.gz: febcf9f7742dda5c546e43aa488b4cfc301685483de310642c2946b1622d91cbfc616cc8f7042a257d2e64999018b9e45581469bcefa6408d60a2b56a50630d5
7
- data.tar.gz: 03cbd21c17721bdeccd83ebb406db5676e3e47f9d4201c362990ecf99546b75271db04460a059a24ae64365541774ece72db30c010933f6ecabbe935286cec63
6
+ metadata.gz: 838e2396706f85a3b5225fc3cfdcb8d150b78a57d4bb9b3954928e64da5a86c91805f64677ef80750ccc6934ef33a8bfaad996da4f3cf41bced35bb4ba923b9a
7
+ data.tar.gz: 06c584274feb1d9fbd3a87dd08e212acf0e38330339e1cdd2060a8942603015d0f443ec7792d17623cbad11646bf512ee388a608788d54b3580de8deb6387470
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ddb_ruby (0.0.5)
4
+ ddb_ruby (0.0.6)
5
5
  dry-struct (~> 1.6)
6
6
  dry-types (~> 1.7)
7
7
  multi_json (~> 1.15)
@@ -18,7 +18,7 @@ module DdbRuby
18
18
  include Dry.Types(default: :nominal)
19
19
 
20
20
  Integer = Coercible::Integer
21
- Bool = Coercible::Bool
21
+ Bool = Types::Params::Bool
22
22
  Hash = Coercible::Hash
23
23
  String = Coercible::String
24
24
  Double = Coercible::Float | Coercible::Integer
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DdbRuby
4
- VERSION = "0.0.5"
4
+ VERSION = "0.0.6"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ddb_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron F Stanton