spec_selector 0.1.2 → 0.1.3
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- metadata +27 -5
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0cf96c18d705e660f0a8b3930c674550c9ea16b450bb3d5b943dc65b33620c80
|
|
4
|
+
data.tar.gz: c81a5646e012570c04a66477dda0dd11190a2a99f8f97eb85d5e921f9e1e1bd9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 673f95643752fa357bd73ca5586f28681de35508737b51c03345704b3df5794e3f619ab42325e5b6daa9292348e6d8d1f8144393369688a8ff64235e423c2ab5
|
|
7
|
+
data.tar.gz: 0b92ba8408f7919f32f8b921142010aa62d28f36ba989d0f8cf3ca45a07382b1116c2c9eac404581f2b8aa0202f4fdb245257cb71c4e91e8bb664c6841507598
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spec_selector
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Trevor Almon
|
|
@@ -34,10 +34,32 @@ cert_chain:
|
|
|
34
34
|
2oaEU1xxH+4n3qzECM32PIry9QVrTud/3/ouDLy4LVVyutD5ZANsVQrr0y8vEA6+
|
|
35
35
|
OXcnI0Yc8EI4dmIAwDI0ZfBo2OgFBxNJCeurVx36tUPsSWjJUd0BeA==
|
|
36
36
|
-----END CERTIFICATE-----
|
|
37
|
-
date: 2021-02-
|
|
38
|
-
dependencies:
|
|
39
|
-
|
|
40
|
-
|
|
37
|
+
date: 2021-02-28 00:00:00.000000000 Z
|
|
38
|
+
dependencies:
|
|
39
|
+
- !ruby/object:Gem::Dependency
|
|
40
|
+
name: rspec
|
|
41
|
+
requirement: !ruby/object:Gem::Requirement
|
|
42
|
+
requirements:
|
|
43
|
+
- - ">="
|
|
44
|
+
- !ruby/object:Gem::Version
|
|
45
|
+
version: '3'
|
|
46
|
+
- - "<"
|
|
47
|
+
- !ruby/object:Gem::Version
|
|
48
|
+
version: '4'
|
|
49
|
+
type: :runtime
|
|
50
|
+
prerelease: false
|
|
51
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
52
|
+
requirements:
|
|
53
|
+
- - ">="
|
|
54
|
+
- !ruby/object:Gem::Version
|
|
55
|
+
version: '3'
|
|
56
|
+
- - "<"
|
|
57
|
+
- !ruby/object:Gem::Version
|
|
58
|
+
version: '4'
|
|
59
|
+
description: " SpecSelector is an RSpec formatter that opens a utility \n menu in
|
|
60
|
+
your terminal window when you run tests (rather \n than just printing static text).
|
|
61
|
+
The utility allows you to \n select, view, filter, and rerun specific test results
|
|
62
|
+
with \n simple key controls.\n"
|
|
41
63
|
email: trevoralmon@gmail.com
|
|
42
64
|
executables: []
|
|
43
65
|
extensions: []
|
metadata.gz.sig
CHANGED
|
Binary file
|