hypothesis-specs 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. metadata +5 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fa268fe756074b2622cb193ad22cc5862068c61d
4
- data.tar.gz: a16536f49521a9e909a3d64c74f0edbdc5b1c161
3
+ metadata.gz: 48a94bed357b19120318e9ebef88f9600045c8c6
4
+ data.tar.gz: 244148b5b8b3e39829715ef8b45fa73f279608b8
5
5
  SHA512:
6
- metadata.gz: 8eca55bbb7bc8a60ad2d1cbe1d528ab2c823e35d1a06050397b9acf7a170d0acb10686942c5adab3765174074683eef3d9d7f39669cbe304df6e751f7c557f7a
7
- data.tar.gz: ef2b80252827b23949abde23e32e78a61ae96eed2273b168f5a14e6dbe7ab7debb5f19025a23f5ab42172b389d7884defe2c229cc2c5c6f2a1751aa726f1171d
6
+ metadata.gz: d1681b60aa71a7539eb27507db475ca0006596654134f46c619025a05ab5f42d983ec60d2eda8e21e8fc995edd8fe8d09690150254d430a1aa570e7e7745c411
7
+ data.tar.gz: e589a93e47c2c23da7df0be396e0a9146fc3ed09b3e617a16f9b56325720dfdbac5211eba94d27b6880addbfff8f5619895b166a67956c9ca3a0da87da9ff1b7
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## Hypothesis for Ruby 0.0.6 (2018-02-19)
2
+
3
+ This release just updates the gem description.
4
+
1
5
  ## Hypothesis for Ruby 0.0.5 (2018-02-19)
2
6
 
3
7
  This is a trivial release to test the release automation.
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.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - David R. Maciver
@@ -38,7 +38,8 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '10.0'
41
- description: 'A port of the Hypothesis property-based testing library to Ruby
41
+ description: 'Hypothesis is a powerful, flexible, and easy to use library for property-based
42
+ testing.
42
43
 
43
44
  '
44
45
  email: david@drmaciver.com
@@ -87,5 +88,6 @@ rubyforge_project:
87
88
  rubygems_version: 2.6.14
88
89
  signing_key:
89
90
  specification_version: 4
90
- summary: A port of the Hypothesis property-based testing library to Ruby
91
+ summary: Hypothesis is a powerful, flexible, and easy to use library for property-based
92
+ testing.
91
93
  test_files: []