neocities-red 1.1.1 → 1.1.2
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/Gemfile +2 -2
- data/Gemfile.lock +31 -30
- data/lib/neocities_red/cli.rb +1 -1
- data/lib/neocities_red/version.rb +1 -1
- data/neocities-red.gemspec +1 -1
- metadata +4 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 923e790fe28d24ed2aa82bb797def9013c02ec6589d164e19eb279745dca708c
|
|
4
|
+
data.tar.gz: f14fde703e682d58a9ad1239300371830cea5d55ed17c0e669a91cee72342477
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: df338f92b78a165e3d605c5db8ca08473aaca1732c4a359e40c593f3da852041c9fa5f715f0f5e55fe577d176e6e79eaa4d4dc1a19cb8fb65dafeb2c216df379
|
|
7
|
+
data.tar.gz: dfb0104e424c14d3706cb63e6c158f9cd7d646660bddf197e89024ce7142a6c538126afb9e18c3531d23989f34b132b023621ffb6c90cf0f3665db6d9bdff94b
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
neocities-red (1.1.
|
|
5
|
-
faraday (~> 2.
|
|
4
|
+
neocities-red (1.1.2)
|
|
5
|
+
faraday (~> 2.14.3)
|
|
6
6
|
faraday-follow_redirects
|
|
7
7
|
faraday-multipart
|
|
8
8
|
faraday-retry
|
|
@@ -20,12 +20,12 @@ GEM
|
|
|
20
20
|
addressable (2.9.0)
|
|
21
21
|
public_suffix (>= 2.0.2, < 8.0)
|
|
22
22
|
ast (2.4.3)
|
|
23
|
-
bigdecimal (4.1.
|
|
23
|
+
bigdecimal (4.1.2)
|
|
24
24
|
crack (1.0.1)
|
|
25
25
|
bigdecimal
|
|
26
26
|
rexml
|
|
27
27
|
diff-lcs (1.6.2)
|
|
28
|
-
faraday (2.14.
|
|
28
|
+
faraday (2.14.3)
|
|
29
29
|
faraday-net_http (>= 2.0, < 3.5)
|
|
30
30
|
json
|
|
31
31
|
logger
|
|
@@ -33,21 +33,21 @@ GEM
|
|
|
33
33
|
faraday (>= 1, < 3)
|
|
34
34
|
faraday-multipart (1.2.0)
|
|
35
35
|
multipart-post (~> 2.0)
|
|
36
|
-
faraday-net_http (3.4.
|
|
36
|
+
faraday-net_http (3.4.4)
|
|
37
37
|
net-http (~> 0.5)
|
|
38
38
|
faraday-retry (2.4.0)
|
|
39
39
|
faraday (~> 2.0)
|
|
40
40
|
fiddle (1.1.8)
|
|
41
41
|
hashdiff (1.2.1)
|
|
42
|
-
json (2.
|
|
43
|
-
language_server-protocol (3.17.0.
|
|
42
|
+
json (2.21.2)
|
|
43
|
+
language_server-protocol (3.17.0.6)
|
|
44
44
|
lint_roller (1.1.0)
|
|
45
45
|
logger (1.7.0)
|
|
46
46
|
multipart-post (2.4.1)
|
|
47
47
|
net-http (0.9.1)
|
|
48
48
|
uri (>= 0.11.1)
|
|
49
|
-
parallel (2.0
|
|
50
|
-
parser (3.3.
|
|
49
|
+
parallel (2.1.0)
|
|
50
|
+
parser (3.3.12.0)
|
|
51
51
|
ast (~> 2.4.1)
|
|
52
52
|
racc
|
|
53
53
|
pastel (0.8.0)
|
|
@@ -56,7 +56,7 @@ GEM
|
|
|
56
56
|
public_suffix (7.0.5)
|
|
57
57
|
racc (1.8.1)
|
|
58
58
|
rainbow (3.1.1)
|
|
59
|
-
rake (13.
|
|
59
|
+
rake (13.4.2)
|
|
60
60
|
regexp_parser (2.12.0)
|
|
61
61
|
rexml (3.4.4)
|
|
62
62
|
rspec (3.13.2)
|
|
@@ -72,7 +72,7 @@ GEM
|
|
|
72
72
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
73
73
|
rspec-support (~> 3.13.0)
|
|
74
74
|
rspec-support (3.13.7)
|
|
75
|
-
rubocop (1.
|
|
75
|
+
rubocop (1.88.2)
|
|
76
76
|
json (~> 2.3)
|
|
77
77
|
language_server-protocol (~> 3.17.0.2)
|
|
78
78
|
lint_roller (~> 1.1.0)
|
|
@@ -83,12 +83,13 @@ GEM
|
|
|
83
83
|
rubocop-ast (>= 1.49.0, < 2.0)
|
|
84
84
|
ruby-progressbar (~> 1.7)
|
|
85
85
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
86
|
-
rubocop-ast (1.
|
|
86
|
+
rubocop-ast (1.50.0)
|
|
87
87
|
parser (>= 3.3.7.2)
|
|
88
88
|
prism (~> 1.7)
|
|
89
|
-
rubocop-rspec (3.
|
|
89
|
+
rubocop-rspec (3.10.2)
|
|
90
90
|
lint_roller (~> 1.1)
|
|
91
|
-
|
|
91
|
+
regexp_parser (>= 2.0)
|
|
92
|
+
rubocop (~> 1.86, >= 1.86.2)
|
|
92
93
|
ruby-progressbar (1.13.0)
|
|
93
94
|
strings (0.2.1)
|
|
94
95
|
strings-ansi (~> 0.2)
|
|
@@ -124,44 +125,44 @@ GEM
|
|
|
124
125
|
|
|
125
126
|
PLATFORMS
|
|
126
127
|
ruby
|
|
127
|
-
x64-mingw-ucrt
|
|
128
128
|
x86_64-linux
|
|
129
129
|
|
|
130
130
|
DEPENDENCIES
|
|
131
131
|
neocities-red!
|
|
132
132
|
rspec
|
|
133
|
-
rubocop (~> 1.
|
|
134
|
-
rubocop-rspec (~> 3.
|
|
133
|
+
rubocop (~> 1.88.2)
|
|
134
|
+
rubocop-rspec (~> 3.10.2)
|
|
135
135
|
webmock
|
|
136
136
|
|
|
137
137
|
CHECKSUMS
|
|
138
138
|
addressable (2.9.0) sha256=7fdf6ac3660f7f4e867a0838be3f6cf722ace541dd97767fa42bc6cfa980c7af
|
|
139
139
|
ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
|
|
140
|
-
bigdecimal (4.1.
|
|
140
|
+
bigdecimal (4.1.2) sha256=53d217666027eab4280346fba98e7d5b66baaae1b9c3c1c0ffe89d48188a3fbd
|
|
141
|
+
bundler (4.0.17) sha256=214e21431b5665dd2f99df8a5511c6b151d7a72e8015c8b38f8b775b61cbb6c1
|
|
141
142
|
crack (1.0.1) sha256=ff4a10390cd31d66440b7524eb1841874db86201d5b70032028553130b6d4c7e
|
|
142
143
|
diff-lcs (1.6.2) sha256=9ae0d2cba7d4df3075fe8cd8602a8604993efc0dfa934cff568969efb1909962
|
|
143
|
-
faraday (2.14.
|
|
144
|
+
faraday (2.14.3) sha256=1882247e6766615c8220b4392bf1d27f6ebb63d8e28267587cef1fb0bf37f278
|
|
144
145
|
faraday-follow_redirects (0.5.0) sha256=5cde93c894b30943a5d2b93c2fe9284216a6b756f7af406a1e55f211d97d10ad
|
|
145
146
|
faraday-multipart (1.2.0) sha256=7d89a949693714176f612323ca13746a2ded204031a6ba528adee788694ef757
|
|
146
|
-
faraday-net_http (3.4.
|
|
147
|
+
faraday-net_http (3.4.4) sha256=0e78af151747ed1b00f33e25973b4bc220d7f16c00c39676817c8b12331eb588
|
|
147
148
|
faraday-retry (2.4.0) sha256=7b79c48fb7e56526faf247b12d94a680071ff40c9fda7cf1ec1549439ad11ebe
|
|
148
149
|
fiddle (1.1.8) sha256=7fa8ee3627271497f3add5503acdbc3f40b32f610fc1cf49634f083ef3f32eee
|
|
149
150
|
hashdiff (1.2.1) sha256=9c079dbc513dfc8833ab59c0c2d8f230fa28499cc5efb4b8dd276cf931457cd1
|
|
150
|
-
json (2.
|
|
151
|
-
language_server-protocol (3.17.0.
|
|
151
|
+
json (2.21.2) sha256=1f1d3b7cf2b3ba1a69beca0bb6db13d5438b80bff3cd54cdaaa620b9b07c1c6a
|
|
152
|
+
language_server-protocol (3.17.0.6) sha256=5ef2c0c138f8267e1bc631d3328347d354f96724b0af22f2c79516120443b7f0
|
|
152
153
|
lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
|
|
153
154
|
logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
|
|
154
155
|
multipart-post (2.4.1) sha256=9872d03a8e552020ca096adadbf5e3cb1cd1cdd6acd3c161136b8a5737cdb4a8
|
|
155
|
-
neocities-red (1.1.
|
|
156
|
+
neocities-red (1.1.2)
|
|
156
157
|
net-http (0.9.1) sha256=25ba0b67c63e89df626ed8fac771d0ad24ad151a858af2cc8e6a716ca4336996
|
|
157
|
-
parallel (2.0
|
|
158
|
-
parser (3.3.
|
|
158
|
+
parallel (2.1.0) sha256=b35258865c2e31134c5ecb708beaaf6772adf9d5efae28e93e99260877b09356
|
|
159
|
+
parser (3.3.12.0) sha256=21a6d7f755d5a24dfbdc6e6b772e4e879a52e7631a88bc5a3a134606052c9828
|
|
159
160
|
pastel (0.8.0) sha256=481da9fb7d2f6e6b1a08faf11fa10363172dc40fd47848f096ae21209f805a75
|
|
160
161
|
prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
|
|
161
162
|
public_suffix (7.0.5) sha256=1a8bb08f1bbea19228d3bed6e5ed908d1cb4f7c2726d18bd9cadf60bc676f623
|
|
162
163
|
racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
|
|
163
164
|
rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
|
|
164
|
-
rake (13.
|
|
165
|
+
rake (13.4.2) sha256=cb825b2bd5f1f8e91ca37bddb4b9aaf345551b4731da62949be002fa89283701
|
|
165
166
|
regexp_parser (2.12.0) sha256=35a916a1d63190ab5c9009457136ae5f3c0c7512d60291d0d1378ba18ce08ebb
|
|
166
167
|
rexml (3.4.4) sha256=19e0a2c3425dfbf2d4fc1189747bdb2f849b6c5e74180401b15734bc97b5d142
|
|
167
168
|
rspec (3.13.2) sha256=206284a08ad798e61f86d7ca3e376718d52c0bc944626b2349266f239f820587
|
|
@@ -169,9 +170,9 @@ CHECKSUMS
|
|
|
169
170
|
rspec-expectations (3.13.5) sha256=33a4d3a1d95060aea4c94e9f237030a8f9eae5615e9bd85718fe3a09e4b58836
|
|
170
171
|
rspec-mocks (3.13.8) sha256=086ad3d3d17533f4237643de0b5c42f04b66348c28bf6b9c2d3f4a3b01af1d47
|
|
171
172
|
rspec-support (3.13.7) sha256=0640e5570872aafefd79867901deeeeb40b0c9875a36b983d85f54fb7381c47c
|
|
172
|
-
rubocop (1.
|
|
173
|
-
rubocop-ast (1.
|
|
174
|
-
rubocop-rspec (3.
|
|
173
|
+
rubocop (1.88.2) sha256=8def251c90cd955feb4daa3edc0ab56893250c4ce90ef81e6c80c03f9a939bbf
|
|
174
|
+
rubocop-ast (1.50.0) sha256=b9ca88300da0803ee222ad20cdb30494c0a784eed06fdc35d254b06d662788db
|
|
175
|
+
rubocop-rspec (3.10.2) sha256=0b3e2ecc592cd10ecbf0095bb58d1e357905276e069643523cc19eb7495f65e2
|
|
175
176
|
ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
|
|
176
177
|
strings (0.2.1) sha256=933293b3c95cf85b81eb44b3cf673e3087661ba739bbadfeadf442083158d6fb
|
|
177
178
|
strings-ansi (0.2.0) sha256=90262d760ea4a94cc2ae8d58205277a343409c288cbe7c29416b1826bd511c88
|
|
@@ -190,4 +191,4 @@ CHECKSUMS
|
|
|
190
191
|
wisper (2.0.1) sha256=ce17bc5c3a166f241a2e6613848b025c8146fce2defba505920c1d1f3f88fae6
|
|
191
192
|
|
|
192
193
|
BUNDLED WITH
|
|
193
|
-
4.0.
|
|
194
|
+
4.0.17
|
data/lib/neocities_red/cli.rb
CHANGED
|
@@ -326,7 +326,7 @@ module NeocitiesRed
|
|
|
326
326
|
def help_requested_for?(value)
|
|
327
327
|
case value
|
|
328
328
|
when Array
|
|
329
|
-
value.
|
|
329
|
+
value.intersect?(["-h", "--help", "help"])
|
|
330
330
|
else
|
|
331
331
|
["-h", "--help", "help"].include?(value)
|
|
332
332
|
end
|
data/neocities-red.gemspec
CHANGED
|
@@ -38,7 +38,7 @@ Gem::Specification.new do |spec|
|
|
|
38
38
|
spec.extensions = ["ext/mkrf_conf.rb"]
|
|
39
39
|
spec.required_ruby_version = ">= 3.4.0"
|
|
40
40
|
|
|
41
|
-
spec.add_dependency "faraday", "~> 2.
|
|
41
|
+
spec.add_dependency "faraday", "~> 2.14.3"
|
|
42
42
|
spec.add_dependency "faraday-follow_redirects"
|
|
43
43
|
spec.add_dependency "faraday-multipart"
|
|
44
44
|
spec.add_dependency "faraday-retry"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: neocities-red
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kyle Drake
|
|
@@ -16,20 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
20
|
-
- - ">="
|
|
21
|
-
- !ruby/object:Gem::Version
|
|
22
|
-
version: 2.14.0
|
|
19
|
+
version: 2.14.3
|
|
23
20
|
type: :runtime
|
|
24
21
|
prerelease: false
|
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
23
|
requirements:
|
|
27
24
|
- - "~>"
|
|
28
25
|
- !ruby/object:Gem::Version
|
|
29
|
-
version:
|
|
30
|
-
- - ">="
|
|
31
|
-
- !ruby/object:Gem::Version
|
|
32
|
-
version: 2.14.0
|
|
26
|
+
version: 2.14.3
|
|
33
27
|
- !ruby/object:Gem::Dependency
|
|
34
28
|
name: faraday-follow_redirects
|
|
35
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -275,7 +269,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
275
269
|
- !ruby/object:Gem::Version
|
|
276
270
|
version: '0'
|
|
277
271
|
requirements: []
|
|
278
|
-
rubygems_version: 4.0.
|
|
272
|
+
rubygems_version: 4.0.16
|
|
279
273
|
specification_version: 4
|
|
280
274
|
summary: Yet Another Neocities.org CLI and API client with improvements
|
|
281
275
|
test_files: []
|