stable 1.15.0 → 1.15.2

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/stable/version.rb +1 -1
  3. metadata +8 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c47cf32fc29f3bfd4806bfadb170af3678c77318d737f9edbdd7ac1916da21ab
4
- data.tar.gz: 400c71cc9b2c7f77ed4897585a33dbaa6fac2e9d60f8af00bcb59dc98d5916c6
3
+ metadata.gz: ce7abf5311b603e97da133907b7ce53bfdec4841647c0b09544bd4748ff234f0
4
+ data.tar.gz: 7d6cb10188a778aeebd3d80e83f56185e3cc259cc8d6679e77681b5ff49795ff
5
5
  SHA512:
6
- metadata.gz: 9baf2e61a8c2e6a399044b8bfef52aef37aaf63bc07da599e76bda025a38eb6cd8d5bde1196a2199e056dabd9554f96e48c81b8c67fd808e12eea8122e507279
7
- data.tar.gz: 951e607099bff51cf6d2208b58e3ec629bede0ca8c3815d9ae7fcee847130828dcd7aa1b7ce8f50a89720db903254e5d4169a99ce49664a36ddd4f44d8146f75
6
+ metadata.gz: 4886549c8067e895c5d03effa337457a8d735e270736f8c1f7a96e44216d191fb8f3e74e60a729cade2bf91a78abb8acd6f1052a28c793fb0e3bec325ab88377
7
+ data.tar.gz: 4c107024adc1900eadafa5d1075cb28b16acf1ff7788acabb468eca7f30029200900a860c66a1c6edbe89a380a638c06914c4d36ab9c0c487884c4da6ef4c40f
@@ -1,3 +1,3 @@
1
1
  module Stable
2
- VERSION = "1.15.0"
2
+ VERSION = "1.15.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stable
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.15.0
4
+ version: 1.15.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Lunt
@@ -13,18 +13,17 @@ dependencies:
13
13
  name: rake
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
- - - ">="
16
+ - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '0'
18
+ version: '13.0'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
- - - ">="
23
+ - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '0'
26
- description: an automatic unit test system that captures your usage and records it
27
- for future playback
25
+ version: '13.0'
26
+ description: regression testing is all you need
28
27
  email: jefflunt@gmail.com
29
28
  executables: []
30
29
  extensions: []
@@ -57,6 +56,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
57
56
  requirements: []
58
57
  rubygems_version: 3.6.9
59
58
  specification_version: 4
60
- summary: an automatic unit test system that captures your usage and records it for
61
- future playback
59
+ summary: an automatic unit/regression test system that captures your usage and records
60
+ it for future playback
62
61
  test_files: []