typed_contracts 0.1.0 → 0.1.1

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: 6db3c497b2ce83db22e4f3bc33405acede6ae1996fb048eda8456182ab46aaaa
4
- data.tar.gz: 725ecb1017f494286757c5bae3a02a23c1f027c96fedd9b680eb3858149cb8e3
3
+ metadata.gz: 0c1055e87ebe2be6099949a895a729f2190d3763a63711b297c49bc8785e29b5
4
+ data.tar.gz: 0e0a84e21889a99dafbc6d0675d1dbf353e1d50be9fd8c3b52dc95f8cf169f5f
5
5
  SHA512:
6
- metadata.gz: b64b84e5620ec0b30c32a9c45f10af0b7415acef55e22f7b5ae1073028793ed391a1e0fdb4ffc8b20a1b484f9a4f2416e8c82d98674e1f3e6c8783cbaf82e2fb
7
- data.tar.gz: 9863b6f6551e0c21fdd922b2eaf3a54ca3d3b160c721905ffd43c35c5a29f90c1cbeedbd50df17a0d9d05bad5d38f8cf9fc176ed5d408c5b3c35daf2829e9ffe
6
+ metadata.gz: d2b7bbfa9f34d2f376291c7677f819c535f1acb172eb94ea2c85bd6642a38cd44a4f2b05cd145a2d9fe861f75c47eb558fd8cf0376b19710a8b22dbd8570a32f
7
+ data.tar.gz: bceaac79c46458c292b5d0f346968c730abb8e8c3417a2498a75836698c4276fc53f97453ed59f1013a5698dc480956291d6b5e83d41786901aff52beebf673f
data/Gemfile.lock ADDED
@@ -0,0 +1,26 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ typed_contracts (0.1.0)
5
+ contracts
6
+ kleisli
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ contracts (0.16.0)
12
+ kleisli (0.2.7)
13
+ minitest (5.11.1)
14
+ rake (10.5.0)
15
+
16
+ PLATFORMS
17
+ ruby
18
+
19
+ DEPENDENCIES
20
+ bundler (~> 1.16)
21
+ minitest (~> 5.0)
22
+ rake (~> 10.0)
23
+ typed_contracts!
24
+
25
+ BUNDLED WITH
26
+ 1.16.1
@@ -1,3 +1,3 @@
1
1
  module TypedContracts
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: typed_contracts
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
  - Joakim Ekstrom
@@ -91,6 +91,7 @@ files:
91
91
  - ".travis.yml"
92
92
  - CODE_OF_CONDUCT.md
93
93
  - Gemfile
94
+ - Gemfile.lock
94
95
  - LICENSE.txt
95
96
  - README.md
96
97
  - Rakefile