makenew-rbgem 2.4.1 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9fe45e68bc82d47279afb4c1d63d78f77652fd96610d7e6aae3156e87bcc1128
4
- data.tar.gz: ecd00a48e8e750cafe5e62d40524e1c9587eb86822d980f57027585d92e66600
3
+ metadata.gz: 44189a5b60ba1ed69ff7d1d62eac8ee153367affbc762ff352b9a3a940eeaadb
4
+ data.tar.gz: 771dbbc65efe943a841084151a8364a2cf80ad455d250d60f2e69383c0c7a774
5
5
  SHA512:
6
- metadata.gz: b3b8191f06017d8c6193fb98c53ecc4a569cff8d9c9c68a291f262101dd6dde715d53e2145e657748cffa916ae4ace67dc644b353898875aa4a50af76a3d2c1f
7
- data.tar.gz: 22699c168604897fed3657c71a527e90c92916a6e1eed45f33c27a6226238c02bab6e58a3fb4c073c1ddfd54b99f40f0cc920ab8cdfa01a98299962b97c206a2
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 (2.4.1)
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.0)
11
+ diff-lcs (1.5.1)
12
12
  docile (1.4.0)
13
13
  gem-release (2.2.2)
14
- json (2.6.3)
15
- language_server-protocol (3.17.0.2)
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.22.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.1.3.0)
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.0.6)
27
- regexp_parser (2.6.1)
28
- rexml (3.2.5)
29
- rspec (3.12.0)
30
- rspec-core (~> 3.12.0)
31
- rspec-expectations (~> 3.12.0)
32
- rspec-mocks (~> 3.12.0)
33
- rspec-core (3.12.0)
34
- rspec-support (~> 3.12.0)
35
- rspec-expectations (3.12.1)
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.12.0)
38
- rspec-mocks (3.12.1)
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.12.0)
41
- rspec-support (3.12.0)
42
- rubocop (1.40.0)
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.1.2.1)
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.23.0, < 2.0)
53
+ rubocop-ast (>= 1.31.1, < 2.0)
50
54
  ruby-progressbar (~> 1.7)
51
- unicode-display_width (>= 1.4.0, < 3.0)
52
- rubocop-ast (1.24.1)
53
- parser (>= 3.1.1.0)
54
- rubocop-performance (1.15.1)
55
- rubocop (>= 1.7.0, < 2.0)
56
- rubocop-ast (>= 0.4.0)
57
- ruby-progressbar (1.11.0)
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.20.0)
72
+ standard (1.35.1)
69
73
  language_server-protocol (~> 3.17.0.2)
70
- rubocop (= 1.40.0)
71
- rubocop-performance (= 1.15.1)
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.2.1)
75
- unicode-display_width (2.3.0)
86
+ thor (1.3.1)
87
+ unicode-display_width (2.5.0)
76
88
 
77
89
  PLATFORMS
78
- x64-mingw-ucr
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.4.1
105
+ 2.5.7
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2023 Evan Sosenko
3
+ Copyright (c) 2024 Evan Sosenko
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of
6
6
  this software and associated documentation files (the "Software"), to deal in
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MakenewRbgem
4
- VERSION = "2.4.1"
4
+ VERSION = "3.0.0"
5
5
  end
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: 2.4.1
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: 2023-01-29 00:00:00.000000000 Z
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.0.0
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.4.1
164
+ rubygems_version: 3.5.3
165
165
  signing_key:
166
166
  specification_version: 4
167
167
  summary: Ruby Gem Project Skeleton