neon_operations 0.0.5 → 0.0.6

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: e91eaf724b508d0a5fd1a0afb5d3bab1eef9def4996d1069b58f86a23c438191
4
- data.tar.gz: 12aadc2543e207199ffd081f2e5bf9f4e91c78067be39f371e76b972531f6735
3
+ metadata.gz: c68d35fb09f535a90e199f7a2d560ace8fa3be4ce644622baa387141b42e485b
4
+ data.tar.gz: 488a9fda12e1e28e6714862e70b6a3b351a23d1243081c662b71a14535d5ca62
5
5
  SHA512:
6
- metadata.gz: 60bf994d1ebdc8a3725111d487302875ccf2b2403511d5360d7b5a4a6d99868fa5745ce38a183365b67a96252c9aebebb983f77f42b6eb99285379b5b65391b5
7
- data.tar.gz: fd3f98e8de6009aee7637a27d835b02a55f90aec1939ed16dd85eed3bc85ff695a86e1d0c68b0212fce422c18eb9e0488b9fc65116b62351cbc9f20601337881
6
+ metadata.gz: 77a5eaa7e13e948f0b574f548b526a09bc95ca9e039e6c40bb11d45f86a7141774f888f75348d9547a1a0030ac5104e2ab271f525cfe02d30372bbf4d94d547e
7
+ data.tar.gz: a2e590d18ef4178e71c6b838f521827ccf31a1b7341bcd246f6f32f77d5df2508bab6405442b4b66697120a9092135882cc402ca7b1ca786aa21dcedb754f812
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- neon_operations (0.0.4)
4
+ neon_operations (0.0.5)
5
5
  dry-monads (~> 1.3)
6
6
 
7
7
  GEM
@@ -35,7 +35,7 @@ module NeonOperations
35
35
  attr_reader :input, :schema_contract
36
36
 
37
37
  def validate_input
38
- validation_result = schema_contract.call(input)
38
+ validation_result = schema_contract.new.call(input)
39
39
 
40
40
  return Failure(validation_result) if validation_result.errors.any?
41
41
 
@@ -1,3 +1,3 @@
1
1
  module NeonOperations
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neon_operations
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
  - Neon Law