Icarus-Mod-Tools 2.5.0 → 2.5.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4de5e1f299177ea6e8681ae6d92fd808086ed601aa0c61346b9dc5552925bb82
4
- data.tar.gz: e76f59e4cf4774e737240e310015a5870b99338b7c16f85599d7881f836f090f
3
+ metadata.gz: e7011bea56d03dd0edd74138d193a5ad4e5628c4c8d59e94abf6e8793b397051
4
+ data.tar.gz: 4e9c054fe489ec2abb4aa36f7b8ea9b6d5621723a8ce0cf50563166b7ef002ee
5
5
  SHA512:
6
- metadata.gz: d1e1f69dbf0a7ccb9558e9eac6b4ae802cd14cf78aeac3a18b54cb9c533008d98eaed562347cdf65712429173ddf614e018cf69d3366271753ba27c93c3fb80e
7
- data.tar.gz: a95184b4d2be164e626390012630d86bdf94359e2e832396496f30dfd74911cee9d01dc03f605357e408ee912dd4dbf850cbaf8886206babd9cfbb08231facb8
6
+ metadata.gz: 15d5e90ecb8c7f91accfb3ded406374278ab53e8b3d3d6b997e44904f4d9425acd0bd4461cf5def41dfe502ead8df5f0c54b5002380c78e7da928a39da45db8c
7
+ data.tar.gz: 0f9723a7821f213c70612c6510a2bc1c9508353cdf4e10ebf1568291f97e918325c12911e3621aaa4c82f7dd471c2236584d305532b40be32a84dcb0cafd90bf
data/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  ## History (reverse chronological order)
6
6
 
7
+ ### v2.5.1 - 2026-01-31
8
+
9
+ - Fix `imt remove repo` failing to find repositories stored as full URLs
10
+ - Now checks for exact match first (handles full URLs), then falls back to stripped format
11
+
7
12
  ### v2.5.0 - 2026-01-12
8
13
 
9
14
  - Add automatic conversion of GitHub URLs to `raw.githubusercontent.com` format during sync
data/Gemfile CHANGED
@@ -16,3 +16,5 @@ group :develop do
16
16
  gem "rubocop", "~> 1.41"
17
17
  gem "rubocop-rspec", "~> 2.16", require: false
18
18
  end
19
+
20
+ gem "ostruct", "~> 0.6.3"
data/Gemfile.lock CHANGED
@@ -73,31 +73,7 @@ GEM
73
73
  gapic-common (~> 1.2)
74
74
  google-cloud-errors (~> 1.0)
75
75
  google-logging-utils (0.2.0)
76
- google-protobuf (4.33.2)
77
- bigdecimal
78
- rake (>= 13)
79
- google-protobuf (4.33.2-aarch64-linux-gnu)
80
- bigdecimal
81
- rake (>= 13)
82
- google-protobuf (4.33.2-aarch64-linux-musl)
83
- bigdecimal
84
- rake (>= 13)
85
- google-protobuf (4.33.2-arm64-darwin)
86
- bigdecimal
87
- rake (>= 13)
88
- google-protobuf (4.33.2-x86-linux-gnu)
89
- bigdecimal
90
- rake (>= 13)
91
- google-protobuf (4.33.2-x86-linux-musl)
92
- bigdecimal
93
- rake (>= 13)
94
- google-protobuf (4.33.2-x86_64-darwin)
95
- bigdecimal
96
- rake (>= 13)
97
- google-protobuf (4.33.2-x86_64-linux-gnu)
98
- bigdecimal
99
- rake (>= 13)
100
- google-protobuf (4.33.2-x86_64-linux-musl)
76
+ google-protobuf (4.33.4)
101
77
  bigdecimal
102
78
  rake (>= 13)
103
79
  googleapis-common-protos (1.9.0)
@@ -106,7 +82,7 @@ GEM
106
82
  grpc (~> 1.41)
107
83
  googleapis-common-protos-types (1.22.0)
108
84
  google-protobuf (~> 4.26)
109
- googleauth (1.16.0)
85
+ googleauth (1.16.1)
110
86
  faraday (>= 1.0, < 3.a)
111
87
  google-cloud-env (~> 2.2)
112
88
  google-logging-utils (~> 0.1)
@@ -141,14 +117,13 @@ GEM
141
117
  grpc (1.76.0-x86_64-linux-musl)
142
118
  google-protobuf (>= 3.25, < 5.0)
143
119
  googleapis-common-protos-types (~> 1.0)
144
- guard (2.19.1)
120
+ guard (2.20.0)
145
121
  formatador (>= 0.2.4)
146
122
  listen (>= 2.7, < 4.0)
147
123
  logger (~> 1.6)
148
124
  lumberjack (>= 1.0.12, < 2.0)
149
125
  nenv (~> 0.1)
150
126
  notiffany (~> 0.0)
151
- ostruct (~> 0.6)
152
127
  pry (>= 0.13.0)
153
128
  shellany (~> 0.0)
154
129
  thor (>= 0.18.1)
@@ -163,7 +138,8 @@ GEM
163
138
  base64
164
139
  language_server-protocol (3.17.0.5)
165
140
  lint_roller (1.1.0)
166
- listen (3.9.0)
141
+ listen (3.10.0)
142
+ logger
167
143
  rb-fsevent (~> 0.10, >= 0.10.3)
168
144
  rb-inotify (~> 0.9, >= 0.9.10)
169
145
  logger (1.7.0)
@@ -183,10 +159,10 @@ GEM
183
159
  ostruct (0.6.3)
184
160
  paint (2.3.0)
185
161
  parallel (1.27.0)
186
- parser (3.3.10.0)
162
+ parser (3.3.10.1)
187
163
  ast (~> 2.4.1)
188
164
  racc
189
- prism (1.7.0)
165
+ prism (1.9.0)
190
166
  pry (0.14.2)
191
167
  coderay (~> 1.1)
192
168
  method_source (~> 1.0)
@@ -213,8 +189,8 @@ GEM
213
189
  rspec-mocks (3.13.7)
214
190
  diff-lcs (>= 1.2.0, < 2.0)
215
191
  rspec-support (~> 3.13.0)
216
- rspec-support (3.13.6)
217
- rubocop (1.82.1)
192
+ rspec-support (3.13.7)
193
+ rubocop (1.84.0)
218
194
  json (~> 2.3)
219
195
  language_server-protocol (~> 3.17.0.2)
220
196
  lint_roller (~> 1.1.0)
@@ -222,7 +198,7 @@ GEM
222
198
  parser (>= 3.3.0.2)
223
199
  rainbow (>= 2.2.2, < 4.0)
224
200
  regexp_parser (>= 2.9.3, < 3.0)
225
- rubocop-ast (>= 1.48.0, < 2.0)
201
+ rubocop-ast (>= 1.49.0, < 2.0)
226
202
  ruby-progressbar (~> 1.7)
227
203
  unicode-display_width (>= 2.4.0, < 4.0)
228
204
  rubocop-ast (1.49.0)
@@ -251,7 +227,7 @@ GEM
251
227
  faraday (>= 0.17.5, < 3.a)
252
228
  jwt (>= 1.5, < 4.0)
253
229
  multi_json (~> 1.10)
254
- thor (1.4.0)
230
+ thor (1.5.0)
255
231
  unicode-display_width (3.2.0)
256
232
  unicode-emoji (~> 4.1)
257
233
  unicode-emoji (4.2.0)
@@ -276,6 +252,7 @@ DEPENDENCIES
276
252
  fuubar
277
253
  guard (~> 2.18)
278
254
  guard-rspec (~> 4.7)
255
+ ostruct (~> 0.6.3)
279
256
  pry (~> 0.14.1)
280
257
  rake (~> 13.0)
281
258
  rspec (~> 3.12)
@@ -283,4 +260,4 @@ DEPENDENCIES
283
260
  rubocop-rspec (~> 2.16)
284
261
 
285
262
  BUNDLED WITH
286
- 2.6.9
263
+ 4.0.5
@@ -17,7 +17,12 @@ module Icarus
17
17
  method_option :cascade, type: :boolean, default: true,
18
18
  desc: "Also remove associated modinfo, toolinfo, mods, and tools entries"
19
19
  def repos(repo)
20
- repo_name = repo.gsub(%r{https?://.*github\.com/}, "")
20
+ # Try exact match first (for full URLs), then stripped format
21
+ repo_name = if firestore.repositories.include?(repo)
22
+ repo
23
+ else
24
+ repo.gsub(%r{https?://.*github\.com/}, "")
25
+ end
21
26
 
22
27
  # Check if repository exists
23
28
  unless firestore.repositories.include?(repo_name)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Icarus
4
4
  module Mod
5
- VERSION = "2.5.0"
5
+ VERSION = "2.5.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Icarus-Mod-Tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.0
4
+ version: 2.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Donovan Young
@@ -132,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
132
132
  - !ruby/object:Gem::Version
133
133
  version: '0'
134
134
  requirements: []
135
- rubygems_version: 3.6.9
135
+ rubygems_version: 4.0.3
136
136
  specification_version: 4
137
137
  summary: Various tools for Icarus Modding
138
138
  test_files: []