hypothesis-specs 0.0.14 → 0.0.15

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/Cargo.toml +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 73055815088bf011dbb4a719fc1c6c86f5f449449d5549fc148db41338cd5644
4
- data.tar.gz: 75991bd9a58d19d70ccab445d586d2cbbcfd1f09056f08d500a5971f104ddbd4
3
+ metadata.gz: cf543607fd313031a5fd77ee32d3e8f7693f374a48e5bcd2c36695ca31f81812
4
+ data.tar.gz: 572e4cb24ad38caff4a730eff87a8bbbb9aae75e759fade1061cb919214de76d
5
5
  SHA512:
6
- metadata.gz: 452ae42e84c73ce2d0a62ef8ae7e83ad27b8f9bbd46563769ab40a7a79f85121e2a4b39ee7417877790cbe580f1e556bd397117d0f91ba9a05d2a75eb0effa17
7
- data.tar.gz: '080ecfd084d37d89680b5c3c4a41305374a50670f5b9b563fb2f73fb390c2f24ba4527fe9ad3df6f60438a84000b6184198e8d5d377868755cbea8929099c5cd'
6
+ metadata.gz: da7954815892f7f17c8bbc41435e15403a7147457ae22ed6d2955d5f0c6a490a9679773862d3fea3e598dac04e5698516bea64e04c236378de4808d6f178fd78
7
+ data.tar.gz: 2cbe4b43830f9a0ca70aaba5923d2e4c46af72d38a96c56ff67ff4be5ec6d4ae7f206d47e0860480161c78b8d4b9e19baa4862ac68da07517ecc2caa316f777a
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ # Hypothesis for Ruby 0.0.15 (2018-06-25)
2
+
3
+ This release fixes an occasional `RuntimeError` that could occur
4
+ when shrinking a failing test.
5
+
1
6
  # Hypothesis for Ruby 0.0.14 (2018-06-25)
2
7
 
3
8
  This release updates the release date to the correct date, as part of fixing a
data/Cargo.toml CHANGED
@@ -9,4 +9,4 @@ crate-type = ["cdylib"]
9
9
  [dependencies]
10
10
  helix = '0.7.5'
11
11
  rand = '0.3'
12
- conjecture = '0.2.0'
12
+ conjecture = '0.2.1'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hypothesis-specs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14
4
+ version: 0.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - David R. Maciver