atacama 0.1.0 → 0.1.1

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
  SHA1:
3
- metadata.gz: 3c084ce1e412bcdd0fd5b4496b95bf06541e5fce
4
- data.tar.gz: 3a01181b47c0e4531492e135a69fb5279993ae4e
3
+ metadata.gz: 19cf3faed089b84664b48c4763716aff698a7704
4
+ data.tar.gz: ca47f3998ce6c1969af3f1bd9a14aa31c08c1a2b
5
5
  SHA512:
6
- metadata.gz: 93fa86a443b71fa0a428855f317cb1debb6789b18fa22776592650a54689fd124b056748d088992e9c2aa2533af7f387b049b8cdf6e32191d2d2b34d87119e0e
7
- data.tar.gz: fb995c152f720d6737091ae89b0bce3e190e959857b02b2fde32dc4f48d14fdc6aa4dc1feeec448c265ada2824946207ed327aa57f426056155f378b50f5bb3b
6
+ metadata.gz: 497071ad81e594c2718bfdfea42ca40575c420119a82750050a0b1242c0dcb50a7ff5171c7e9a38b5c9b3fe8dfa252c1e3ccf31d01cb155b79e7a51394b33dd9
7
+ data.tar.gz: 88e82961f4539b4553369b9b53dfbec83e8e1c5999fc3a75444982b71576fcb9c4d3c02c9288ec9961581a6a6fb0a1628784925e6fb3c534818a7db706c6df8b
data/Gemfile.lock CHANGED
@@ -2,12 +2,12 @@ PATH
2
2
  remote: .
3
3
  specs:
4
4
  atacama (0.1.0)
5
- dry-types
5
+ dry-types (~> 0.13.2)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- concurrent-ruby (1.0.5)
10
+ concurrent-ruby (1.1.0)
11
11
  dry-configurable (0.7.0)
12
12
  concurrent-ruby (~> 1.0)
13
13
  dry-container (0.6.0)
@@ -1,7 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'dry-types'
4
-
5
3
  require 'atacama/contract/parameter'
6
4
  require 'atacama/contract/validator'
7
5
  require 'atacama/contract/context'
@@ -1,6 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require 'atacama/contract'
4
+ require 'atacama/values'
4
5
  require 'atacama/transaction/halt_execution'
5
6
  require 'atacama/transaction/definition'
6
7
 
@@ -1,3 +1,3 @@
1
1
  module Atacama
2
- VERSION = '0.1.0'.freeze
2
+ VERSION = '0.1.1'.freeze
3
3
  end
data/lib/atacama.rb CHANGED
@@ -1,3 +1,4 @@
1
+ require 'dry-types'
1
2
  require 'atacama/version'
2
3
  require 'atacama/contract'
3
4
  require 'atacama/transaction'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atacama
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tyler Johnston