-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent parallel upload of default language
Permitted keys of translation languages seem to depend on the default language, so upload the default language first. In addition, upload translation languages in parallel.
- Loading branch information
1 parent
ce0ead7
commit bcf9078
Showing
6 changed files
with
143 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# frozen_string_literal: true | ||
|
||
class PhraseAppUpdater | ||
VERSION = '3.3.0' | ||
VERSION = '3.3.1' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
source "https://rubygems.org/" | ||
source "https://rubygems.org/" | ||
|
||
gem "bigdecimal", "3.1.8" | ||
gem "byebug", "11.1.3" | ||
gem "coderay", "1.1.3" | ||
gem "concurrent-ruby", "1.0.5" | ||
gem "deep_merge", "1.2.2" | ||
gem "diff-lcs", "1.5.0" | ||
gem "ethon", "0.16.0" | ||
gem "ffi", "1.16.3" | ||
gem "ffi", "1.15.5" | ||
gem "hashdiff", "1.0.1" | ||
gem "io-console", "0.6.0" | ||
gem "irb", "1.10.0" | ||
gem "json", "2.7.0" | ||
gem "irb", "1.6.2" | ||
gem "json", "2.6.3" | ||
gem "link-header-parser", "4.0.0" | ||
gem "method_source", "1.0.0" | ||
gem "oj", "3.16.1" | ||
gem "parallel", "1.23.0" | ||
gem "oj", "3.16.6" | ||
gem "ostruct", "0.6.0" | ||
gem "parallel", "1.26.3" | ||
gem "phrase", "2.20.0" | ||
gem "pry", "0.14.2" | ||
gem "psych", "5.1.1.1" | ||
gem "rake", "13.1.0" | ||
gem "rdoc", "6.6.0" | ||
gem "reline", "0.4.1" | ||
gem "rake", "13.2.1" | ||
gem "reline", "0.3.2" | ||
gem "rspec", "3.12.0" | ||
gem "rspec-core", "3.12.2" | ||
gem "rspec-expectations", "3.12.3" | ||
gem "rspec-mocks", "3.12.6" | ||
gem "rspec-support", "3.12.1" | ||
gem "rspec-core", "3.12.1" | ||
gem "rspec-expectations", "3.12.2" | ||
gem "rspec-mocks", "3.12.3" | ||
gem "rspec-support", "3.12.0" | ||
gem "rspec_junit_formatter", "0.6.0" | ||
gem "stringio", "3.1.0" | ||
gem "thor", "1.3.0" | ||
gem "typhoeus", "1.4.1" | ||
gem "thor", "1.3.2" | ||
gem "typhoeus", "1.4.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,90 +1,90 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
bigdecimal (3.1.8) | ||
byebug (11.1.3) | ||
coderay (1.1.3) | ||
concurrent-ruby (1.0.5) | ||
deep_merge (1.2.2) | ||
diff-lcs (1.5.0) | ||
ethon (0.16.0) | ||
ffi (>= 1.15.0) | ||
ffi (1.16.3) | ||
ffi (1.15.5) | ||
hashdiff (1.0.1) | ||
io-console (0.6.0) | ||
irb (1.10.0) | ||
rdoc | ||
reline (>= 0.3.8) | ||
json (2.7.0) | ||
irb (1.6.2) | ||
reline (>= 0.3.0) | ||
json (2.6.3) | ||
link-header-parser (4.0.0) | ||
method_source (1.0.0) | ||
oj (3.16.1) | ||
parallel (1.23.0) | ||
oj (3.16.6) | ||
bigdecimal (>= 3.0) | ||
ostruct (>= 0.2) | ||
ostruct (0.6.0) | ||
parallel (1.26.3) | ||
phrase (2.20.0) | ||
json (~> 2.1, >= 2.1.0) | ||
link-header-parser (~> 4.0) | ||
typhoeus (~> 1.0, >= 1.0.1) | ||
pry (0.14.2) | ||
coderay (~> 1.1) | ||
method_source (~> 1.0) | ||
psych (5.1.1.1) | ||
stringio | ||
rake (13.1.0) | ||
rdoc (6.6.0) | ||
psych (>= 4.0.0) | ||
reline (0.4.1) | ||
rake (13.2.1) | ||
reline (0.3.2) | ||
io-console (~> 0.5) | ||
rspec (3.12.0) | ||
rspec-core (~> 3.12.0) | ||
rspec-expectations (~> 3.12.0) | ||
rspec-mocks (~> 3.12.0) | ||
rspec-core (3.12.2) | ||
rspec-core (3.12.1) | ||
rspec-support (~> 3.12.0) | ||
rspec-expectations (3.12.3) | ||
rspec-expectations (3.12.2) | ||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.12.0) | ||
rspec-mocks (3.12.6) | ||
rspec-mocks (3.12.3) | ||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.12.0) | ||
rspec-support (3.12.1) | ||
rspec-support (3.12.0) | ||
rspec_junit_formatter (0.6.0) | ||
rspec-core (>= 2, < 4, != 2.12.0) | ||
stringio (3.1.0) | ||
thor (1.3.0) | ||
typhoeus (1.4.1) | ||
thor (1.3.2) | ||
typhoeus (1.4.0) | ||
ethon (>= 0.9.0) | ||
|
||
PLATFORMS | ||
ruby | ||
x86_64-darwin-23 | ||
|
||
DEPENDENCIES | ||
bigdecimal (= 3.1.8) | ||
byebug (= 11.1.3) | ||
coderay (= 1.1.3) | ||
concurrent-ruby (= 1.0.5) | ||
deep_merge (= 1.2.2) | ||
diff-lcs (= 1.5.0) | ||
ethon (= 0.16.0) | ||
ffi (= 1.16.3) | ||
ffi (= 1.15.5) | ||
hashdiff (= 1.0.1) | ||
io-console (= 0.6.0) | ||
irb (= 1.10.0) | ||
json (= 2.7.0) | ||
irb (= 1.6.2) | ||
json (= 2.6.3) | ||
link-header-parser (= 4.0.0) | ||
method_source (= 1.0.0) | ||
oj (= 3.16.1) | ||
parallel (= 1.23.0) | ||
oj (= 3.16.6) | ||
ostruct (= 0.6.0) | ||
parallel (= 1.26.3) | ||
phrase (= 2.20.0) | ||
pry (= 0.14.2) | ||
psych (= 5.1.1.1) | ||
rake (= 13.1.0) | ||
rdoc (= 6.6.0) | ||
reline (= 0.4.1) | ||
rake (= 13.2.1) | ||
reline (= 0.3.2) | ||
rspec (= 3.12.0) | ||
rspec-core (= 3.12.2) | ||
rspec-expectations (= 3.12.3) | ||
rspec-mocks (= 3.12.6) | ||
rspec-support (= 3.12.1) | ||
rspec-core (= 3.12.1) | ||
rspec-expectations (= 3.12.2) | ||
rspec-mocks (= 3.12.3) | ||
rspec-support (= 3.12.0) | ||
rspec_junit_formatter (= 0.6.0) | ||
stringio (= 3.1.0) | ||
thor (= 1.3.0) | ||
typhoeus (= 1.4.1) | ||
thor (= 1.3.2) | ||
typhoeus (= 1.4.0) | ||
|
||
BUNDLED WITH | ||
2.4.22 | ||
2.5.16 |
Oops, something went wrong.