ddb_ruby 0.0.7 → 0.0.8

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: 9495dea5f0b16ee1144017b241db4b68e37ba3c5b02d7338093d0b2fa7b35389
4
- data.tar.gz: a92a20a9b03be387dfae9c00a1bde9289aac9e7614af359d381599300bade8b6
3
+ metadata.gz: 5134ede3ad94aa45ef8d927d5e571d18bd9141e3a329cc7dac0d994a4c3a3918
4
+ data.tar.gz: 4f90d3149227c49dcfd23419d7959358b183457c6d7482ba9655e4bd987a89be
5
5
  SHA512:
6
- metadata.gz: d32ede2d8f897b2833491da91e8dfd4b938f99b540bf9a6e5cfa2aa333452d906739fd4724b972340e74c4b16e1ceda25b32374e3cd72c656183123120c0e4dc
7
- data.tar.gz: 04ccbcdb0403359d3b60bb59722ce886409302e641f1a85e8ea2c9acf7b381d17bd0031ec57d1132caf01d958edcf8266b72cf88eda0c09b208ef07d80215c56
6
+ metadata.gz: 66573315ab901c45c7ca5147e6d0fbd97127a1272d4e1db618f51c4a50383272702a306571aceed16f5ba123d07af9bfb7cca377d6a9e5312d04a210ccf2cb53
7
+ data.tar.gz: 896ee93437b7be5975401d1c8c4263b62a9cb25a3a9e2cf8040d770eb438ae01d941e3cd724a6172e4c11a551a7c06d5ae52b939c2745abaecd4b63bb5f352b2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ddb_ruby (0.0.7)
4
+ ddb_ruby (0.0.8)
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 = Types:Params::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.7"
4
+ VERSION = "0.0.8"
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.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron F Stanton