casegen 3.0.0 → 3.0.1
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
- data/.ruby-version +1 -1
- data/Gemfile.lock +52 -40
- data/casegen.gemspec +2 -2
- metadata +4 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5bb2b1a19cbb5b53da68ce37c7b2c9ff99f9105636520405c0ec18e47c7aed2c
|
4
|
+
data.tar.gz: a7e541670d1fd620b92069310bded11e8f182aea34fcd3e9ec01d09c0dd8e66d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e1b6a5a094ba06210a78f9193f46fac19c1331a7d265364da322a6dc470b5c8b4cf32e5b7d284d2ad0982d0a87297dfbda41853b89eda23535c1d0ed61db7333
|
7
|
+
data.tar.gz: ed7a0b9ba8572d495b49ff9d5d7baf74ba04cd75aae70ee062eb7f4bdbbcedde460758868bc12bf1db53dece726809022bb2d38a8f2c3bab92f0f6b59521d30e
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
3.3.3
|
data/Gemfile.lock
CHANGED
@@ -1,58 +1,70 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
casegen (3.0.
|
4
|
+
casegen (3.0.1)
|
5
5
|
tablesmith
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
ast (2.4.
|
11
|
-
diff-lcs (1.
|
12
|
-
|
13
|
-
|
10
|
+
ast (2.4.3)
|
11
|
+
diff-lcs (1.6.2)
|
12
|
+
json (2.12.2)
|
13
|
+
language_server-protocol (3.17.0.5)
|
14
|
+
lint_roller (1.1.0)
|
15
|
+
parallel (1.27.0)
|
16
|
+
parser (3.3.8.0)
|
14
17
|
ast (~> 2.4.1)
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
rspec-
|
23
|
-
|
24
|
-
rspec-
|
25
|
-
rspec-
|
18
|
+
racc
|
19
|
+
prism (1.4.0)
|
20
|
+
racc (1.8.1)
|
21
|
+
rainbow (3.1.1)
|
22
|
+
rake (13.3.0)
|
23
|
+
regexp_parser (2.10.0)
|
24
|
+
rspec (3.13.1)
|
25
|
+
rspec-core (~> 3.13.0)
|
26
|
+
rspec-expectations (~> 3.13.0)
|
27
|
+
rspec-mocks (~> 3.13.0)
|
28
|
+
rspec-core (3.13.4)
|
29
|
+
rspec-support (~> 3.13.0)
|
30
|
+
rspec-expectations (3.13.5)
|
26
31
|
diff-lcs (>= 1.2.0, < 2.0)
|
27
|
-
rspec-support (~> 3.
|
28
|
-
rspec-mocks (3.
|
32
|
+
rspec-support (~> 3.13.0)
|
33
|
+
rspec-mocks (3.13.5)
|
29
34
|
diff-lcs (>= 1.2.0, < 2.0)
|
30
|
-
rspec-support (~> 3.
|
31
|
-
rspec-support (3.
|
32
|
-
rubocop (1.
|
35
|
+
rspec-support (~> 3.13.0)
|
36
|
+
rspec-support (3.13.4)
|
37
|
+
rubocop (1.76.0)
|
38
|
+
json (~> 2.3)
|
39
|
+
language_server-protocol (~> 3.17.0.2)
|
40
|
+
lint_roller (~> 1.1.0)
|
33
41
|
parallel (~> 1.10)
|
34
|
-
parser (>= 3.
|
42
|
+
parser (>= 3.3.0.2)
|
35
43
|
rainbow (>= 2.2.2, < 4.0)
|
36
|
-
regexp_parser (>=
|
37
|
-
|
38
|
-
rubocop-ast (>= 1.2.0, < 2.0)
|
44
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
45
|
+
rubocop-ast (>= 1.45.0, < 2.0)
|
39
46
|
ruby-progressbar (~> 1.7)
|
40
|
-
unicode-display_width (>=
|
41
|
-
rubocop-ast (1.
|
42
|
-
parser (>=
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
rubocop
|
48
|
-
rubocop-
|
49
|
-
|
50
|
-
rubocop
|
51
|
-
|
52
|
-
|
47
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
48
|
+
rubocop-ast (1.45.0)
|
49
|
+
parser (>= 3.3.7.2)
|
50
|
+
prism (~> 1.4)
|
51
|
+
rubocop-performance (1.25.0)
|
52
|
+
lint_roller (~> 1.1)
|
53
|
+
rubocop (>= 1.75.0, < 2.0)
|
54
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
55
|
+
rubocop-rake (0.7.1)
|
56
|
+
lint_roller (~> 1.1)
|
57
|
+
rubocop (>= 1.72.1)
|
58
|
+
rubocop-rspec (3.6.0)
|
59
|
+
lint_roller (~> 1.1)
|
60
|
+
rubocop (~> 1.72, >= 1.72.1)
|
61
|
+
ruby-progressbar (1.13.0)
|
62
|
+
tablesmith (0.7.0)
|
53
63
|
text-table
|
54
64
|
text-table (1.2.4)
|
55
|
-
unicode-display_width (
|
65
|
+
unicode-display_width (3.1.4)
|
66
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
67
|
+
unicode-emoji (4.0.4)
|
56
68
|
|
57
69
|
PLATFORMS
|
58
70
|
ruby
|
@@ -67,4 +79,4 @@ DEPENDENCIES
|
|
67
79
|
rubocop-rspec
|
68
80
|
|
69
81
|
BUNDLED WITH
|
70
|
-
2.
|
82
|
+
2.6.9
|
data/casegen.gemspec
CHANGED
@@ -4,7 +4,7 @@ require_relative 'lib/casegen'
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |gem|
|
6
6
|
gem.name = 'casegen'
|
7
|
-
gem.version = '3.0.
|
7
|
+
gem.version = '3.0.1'
|
8
8
|
gem.authors = ['chrismo']
|
9
9
|
gem.email = 'chrismo@clabs.org'
|
10
10
|
gem.description = 'Simple tool to generate use cases restricted by sets of rules'
|
@@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
|
|
17
17
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
18
18
|
gem.require_paths = ['lib']
|
19
19
|
|
20
|
-
gem.required_ruby_version = '
|
20
|
+
gem.required_ruby_version = '>= 2.5'
|
21
21
|
|
22
22
|
gem.add_dependency 'tablesmith'
|
23
23
|
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: casegen
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- chrismo
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: tablesmith
|
@@ -159,13 +158,12 @@ homepage: https://github.com/chrismo/casegen
|
|
159
158
|
licenses:
|
160
159
|
- MIT
|
161
160
|
metadata: {}
|
162
|
-
post_install_message:
|
163
161
|
rdoc_options: []
|
164
162
|
require_paths:
|
165
163
|
- lib
|
166
164
|
required_ruby_version: !ruby/object:Gem::Requirement
|
167
165
|
requirements:
|
168
|
-
- - "
|
166
|
+
- - ">="
|
169
167
|
- !ruby/object:Gem::Version
|
170
168
|
version: '2.5'
|
171
169
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
@@ -174,8 +172,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
174
172
|
- !ruby/object:Gem::Version
|
175
173
|
version: '0'
|
176
174
|
requirements: []
|
177
|
-
rubygems_version: 3.
|
178
|
-
signing_key:
|
175
|
+
rubygems_version: 3.6.9
|
179
176
|
specification_version: 4
|
180
177
|
summary: Simple tool to generate use cases restricted by sets of rules
|
181
178
|
test_files:
|