spec_selector 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. checksums.yaml.gz.sig +0 -0
  3. data.tar.gz.sig +0 -0
  4. metadata +27 -5
  5. metadata.gz.sig +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e68c88419bd67c02aece2afbcea16225157701950796bee4f3e88e01eecf8e3d
4
- data.tar.gz: 46ce7b9701b7c608cd58d9588c12fa77d4361fbd7024a1b3c05272e9a8302c31
3
+ metadata.gz: 0cf96c18d705e660f0a8b3930c674550c9ea16b450bb3d5b943dc65b33620c80
4
+ data.tar.gz: c81a5646e012570c04a66477dda0dd11190a2a99f8f97eb85d5e921f9e1e1bd9
5
5
  SHA512:
6
- metadata.gz: 1264dea65c4cd8ace6e32defe8261ead4f05f0e9402e1e9ec644b80ea8b35c83517ea0c097aebf38aefd4e0d9ebe56e632bfd70600394f7a2f4df5f5f67ee98c
7
- data.tar.gz: ceb47a6188083bf1c460060568efa7f5f96590b6f679195a076d3a2bba6a37d58f922166be9d337d1d7e129975ab1c00e2e3bd2b9db99d4ceb629b0dbe517bac
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.2
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-19 00:00:00.000000000 Z
38
- dependencies: []
39
- description: " An RSpec terminal utility that allows you to select, view, \n filter,
40
- and rerun specific test results with simple key controls.\n"
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