makenew-rbgem 2.4.0 → 3.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +49 -40
- data/LICENSE.txt +1 -1
- data/README.md +1 -1
- data/lib/makenew-rbgem/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 44189a5b60ba1ed69ff7d1d62eac8ee153367affbc762ff352b9a3a940eeaadb
|
4
|
+
data.tar.gz: 771dbbc65efe943a841084151a8364a2cf80ad455d250d60f2e69383c0c7a774
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 93f0dfcc96d16d89c0176526699cdd8d5ff657d80e9e29255933bd241bc04b579c50e4e1ea840c20af6702680247bb5a117a2821f0e03521b3d50de985e44258
|
7
|
+
data.tar.gz: 3ed3613387d1cdc9198a45a29c082cc5c1c17dff93ca5ee211b2c558625ab92ac057e5947d16c1cc3b57184412441513bb7e34cab014414c72d45dfc32f37671
|
data/Gemfile.lock
CHANGED
@@ -1,60 +1,64 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
makenew-rbgem (
|
4
|
+
makenew-rbgem (3.0.0)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
8
8
|
specs:
|
9
9
|
ansi (1.5.0)
|
10
10
|
ast (2.4.2)
|
11
|
-
diff-lcs (1.5.
|
11
|
+
diff-lcs (1.5.1)
|
12
12
|
docile (1.4.0)
|
13
13
|
gem-release (2.2.2)
|
14
|
-
json (2.
|
15
|
-
language_server-protocol (3.17.0.
|
14
|
+
json (2.7.2)
|
15
|
+
language_server-protocol (3.17.0.3)
|
16
|
+
lint_roller (1.1.0)
|
16
17
|
multi_json (1.15.0)
|
17
|
-
parallel (1.
|
18
|
+
parallel (1.24.0)
|
18
19
|
parse_gemspec (1.0.0)
|
19
20
|
parse_gemspec-cli (1.0.0)
|
20
21
|
multi_json
|
21
22
|
parse_gemspec
|
22
23
|
thor
|
23
|
-
parser (3.
|
24
|
+
parser (3.3.0.5)
|
24
25
|
ast (~> 2.4.1)
|
26
|
+
racc
|
27
|
+
racc (1.7.3)
|
25
28
|
rainbow (3.1.1)
|
26
|
-
rake (13.
|
27
|
-
regexp_parser (2.
|
28
|
-
rexml (3.2.
|
29
|
-
rspec (3.
|
30
|
-
rspec-core (~> 3.
|
31
|
-
rspec-expectations (~> 3.
|
32
|
-
rspec-mocks (~> 3.
|
33
|
-
rspec-core (3.
|
34
|
-
rspec-support (~> 3.
|
35
|
-
rspec-expectations (3.
|
29
|
+
rake (13.2.1)
|
30
|
+
regexp_parser (2.9.0)
|
31
|
+
rexml (3.2.6)
|
32
|
+
rspec (3.13.0)
|
33
|
+
rspec-core (~> 3.13.0)
|
34
|
+
rspec-expectations (~> 3.13.0)
|
35
|
+
rspec-mocks (~> 3.13.0)
|
36
|
+
rspec-core (3.13.0)
|
37
|
+
rspec-support (~> 3.13.0)
|
38
|
+
rspec-expectations (3.13.0)
|
36
39
|
diff-lcs (>= 1.2.0, < 2.0)
|
37
|
-
rspec-support (~> 3.
|
38
|
-
rspec-mocks (3.
|
40
|
+
rspec-support (~> 3.13.0)
|
41
|
+
rspec-mocks (3.13.0)
|
39
42
|
diff-lcs (>= 1.2.0, < 2.0)
|
40
|
-
rspec-support (~> 3.
|
41
|
-
rspec-support (3.
|
42
|
-
rubocop (1.
|
43
|
+
rspec-support (~> 3.13.0)
|
44
|
+
rspec-support (3.13.1)
|
45
|
+
rubocop (1.62.1)
|
43
46
|
json (~> 2.3)
|
47
|
+
language_server-protocol (>= 3.17.0)
|
44
48
|
parallel (~> 1.10)
|
45
|
-
parser (>= 3.
|
49
|
+
parser (>= 3.3.0.2)
|
46
50
|
rainbow (>= 2.2.2, < 4.0)
|
47
51
|
regexp_parser (>= 1.8, < 3.0)
|
48
52
|
rexml (>= 3.2.5, < 4.0)
|
49
|
-
rubocop-ast (>= 1.
|
53
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
50
54
|
ruby-progressbar (~> 1.7)
|
51
|
-
unicode-display_width (>=
|
52
|
-
rubocop-ast (1.
|
53
|
-
parser (>= 3.
|
54
|
-
rubocop-performance (1.
|
55
|
-
rubocop (>= 1.
|
56
|
-
rubocop-ast (>=
|
57
|
-
ruby-progressbar (1.
|
55
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
56
|
+
rubocop-ast (1.31.2)
|
57
|
+
parser (>= 3.3.0.4)
|
58
|
+
rubocop-performance (1.20.2)
|
59
|
+
rubocop (>= 1.48.1, < 2.0)
|
60
|
+
rubocop-ast (>= 1.30.0, < 2.0)
|
61
|
+
ruby-progressbar (1.13.0)
|
58
62
|
simplecov (0.22.0)
|
59
63
|
docile (~> 1.1)
|
60
64
|
simplecov-html (~> 0.11)
|
@@ -65,20 +69,25 @@ GEM
|
|
65
69
|
terminal-table
|
66
70
|
simplecov-html (0.12.3)
|
67
71
|
simplecov_json_formatter (0.1.4)
|
68
|
-
standard (1.
|
72
|
+
standard (1.35.1)
|
69
73
|
language_server-protocol (~> 3.17.0.2)
|
70
|
-
|
71
|
-
rubocop
|
74
|
+
lint_roller (~> 1.0)
|
75
|
+
rubocop (~> 1.62.0)
|
76
|
+
standard-custom (~> 1.0.0)
|
77
|
+
standard-performance (~> 1.3)
|
78
|
+
standard-custom (1.0.2)
|
79
|
+
lint_roller (~> 1.0)
|
80
|
+
rubocop (~> 1.50)
|
81
|
+
standard-performance (1.3.1)
|
82
|
+
lint_roller (~> 1.1)
|
83
|
+
rubocop-performance (~> 1.20.2)
|
72
84
|
terminal-table (3.0.2)
|
73
85
|
unicode-display_width (>= 1.1.1, < 3)
|
74
|
-
thor (1.
|
75
|
-
unicode-display_width (2.
|
86
|
+
thor (1.3.1)
|
87
|
+
unicode-display_width (2.5.0)
|
76
88
|
|
77
89
|
PLATFORMS
|
78
|
-
|
79
|
-
x64-mingw-ucrt
|
80
|
-
x64-mingw32
|
81
|
-
x86_64-darwin
|
90
|
+
ruby
|
82
91
|
x86_64-linux
|
83
92
|
|
84
93
|
DEPENDENCIES
|
@@ -93,4 +102,4 @@ DEPENDENCIES
|
|
93
102
|
standard (~> 1.3)
|
94
103
|
|
95
104
|
BUNDLED WITH
|
96
|
-
2.
|
105
|
+
2.5.7
|
data/LICENSE.txt
CHANGED
data/README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# Ruby Gem Project Skeleton
|
2
2
|
|
3
3
|
[![RubyGems.org](https://img.shields.io/gem/v/makenew-rbgem)](https://rubygems.org/gems/makenew-rbgem)
|
4
|
-
[![GitHub Actions](https://github.com/makenew/rbgem/workflows/
|
4
|
+
[![GitHub Actions](https://github.com/makenew/rbgem/actions/workflows/check.yml/badge.svg)](https://github.com/makenew/rbgem/actions/workflows/check.yml)
|
5
5
|
|
6
6
|
Project skeleton for a Ruby gem.
|
7
7
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: makenew-rbgem
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 3.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Evan Sosenko
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-04-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -154,14 +154,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
154
154
|
requirements:
|
155
155
|
- - ">="
|
156
156
|
- !ruby/object:Gem::Version
|
157
|
-
version: 3.
|
157
|
+
version: 3.1.0
|
158
158
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
159
159
|
requirements:
|
160
160
|
- - ">="
|
161
161
|
- !ruby/object:Gem::Version
|
162
162
|
version: '0'
|
163
163
|
requirements: []
|
164
|
-
rubygems_version: 3.
|
164
|
+
rubygems_version: 3.5.3
|
165
165
|
signing_key:
|
166
166
|
specification_version: 4
|
167
167
|
summary: Ruby Gem Project Skeleton
|