Skip to content

Commit 16009c3

Browse files
committed
Update code to use fluent-tools Gem
1 parent be7a2ff commit 16009c3

File tree

3 files changed

+108
-157
lines changed

3 files changed

+108
-157
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
source 'https://rubygems.org'
44

55
gem 'fastlane', '~> 2.227'
6-
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 13.2', git: 'https://github.com/wordpress-mobile/release-toolkit.git',
7-
branch: 'iangmaia/fluent-po-conversion-actions'
6+
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 13.2'
7+
gem 'fluent-tools', '~> 0.1', git: 'https://github.com/Automattic/fluent-rust-tools.git', branch: 'iangmaia/ruby-gem-support'

Gemfile.lock

Lines changed: 56 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,10 @@
11
GIT
2-
remote: https://github.com/wordpress-mobile/release-toolkit.git
3-
revision: 552586996124e02ce189427e51d972d1cabcbea8
4-
branch: iangmaia/fluent-po-conversion-actions
2+
remote: https://github.com/Automattic/fluent-rust-tools.git
3+
revision: 2cbcb6f9a524abdbabb41d205d81705464271c1e
4+
branch: iangmaia/ruby-gem-support
55
specs:
6-
fastlane-plugin-wpmreleasetoolkit (13.2.0)
7-
activesupport (>= 6.1.7.1)
8-
buildkit (~> 1.5)
9-
chroma (= 0.2.0)
10-
diffy (~> 3.3)
11-
fastlane (~> 2.213)
12-
gettext (~> 3.4)
13-
git (~> 1.3)
14-
google-cloud-storage (~> 1.31)
15-
java-properties (~> 0.3.0)
16-
nokogiri (~> 1.11)
17-
octokit (~> 6.1)
18-
parallel (~> 1.14)
19-
plist (~> 3.1)
20-
progress_bar (~> 1.3)
21-
rake (>= 12.3, < 14.0)
22-
rake-compiler-dock (~> 1.0)
23-
rqrcode (~> 2.0)
24-
rubocop (~> 1.50)
25-
ruby-progressbar (~> 1.11)
26-
twitter_cldr (~> 6.11)
27-
xcodeproj (~> 1.22)
6+
fluent-tools (0.1.0)
7+
thor (~> 1.0)
288

299
GEM
3010
remote: https://rubygems.org/
@@ -49,52 +29,47 @@ GEM
4929
addressable (2.8.7)
5030
public_suffix (>= 2.0.2, < 7.0)
5131
artifactory (3.0.17)
52-
ast (2.4.3)
5332
atomos (0.1.3)
5433
aws-eventstream (1.4.0)
55-
aws-partitions (1.1110.0)
56-
aws-sdk-core (3.225.0)
34+
aws-partitions (1.1116.0)
35+
aws-sdk-core (3.225.2)
5736
aws-eventstream (~> 1, >= 1.3.0)
5837
aws-partitions (~> 1, >= 1.992.0)
5938
aws-sigv4 (~> 1.9)
6039
base64
6140
jmespath (~> 1, >= 1.6.1)
6241
logger
63-
aws-sdk-kms (1.102.0)
42+
aws-sdk-kms (1.105.0)
6443
aws-sdk-core (~> 3, >= 3.225.0)
6544
aws-sigv4 (~> 1.5)
66-
aws-sdk-s3 (1.189.0)
45+
aws-sdk-s3 (1.189.1)
6746
aws-sdk-core (~> 3, >= 3.225.0)
6847
aws-sdk-kms (~> 1)
6948
aws-sigv4 (~> 1.5)
70-
aws-sigv4 (1.12.0)
49+
aws-sigv4 (1.12.1)
7150
aws-eventstream (~> 1, >= 1.0.2)
7251
babosa (1.0.4)
7352
base64 (0.3.0)
7453
benchmark (0.4.1)
7554
bigdecimal (3.2.2)
7655
buildkit (1.6.1)
7756
sawyer (>= 0.6)
78-
camertron-eprun (1.1.1)
7957
chroma (0.2.0)
80-
chunky_png (1.4.0)
8158
claide (1.1.0)
82-
cldr-plurals-runtime-rb (1.1.0)
8359
colored (1.2)
8460
colored2 (3.1.2)
8561
commander (4.6.0)
8662
highline (~> 2.0.0)
8763
concurrent-ruby (1.3.5)
8864
connection_pool (2.5.3)
8965
declarative (0.0.20)
90-
diffy (3.4.3)
66+
diffy (3.4.4)
9167
digest-crc (0.7.0)
9268
rake (>= 12.0.0, < 14.0.0)
9369
domain_name (0.6.20240107)
9470
dotenv (2.8.1)
9571
drb (2.2.3)
9672
emoji_regex (3.2.3)
97-
erubi (1.13.1)
9873
excon (0.112.0)
9974
faraday (1.10.4)
10075
faraday-em_http (~> 1.0)
@@ -125,7 +100,7 @@ GEM
125100
faraday_middleware (1.2.1)
126101
faraday (~> 1.0)
127102
fastimage (2.4.0)
128-
fastlane (2.227.2)
103+
fastlane (2.228.0)
129104
CFPropertyList (>= 2.3, < 4.0.0)
130105
addressable (>= 2.8, < 3.0.0)
131106
artifactory (~> 3.0)
@@ -167,15 +142,25 @@ GEM
167142
xcodeproj (>= 1.13.0, < 2.0.0)
168143
xcpretty (~> 0.4.1)
169144
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
145+
fastlane-plugin-wpmreleasetoolkit (13.2.0)
146+
activesupport (>= 6.1.7.1)
147+
buildkit (~> 1.5)
148+
chroma (= 0.2.0)
149+
diffy (~> 3.3)
150+
fastlane (~> 2.213)
151+
git (~> 1.3)
152+
google-cloud-storage (~> 1.31)
153+
java-properties (~> 0.3.0)
154+
nokogiri (~> 1.11)
155+
octokit (~> 6.1)
156+
parallel (~> 1.14)
157+
plist (~> 3.1)
158+
progress_bar (~> 1.3)
159+
rake (>= 12.3, < 14.0)
160+
rake-compiler (~> 1.0)
161+
xcodeproj (~> 1.22)
170162
fastlane-sirp (1.0.0)
171163
sysrandom (~> 1.0)
172-
forwardable (1.3.3)
173-
gettext (3.5.1)
174-
erubi
175-
locale (>= 2.0.5)
176-
prime
177-
racc
178-
text (>= 1.3.0)
179164
gh_inspector (1.1.3)
180165
git (1.19.1)
181166
addressable (~> 2.8)
@@ -228,9 +213,6 @@ GEM
228213
json (2.12.2)
229214
jwt (2.10.1)
230215
base64
231-
language_server-protocol (3.17.0.5)
232-
lint_roller (1.1.0)
233-
locale (2.1.4)
234216
logger (1.7.0)
235217
mini_magick (4.13.2)
236218
mini_mime (1.1.5)
@@ -239,63 +221,48 @@ GEM
239221
multipart-post (2.4.1)
240222
mutex_m (0.3.0)
241223
nanaimo (0.4.0)
242-
naturally (2.2.1)
224+
naturally (2.3.0)
243225
nkf (0.2.0)
226+
nokogiri (1.18.8-aarch64-linux-gnu)
227+
racc (~> 1.4)
228+
nokogiri (1.18.8-aarch64-linux-musl)
229+
racc (~> 1.4)
230+
nokogiri (1.18.8-arm-linux-gnu)
231+
racc (~> 1.4)
232+
nokogiri (1.18.8-arm-linux-musl)
233+
racc (~> 1.4)
244234
nokogiri (1.18.8-arm64-darwin)
245235
racc (~> 1.4)
236+
nokogiri (1.18.8-x86_64-darwin)
237+
racc (~> 1.4)
246238
nokogiri (1.18.8-x86_64-linux-gnu)
247239
racc (~> 1.4)
240+
nokogiri (1.18.8-x86_64-linux-musl)
241+
racc (~> 1.4)
248242
octokit (6.1.1)
249243
faraday (>= 1, < 3)
250244
sawyer (~> 0.9)
251245
options (2.3.2)
252246
optparse (0.6.0)
253247
os (1.1.4)
254248
parallel (1.27.0)
255-
parser (3.3.8.0)
256-
ast (~> 2.4.1)
257-
racc
258249
plist (3.7.2)
259-
prime (0.1.3)
260-
forwardable
261-
singleton
262-
prism (1.4.0)
263250
progress_bar (1.3.4)
264251
highline (>= 1.6)
265252
options (~> 2.3.0)
266253
public_suffix (6.0.2)
267254
racc (1.8.1)
268-
rainbow (3.1.1)
269255
rake (13.3.0)
270-
rake-compiler-dock (1.9.1)
256+
rake-compiler (1.3.0)
257+
rake
271258
rchardet (1.9.0)
272-
regexp_parser (2.10.0)
273259
representable (3.2.0)
274260
declarative (< 0.1.0)
275261
trailblazer-option (>= 0.1.1, < 0.2.0)
276262
uber (< 0.2.0)
277263
retriable (3.1.2)
278264
rexml (3.4.1)
279265
rouge (3.28.0)
280-
rqrcode (2.2.0)
281-
chunky_png (~> 1.0)
282-
rqrcode_core (~> 1.0)
283-
rqrcode_core (1.2.0)
284-
rubocop (1.76.0)
285-
json (~> 2.3)
286-
language_server-protocol (~> 3.17.0.2)
287-
lint_roller (~> 1.1.0)
288-
parallel (~> 1.10)
289-
parser (>= 3.3.0.2)
290-
rainbow (>= 2.2.2, < 4.0)
291-
regexp_parser (>= 2.9.3, < 3.0)
292-
rubocop-ast (>= 1.45.0, < 2.0)
293-
ruby-progressbar (~> 1.7)
294-
unicode-display_width (>= 2.4.0, < 4.0)
295-
rubocop-ast (1.45.0)
296-
parser (>= 3.3.7.2)
297-
prism (~> 1.4)
298-
ruby-progressbar (1.13.0)
299266
ruby2_keywords (0.0.5)
300267
rubyzip (2.4.1)
301268
sawyer (0.9.2)
@@ -311,22 +278,16 @@ GEM
311278
simctl (1.6.10)
312279
CFPropertyList
313280
naturally
314-
singleton (0.3.0)
315281
sysrandom (1.0.5)
316282
terminal-notifier (2.0.0)
317283
terminal-table (3.0.2)
318284
unicode-display_width (>= 1.1.1, < 3)
319-
text (1.3.1)
285+
thor (1.3.2)
320286
trailblazer-option (0.1.2)
321287
tty-cursor (0.7.1)
322288
tty-screen (0.8.2)
323289
tty-spinner (0.9.3)
324290
tty-cursor (~> 0.7)
325-
twitter_cldr (6.14.0)
326-
base64
327-
camertron-eprun
328-
cldr-plurals-runtime-rb (~> 1.1)
329-
tzinfo
330291
tzinfo (2.0.6)
331292
concurrent-ruby (~> 1.0)
332293
uber (0.1.0)
@@ -346,13 +307,19 @@ GEM
346307
xcpretty (~> 0.2, >= 0.0.7)
347308

348309
PLATFORMS
349-
arm64-darwin-22
350-
arm64-darwin-23
351-
x86_64-linux
310+
aarch64-linux-gnu
311+
aarch64-linux-musl
312+
arm-linux-gnu
313+
arm-linux-musl
314+
arm64-darwin
315+
x86_64-darwin
316+
x86_64-linux-gnu
317+
x86_64-linux-musl
352318

353319
DEPENDENCIES
354320
fastlane (~> 2.227)
355-
fastlane-plugin-wpmreleasetoolkit (~> 13.2)!
321+
fastlane-plugin-wpmreleasetoolkit (~> 13.2)
322+
fluent-tools (~> 0.1)!
356323

357324
BUNDLED WITH
358-
2.4.10
325+
2.6.3

0 commit comments

Comments
 (0)