Icarus-Mod-Tools 2.2.0 → 2.2.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 +4 -4
- data/Gemfile.lock +64 -4
- data/lib/icarus/mod/firestore.rb +1 -1
- data/lib/icarus/mod/github.rb +2 -4
- data/lib/icarus/mod/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e65ad8b4c6c5bd0cd903b9f2d9b8d0e09fb1382a776c7177a3aae0e74c60cfaa
|
|
4
|
+
data.tar.gz: aa19523d4e5cd01aa6439e4cf83e020728a870c439c75552927940314979ddf6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dbf4a04fcd7c8035f22c6833f2beac93ded7a24ea9c73668ac29bdbc6aa41b0798376621b0a2965671fe715712d9f88f91c9270aec90267fe53293137ed0052c
|
|
7
|
+
data.tar.gz: 95602d38541559babf423d486bd85a3a803e46eb131363391ec8d8904a326f1d84ebde775735c6783cc1ddf05b820e60696d3670541792ca611b4425c37224de
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
Icarus-Mod-Tools (2.2.
|
|
4
|
+
Icarus-Mod-Tools (2.2.1)
|
|
5
5
|
google-cloud-firestore (~> 2.7)
|
|
6
6
|
octokit (~> 6.0)
|
|
7
7
|
paint (~> 2.3)
|
|
@@ -26,8 +26,17 @@ GEM
|
|
|
26
26
|
net-http (~> 0.5)
|
|
27
27
|
faraday-retry (2.3.2)
|
|
28
28
|
faraday (~> 2.0)
|
|
29
|
+
ffi (1.17.2)
|
|
30
|
+
ffi (1.17.2-aarch64-linux-gnu)
|
|
31
|
+
ffi (1.17.2-aarch64-linux-musl)
|
|
32
|
+
ffi (1.17.2-arm-linux-gnu)
|
|
33
|
+
ffi (1.17.2-arm-linux-musl)
|
|
34
|
+
ffi (1.17.2-arm64-darwin)
|
|
35
|
+
ffi (1.17.2-x86-linux-gnu)
|
|
36
|
+
ffi (1.17.2-x86-linux-musl)
|
|
29
37
|
ffi (1.17.2-x86_64-darwin)
|
|
30
38
|
ffi (1.17.2-x86_64-linux-gnu)
|
|
39
|
+
ffi (1.17.2-x86_64-linux-musl)
|
|
31
40
|
formatador (1.2.2)
|
|
32
41
|
reline
|
|
33
42
|
fuubar (2.5.1)
|
|
@@ -64,12 +73,33 @@ GEM
|
|
|
64
73
|
gapic-common (~> 1.2)
|
|
65
74
|
google-cloud-errors (~> 1.0)
|
|
66
75
|
google-logging-utils (0.2.0)
|
|
76
|
+
google-protobuf (4.33.0)
|
|
77
|
+
bigdecimal
|
|
78
|
+
rake (>= 13)
|
|
79
|
+
google-protobuf (4.33.0-aarch64-linux-gnu)
|
|
80
|
+
bigdecimal
|
|
81
|
+
rake (>= 13)
|
|
82
|
+
google-protobuf (4.33.0-aarch64-linux-musl)
|
|
83
|
+
bigdecimal
|
|
84
|
+
rake (>= 13)
|
|
85
|
+
google-protobuf (4.33.0-arm64-darwin)
|
|
86
|
+
bigdecimal
|
|
87
|
+
rake (>= 13)
|
|
88
|
+
google-protobuf (4.33.0-x86-linux-gnu)
|
|
89
|
+
bigdecimal
|
|
90
|
+
rake (>= 13)
|
|
91
|
+
google-protobuf (4.33.0-x86-linux-musl)
|
|
92
|
+
bigdecimal
|
|
93
|
+
rake (>= 13)
|
|
67
94
|
google-protobuf (4.33.0-x86_64-darwin)
|
|
68
95
|
bigdecimal
|
|
69
96
|
rake (>= 13)
|
|
70
97
|
google-protobuf (4.33.0-x86_64-linux-gnu)
|
|
71
98
|
bigdecimal
|
|
72
99
|
rake (>= 13)
|
|
100
|
+
google-protobuf (4.33.0-x86_64-linux-musl)
|
|
101
|
+
bigdecimal
|
|
102
|
+
rake (>= 13)
|
|
73
103
|
googleapis-common-protos (1.9.0)
|
|
74
104
|
google-protobuf (~> 4.26)
|
|
75
105
|
googleapis-common-protos-types (~> 1.21)
|
|
@@ -84,12 +114,33 @@ GEM
|
|
|
84
114
|
multi_json (~> 1.11)
|
|
85
115
|
os (>= 0.9, < 2.0)
|
|
86
116
|
signet (>= 0.16, < 2.a)
|
|
117
|
+
grpc (1.76.0)
|
|
118
|
+
google-protobuf (>= 3.25, < 5.0)
|
|
119
|
+
googleapis-common-protos-types (~> 1.0)
|
|
120
|
+
grpc (1.76.0-aarch64-linux-gnu)
|
|
121
|
+
google-protobuf (>= 3.25, < 5.0)
|
|
122
|
+
googleapis-common-protos-types (~> 1.0)
|
|
123
|
+
grpc (1.76.0-aarch64-linux-musl)
|
|
124
|
+
google-protobuf (>= 3.25, < 5.0)
|
|
125
|
+
googleapis-common-protos-types (~> 1.0)
|
|
126
|
+
grpc (1.76.0-arm64-darwin)
|
|
127
|
+
google-protobuf (>= 3.25, < 5.0)
|
|
128
|
+
googleapis-common-protos-types (~> 1.0)
|
|
129
|
+
grpc (1.76.0-x86-linux-gnu)
|
|
130
|
+
google-protobuf (>= 3.25, < 5.0)
|
|
131
|
+
googleapis-common-protos-types (~> 1.0)
|
|
132
|
+
grpc (1.76.0-x86-linux-musl)
|
|
133
|
+
google-protobuf (>= 3.25, < 5.0)
|
|
134
|
+
googleapis-common-protos-types (~> 1.0)
|
|
87
135
|
grpc (1.76.0-x86_64-darwin)
|
|
88
136
|
google-protobuf (>= 3.25, < 5.0)
|
|
89
137
|
googleapis-common-protos-types (~> 1.0)
|
|
90
138
|
grpc (1.76.0-x86_64-linux-gnu)
|
|
91
139
|
google-protobuf (>= 3.25, < 5.0)
|
|
92
140
|
googleapis-common-protos-types (~> 1.0)
|
|
141
|
+
grpc (1.76.0-x86_64-linux-musl)
|
|
142
|
+
google-protobuf (>= 3.25, < 5.0)
|
|
143
|
+
googleapis-common-protos-types (~> 1.0)
|
|
93
144
|
guard (2.19.1)
|
|
94
145
|
formatador (>= 0.2.4)
|
|
95
146
|
listen (>= 2.7, < 4.0)
|
|
@@ -223,8 +274,17 @@ GEM
|
|
|
223
274
|
uri (1.1.1)
|
|
224
275
|
|
|
225
276
|
PLATFORMS
|
|
226
|
-
|
|
227
|
-
|
|
277
|
+
aarch64-linux-gnu
|
|
278
|
+
aarch64-linux-musl
|
|
279
|
+
arm-linux-gnu
|
|
280
|
+
arm-linux-musl
|
|
281
|
+
arm64-darwin
|
|
282
|
+
ruby
|
|
283
|
+
x86-linux-gnu
|
|
284
|
+
x86-linux-musl
|
|
285
|
+
x86_64-darwin
|
|
286
|
+
x86_64-linux-gnu
|
|
287
|
+
x86_64-linux-musl
|
|
228
288
|
|
|
229
289
|
DEPENDENCIES
|
|
230
290
|
Icarus-Mod-Tools!
|
|
@@ -239,4 +299,4 @@ DEPENDENCIES
|
|
|
239
299
|
standard (>= 1.35.1)
|
|
240
300
|
|
|
241
301
|
BUNDLED WITH
|
|
242
|
-
2.
|
|
302
|
+
2.6.9
|
data/lib/icarus/mod/firestore.rb
CHANGED
|
@@ -41,7 +41,7 @@ module Icarus
|
|
|
41
41
|
end
|
|
42
42
|
|
|
43
43
|
def find_by_type(type:, name:, author:)
|
|
44
|
-
instance_variable_get("@#{type}").find { |obj| obj.name == name && obj.author == author }
|
|
44
|
+
instance_variable_get(:"@#{type}").find { |obj| obj.name == name && obj.author == author }
|
|
45
45
|
end
|
|
46
46
|
|
|
47
47
|
def update(type, payload, merge: false)
|
data/lib/icarus/mod/github.rb
CHANGED
|
@@ -44,6 +44,8 @@ module Icarus
|
|
|
44
44
|
|
|
45
45
|
block&.call(entry)
|
|
46
46
|
@resources << entry # cache the file
|
|
47
|
+
rescue Octokit::NotFound
|
|
48
|
+
warn "WARNING: Could not access #{repository}: 404 - not found"
|
|
47
49
|
end
|
|
48
50
|
end
|
|
49
51
|
|
|
@@ -53,10 +55,6 @@ module Icarus
|
|
|
53
55
|
def find(pattern)
|
|
54
56
|
all_files { |file| return file if /#{pattern}/i.match?(file[:name]) }
|
|
55
57
|
end
|
|
56
|
-
|
|
57
|
-
def get_contents(url)
|
|
58
|
-
@client.contents(url)
|
|
59
|
-
end
|
|
60
58
|
end
|
|
61
59
|
end
|
|
62
60
|
end
|
data/lib/icarus/mod/version.rb
CHANGED