peppermint 0.1.16 → 0.1.18
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/.rubocop.yml +3 -2
- data/.ruby-version +1 -1
- data/Gemfile.lock +49 -66
- data/biome.json +24 -11
- data/lib/peppermint/rake/js.rb +2 -0
- data/lib/peppermint/version.rb +1 -1
- data/package.json +1 -1
- data/peppermint.gemspec +4 -4
- metadata +12 -16
- data/.solargraph.yml +0 -24
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e12ceeb374207c9fa105e93a6cf727a81395ce6f4e2f4eebe37a541db9c1493c
|
4
|
+
data.tar.gz: acb884184eb53b0f612c7293c7dc5ce4ab72501cc29f37697ce40543b67b9f1e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 13f1fefddb2a5be472dde724ff9acc74ae8d14ff5dc8dc4e4ea8ce5d898089bc87b768092b77d89b820339876293447a52ba5d7e585709d70ac10d03d8fb2b69
|
7
|
+
data.tar.gz: cb1184f9c3944c2421142a7200c95b2b9d0d537e6579dc10cc65722d9099f0365c7cced19671428544ae08acabea72768a8565f6587850975a957aec944fcc65
|
data/.rubocop.yml
CHANGED
@@ -18,7 +18,8 @@ require:
|
|
18
18
|
- standard-performance
|
19
19
|
- rubocop-performance
|
20
20
|
- rubocop-rake
|
21
|
-
<%= "- rubocop-
|
21
|
+
<%= "- rubocop-factory_bot" if gem_exists "factory_bot" %>
|
22
|
+
<%= "- rubocop-rspec" if gem_exists "rspec-core" %>
|
22
23
|
<%= "- rubocop-rails" if gem_exists "rails" %>
|
23
24
|
<%= "- rubocop-rspec_rails" if gem_exists "rails" %>
|
24
25
|
<%= "- rubocop-capybara" if gem_exists "capybara" %>
|
@@ -48,7 +49,7 @@ Rake/Desc:
|
|
48
49
|
Rails/ThreeStateBooleanColumn:
|
49
50
|
Enabled: false
|
50
51
|
<% end %>
|
51
|
-
<% if gem_exists "rspec" %>
|
52
|
+
<% if gem_exists "rspec-core" %>
|
52
53
|
RSpec/MultipleExpectations:
|
53
54
|
Enabled: false
|
54
55
|
RSpec/ExampleLength:
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.
|
1
|
+
3.4.1
|
data/Gemfile.lock
CHANGED
@@ -1,22 +1,23 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
peppermint (0.1.
|
4
|
+
peppermint (0.1.18)
|
5
5
|
pry-byebug (~> 3.10)
|
6
6
|
rake (~> 13.2)
|
7
7
|
rdoc (~> 6.7)
|
8
|
-
rubocop (~> 1.
|
8
|
+
rubocop (~> 1.69)
|
9
9
|
rubocop-rake (~> 0.6)
|
10
|
-
|
11
|
-
standard (~> 1.
|
10
|
+
ruby-lsp (~> 0.22)
|
11
|
+
standard (~> 1.43)
|
12
12
|
standard-rails (~> 1.2)
|
13
|
-
yard (~> 0.9
|
13
|
+
yard (~> 0.9)
|
14
14
|
|
15
15
|
GEM
|
16
16
|
remote: https://rubygems.org/
|
17
17
|
specs:
|
18
|
-
activesupport (
|
18
|
+
activesupport (8.0.1)
|
19
19
|
base64
|
20
|
+
benchmark (>= 0.3)
|
20
21
|
bigdecimal
|
21
22
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
22
23
|
connection_pool (>= 2.2.5)
|
@@ -26,118 +27,100 @@ GEM
|
|
26
27
|
minitest (>= 5.1)
|
27
28
|
securerandom (>= 0.3)
|
28
29
|
tzinfo (~> 2.0, >= 2.0.5)
|
30
|
+
uri (>= 0.13.1)
|
29
31
|
ast (2.4.2)
|
30
|
-
backport (1.2.0)
|
31
32
|
base64 (0.2.0)
|
32
|
-
benchmark (0.
|
33
|
-
bigdecimal (3.1.
|
33
|
+
benchmark (0.4.0)
|
34
|
+
bigdecimal (3.1.9)
|
34
35
|
byebug (11.1.3)
|
35
36
|
coderay (1.1.3)
|
36
37
|
concurrent-ruby (1.3.4)
|
37
38
|
connection_pool (2.4.1)
|
38
|
-
|
39
|
+
date (3.4.1)
|
39
40
|
drb (2.2.1)
|
40
|
-
|
41
|
-
i18n (1.14.5)
|
41
|
+
i18n (1.14.6)
|
42
42
|
concurrent-ruby (~> 1.0)
|
43
|
-
|
44
|
-
json (2.7.2)
|
45
|
-
kramdown (2.4.0)
|
46
|
-
rexml
|
47
|
-
kramdown-parser-gfm (1.1.0)
|
48
|
-
kramdown (~> 2.0)
|
43
|
+
json (2.9.1)
|
49
44
|
language_server-protocol (3.17.0.3)
|
50
45
|
lint_roller (1.1.0)
|
51
|
-
logger (1.6.
|
46
|
+
logger (1.6.4)
|
52
47
|
method_source (1.1.0)
|
53
|
-
minitest (5.25.
|
54
|
-
nokogiri (1.16.7-x86_64-linux)
|
55
|
-
racc (~> 1.4)
|
48
|
+
minitest (5.25.4)
|
56
49
|
parallel (1.26.3)
|
57
|
-
parser (3.3.
|
50
|
+
parser (3.3.6.0)
|
58
51
|
ast (~> 2.4.1)
|
59
52
|
racc
|
53
|
+
prism (1.3.0)
|
60
54
|
pry (0.14.2)
|
61
55
|
coderay (~> 1.1)
|
62
56
|
method_source (~> 1.0)
|
63
57
|
pry-byebug (3.10.1)
|
64
58
|
byebug (~> 11.0)
|
65
59
|
pry (>= 0.13, < 0.15)
|
66
|
-
psych (5.
|
60
|
+
psych (5.2.2)
|
61
|
+
date
|
67
62
|
stringio
|
68
63
|
racc (1.8.1)
|
69
|
-
rack (3.1.
|
64
|
+
rack (3.1.8)
|
70
65
|
rainbow (3.1.1)
|
71
66
|
rake (13.2.1)
|
72
|
-
rbs (
|
73
|
-
|
67
|
+
rbs (3.8.1)
|
68
|
+
logger
|
69
|
+
rdoc (6.10.0)
|
74
70
|
psych (>= 4.0.0)
|
75
|
-
regexp_parser (2.
|
76
|
-
|
77
|
-
nokogiri
|
78
|
-
rexml (3.3.7)
|
79
|
-
rubocop (1.65.1)
|
71
|
+
regexp_parser (2.10.0)
|
72
|
+
rubocop (1.69.2)
|
80
73
|
json (~> 2.3)
|
81
74
|
language_server-protocol (>= 3.17.0)
|
82
75
|
parallel (~> 1.10)
|
83
76
|
parser (>= 3.3.0.2)
|
84
77
|
rainbow (>= 2.2.2, < 4.0)
|
85
|
-
regexp_parser (>= 2.
|
86
|
-
|
87
|
-
rubocop-ast (>= 1.31.1, < 2.0)
|
78
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
79
|
+
rubocop-ast (>= 1.36.2, < 2.0)
|
88
80
|
ruby-progressbar (~> 1.7)
|
89
|
-
unicode-display_width (>= 2.4.0, <
|
90
|
-
rubocop-ast (1.
|
81
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
82
|
+
rubocop-ast (1.37.0)
|
91
83
|
parser (>= 3.3.1.0)
|
92
|
-
rubocop-performance (1.
|
84
|
+
rubocop-performance (1.23.0)
|
93
85
|
rubocop (>= 1.48.1, < 2.0)
|
94
86
|
rubocop-ast (>= 1.31.1, < 2.0)
|
95
|
-
rubocop-rails (2.26.
|
87
|
+
rubocop-rails (2.26.2)
|
96
88
|
activesupport (>= 4.2.0)
|
97
89
|
rack (>= 1.1)
|
98
90
|
rubocop (>= 1.52.0, < 2.0)
|
99
91
|
rubocop-ast (>= 1.31.1, < 2.0)
|
100
92
|
rubocop-rake (0.6.0)
|
101
93
|
rubocop (~> 1.0)
|
94
|
+
ruby-lsp (0.22.1)
|
95
|
+
language_server-protocol (~> 3.17.0)
|
96
|
+
prism (>= 1.2, < 2.0)
|
97
|
+
rbs (>= 3, < 4)
|
98
|
+
sorbet-runtime (>= 0.5.10782)
|
102
99
|
ruby-progressbar (1.13.0)
|
103
|
-
securerandom (0.
|
104
|
-
|
105
|
-
|
106
|
-
benchmark
|
107
|
-
bundler (~> 2.0)
|
108
|
-
diff-lcs (~> 1.4)
|
109
|
-
e2mmap
|
110
|
-
jaro_winkler (~> 1.5)
|
111
|
-
kramdown (~> 2.3)
|
112
|
-
kramdown-parser-gfm (~> 1.1)
|
113
|
-
parser (~> 3.0)
|
114
|
-
rbs (~> 2.0)
|
115
|
-
reverse_markdown (~> 2.0)
|
116
|
-
rubocop (~> 1.38)
|
117
|
-
thor (~> 1.0)
|
118
|
-
tilt (~> 2.0)
|
119
|
-
yard (~> 0.9, >= 0.9.24)
|
120
|
-
standard (1.40.0)
|
100
|
+
securerandom (0.4.1)
|
101
|
+
sorbet-runtime (0.5.11708)
|
102
|
+
standard (1.43.0)
|
121
103
|
language_server-protocol (~> 3.17.0.2)
|
122
104
|
lint_roller (~> 1.0)
|
123
|
-
rubocop (~> 1.
|
105
|
+
rubocop (~> 1.69.1)
|
124
106
|
standard-custom (~> 1.0.0)
|
125
|
-
standard-performance (~> 1.
|
107
|
+
standard-performance (~> 1.6)
|
126
108
|
standard-custom (1.0.2)
|
127
109
|
lint_roller (~> 1.0)
|
128
110
|
rubocop (~> 1.50)
|
129
|
-
standard-performance (1.
|
111
|
+
standard-performance (1.6.0)
|
130
112
|
lint_roller (~> 1.1)
|
131
|
-
rubocop-performance (~> 1.
|
113
|
+
rubocop-performance (~> 1.23.0)
|
132
114
|
standard-rails (1.2.0)
|
133
115
|
lint_roller (~> 1.0)
|
134
116
|
rubocop-rails (~> 2.26.0)
|
135
|
-
stringio (3.1.
|
136
|
-
thor (1.3.2)
|
137
|
-
tilt (2.4.0)
|
117
|
+
stringio (3.1.2)
|
138
118
|
tzinfo (2.0.6)
|
139
119
|
concurrent-ruby (~> 1.0)
|
140
|
-
unicode-display_width (
|
120
|
+
unicode-display_width (3.1.3)
|
121
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
122
|
+
unicode-emoji (4.0.4)
|
123
|
+
uri (1.0.2)
|
141
124
|
yard (0.9.37)
|
142
125
|
|
143
126
|
PLATFORMS
|
@@ -147,4 +130,4 @@ DEPENDENCIES
|
|
147
130
|
peppermint!
|
148
131
|
|
149
132
|
BUNDLED WITH
|
150
|
-
2.
|
133
|
+
2.6.2
|
data/biome.json
CHANGED
@@ -1,23 +1,36 @@
|
|
1
1
|
{
|
2
|
+
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
|
3
|
+
"vcs": {
|
4
|
+
"enabled": true,
|
5
|
+
"clientKind": "git",
|
6
|
+
"useIgnoreFile": true
|
7
|
+
},
|
2
8
|
"linter": {
|
3
9
|
"ignore": [
|
4
|
-
"app/assets/builds/**",
|
5
|
-
"app/assets/stylesheets/application.tailwind.css",
|
6
|
-
"config/provision/production.json",
|
7
|
-
"node_modules",
|
8
10
|
"doc",
|
9
|
-
"
|
10
|
-
|
11
|
+
"vendor",
|
12
|
+
".yardoc",
|
13
|
+
"**/src/main.tsx",
|
14
|
+
"**/tsconfig.app.json",
|
15
|
+
"**/tsconfig.node.json"
|
16
|
+
],
|
17
|
+
"rules": {
|
18
|
+
"complexity": {
|
19
|
+
"noStaticOnlyClass": "off"
|
20
|
+
},
|
21
|
+
"correctness": {
|
22
|
+
"useExhaustiveDependencies": "off"
|
23
|
+
}
|
24
|
+
}
|
11
25
|
},
|
12
26
|
"formatter": {
|
13
27
|
"ignore": [
|
14
|
-
"app/assets/builds/**",
|
15
|
-
"app/assets/stylesheets/application.tailwind.css",
|
16
28
|
"doc",
|
17
|
-
"
|
18
|
-
"node_modules",
|
29
|
+
"vendor",
|
19
30
|
".yardoc",
|
20
|
-
"
|
31
|
+
"**/src/main.tsx",
|
32
|
+
"**/tsconfig.app.json",
|
33
|
+
"**/tsconfig.node.json"
|
21
34
|
]
|
22
35
|
},
|
23
36
|
"css": {
|
data/lib/peppermint/rake/js.rb
CHANGED
data/lib/peppermint/version.rb
CHANGED
data/package.json
CHANGED
data/peppermint.gemspec
CHANGED
@@ -24,12 +24,12 @@ Gem::Specification.new do |spec|
|
|
24
24
|
spec.add_dependency "pry-byebug", "~> 3.10"
|
25
25
|
spec.add_dependency "rake", "~> 13.2"
|
26
26
|
spec.add_dependency "rdoc", "~> 6.7"
|
27
|
-
spec.add_dependency "rubocop", "~> 1.
|
27
|
+
spec.add_dependency "rubocop", "~> 1.69"
|
28
28
|
spec.add_dependency "rubocop-rake", "~> 0.6"
|
29
|
-
spec.add_dependency "
|
30
|
-
spec.add_dependency "standard", "~> 1.
|
29
|
+
spec.add_dependency "ruby-lsp", "~> 0.22"
|
30
|
+
spec.add_dependency "standard", "~> 1.43"
|
31
31
|
spec.add_dependency "standard-rails", "~> 1.2"
|
32
|
-
spec.add_dependency "yard", "~> 0.9
|
32
|
+
spec.add_dependency "yard", "~> 0.9"
|
33
33
|
|
34
34
|
### BEGIN: DO NOT EDIT ###
|
35
35
|
spec.files = Dir.chdir(__dir__) do
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: peppermint
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.18
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- "'j'"
|
8
|
-
autorequire:
|
9
8
|
bindir: exe
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-04 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: pry-byebug
|
@@ -58,14 +57,14 @@ dependencies:
|
|
58
57
|
requirements:
|
59
58
|
- - "~>"
|
60
59
|
- !ruby/object:Gem::Version
|
61
|
-
version: '1.
|
60
|
+
version: '1.69'
|
62
61
|
type: :runtime
|
63
62
|
prerelease: false
|
64
63
|
version_requirements: !ruby/object:Gem::Requirement
|
65
64
|
requirements:
|
66
65
|
- - "~>"
|
67
66
|
- !ruby/object:Gem::Version
|
68
|
-
version: '1.
|
67
|
+
version: '1.69'
|
69
68
|
- !ruby/object:Gem::Dependency
|
70
69
|
name: rubocop-rake
|
71
70
|
requirement: !ruby/object:Gem::Requirement
|
@@ -81,33 +80,33 @@ dependencies:
|
|
81
80
|
- !ruby/object:Gem::Version
|
82
81
|
version: '0.6'
|
83
82
|
- !ruby/object:Gem::Dependency
|
84
|
-
name:
|
83
|
+
name: ruby-lsp
|
85
84
|
requirement: !ruby/object:Gem::Requirement
|
86
85
|
requirements:
|
87
86
|
- - "~>"
|
88
87
|
- !ruby/object:Gem::Version
|
89
|
-
version: '0.
|
88
|
+
version: '0.22'
|
90
89
|
type: :runtime
|
91
90
|
prerelease: false
|
92
91
|
version_requirements: !ruby/object:Gem::Requirement
|
93
92
|
requirements:
|
94
93
|
- - "~>"
|
95
94
|
- !ruby/object:Gem::Version
|
96
|
-
version: '0.
|
95
|
+
version: '0.22'
|
97
96
|
- !ruby/object:Gem::Dependency
|
98
97
|
name: standard
|
99
98
|
requirement: !ruby/object:Gem::Requirement
|
100
99
|
requirements:
|
101
100
|
- - "~>"
|
102
101
|
- !ruby/object:Gem::Version
|
103
|
-
version: '1.
|
102
|
+
version: '1.43'
|
104
103
|
type: :runtime
|
105
104
|
prerelease: false
|
106
105
|
version_requirements: !ruby/object:Gem::Requirement
|
107
106
|
requirements:
|
108
107
|
- - "~>"
|
109
108
|
- !ruby/object:Gem::Version
|
110
|
-
version: '1.
|
109
|
+
version: '1.43'
|
111
110
|
- !ruby/object:Gem::Dependency
|
112
111
|
name: standard-rails
|
113
112
|
requirement: !ruby/object:Gem::Requirement
|
@@ -128,14 +127,14 @@ dependencies:
|
|
128
127
|
requirements:
|
129
128
|
- - "~>"
|
130
129
|
- !ruby/object:Gem::Version
|
131
|
-
version: 0.9
|
130
|
+
version: '0.9'
|
132
131
|
type: :runtime
|
133
132
|
prerelease: false
|
134
133
|
version_requirements: !ruby/object:Gem::Requirement
|
135
134
|
requirements:
|
136
135
|
- - "~>"
|
137
136
|
- !ruby/object:Gem::Version
|
138
|
-
version: 0.9
|
137
|
+
version: '0.9'
|
139
138
|
description: ''
|
140
139
|
email:
|
141
140
|
- "'pub@janie.page'"
|
@@ -146,7 +145,6 @@ files:
|
|
146
145
|
- ".forgejo/workflows/test-and-lint.yml"
|
147
146
|
- ".rubocop.yml"
|
148
147
|
- ".ruby-version"
|
149
|
-
- ".solargraph.yml"
|
150
148
|
- ".standard.yml"
|
151
149
|
- ".yardoc/checksums"
|
152
150
|
- ".yardoc/complete"
|
@@ -194,7 +192,6 @@ licenses:
|
|
194
192
|
- BSD-3-Clause
|
195
193
|
metadata:
|
196
194
|
homepage_uri: https://codeberg.org/janie314/peppermint
|
197
|
-
post_install_message:
|
198
195
|
rdoc_options: []
|
199
196
|
require_paths:
|
200
197
|
- lib
|
@@ -209,8 +206,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
209
206
|
- !ruby/object:Gem::Version
|
210
207
|
version: '0'
|
211
208
|
requirements: []
|
212
|
-
rubygems_version: 3.
|
213
|
-
signing_key:
|
209
|
+
rubygems_version: 3.6.2
|
214
210
|
specification_version: 4
|
215
211
|
summary: A Gem of a dev environment
|
216
212
|
test_files: []
|
data/.solargraph.yml
DELETED
@@ -1,24 +0,0 @@
|
|
1
|
-
---
|
2
|
-
include:
|
3
|
-
- "**/*.rb"
|
4
|
-
exclude:
|
5
|
-
- spec/**/*
|
6
|
-
- test/**/*
|
7
|
-
- vendor/**/*
|
8
|
-
- ".bundle/**/*"
|
9
|
-
require: []
|
10
|
-
domains: []
|
11
|
-
reporters:
|
12
|
-
- rubocop
|
13
|
-
- require_not_found
|
14
|
-
- typecheck
|
15
|
-
- update_errors
|
16
|
-
formatter:
|
17
|
-
rubocop:
|
18
|
-
cops: safe
|
19
|
-
except: []
|
20
|
-
only: []
|
21
|
-
extra_args: []
|
22
|
-
require_paths: []
|
23
|
-
plugins: []
|
24
|
-
max_files: 5000
|