fastlane-plugin-translate_gpt 0.1.10 → 0.1.11

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: 853d06eecad9456f758e4dbdf4e766345d4a266d5d199608112c0947077dbee1
4
- data.tar.gz: 7c3f0d6cda2bd029dcd0d5bb8313cc20c8bab024c6786571808fc9fd511af6c8
3
+ metadata.gz: 1e9b87dd544660b05bf753f8d485f474ac0c3697f099a59a6fda0dec1b9007b2
4
+ data.tar.gz: '09263e24adf1a5b33ab3747211d4e1cc3538ff978dd9e8738853a19cc9ae4157'
5
5
  SHA512:
6
- metadata.gz: 0f9ed56771f0e68f22c6325c2b6829036f38e31591d6d0c2b0b6dbc6ba1ff72665ed857daca1be73327f0e97b71e4c53b93d9449a9f0a81e9e1973da4b826a74
7
- data.tar.gz: cb4812f57b1fa109a52534311bcd3d414d30f4c181ea3d927912ea0f810f86d9dc1a3a88b53f2afcf0aefd784e3d1201d66988518dae8437d1f12ac30229d3c3
6
+ metadata.gz: 68a24c5c32a649ca7019a4f370df498e6b0082e2aa8aa8b6b6e20698c3ff300acd5f380a05bf7e542b2b4a647c6fffd424bc1334b7b371e7717ec093370d4881
7
+ data.tar.gz: 22f5ee064f8bc6950fe676e49bbe078b36a972541588eaa10099451cce7eea00b0de38be7389d3e99b0d9b979f1f72e98e0915714ee06f66ba22edcae599961f
data/README.md CHANGED
@@ -53,7 +53,7 @@ The following options are available for `translate-gpt`:
53
53
  | `source_file` | The path to the `Localizable.strings` or `strings.xml` file to be translated. | `GPT_SOURCE_FILE` |
54
54
  | `target_file` | The path to the output file for the translated strings. | `GPT_TARGET_FILE` |
55
55
  | `context` | Common context for the translation | `GPT_COMMON_CONTEXT` |
56
- | `bunch_size` | Number of strings to translate in a single request.| `GPT_BUNCH_SIZE` |
56
+ | `bunch_size` | Number of strings to translate in a single request. If you have issues with failed request try `max_input_tokens` option | `GPT_BUNCH_SIZE` |
57
57
  | `max_input_tokens` | Maximum number of tokens in the input string. `bunch_size` will be ignored | `GPT_MAX_INPUT_TOKENS` |
58
58
  | `mark_for_review` | If string has been translated by GPT, mark it for review | `GPT_MARK_FOR_REVIEW` |
59
59
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module TranslateGpt
3
- VERSION = '0.1.10'
3
+ VERSION = '0.1.11'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-translate_gpt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aleksei Cherepanov
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-09 00:00:00.000000000 Z
10
+ date: 2026-06-17 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: loco_strings
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: 0.1.5
18
+ version: 0.1.10
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: 0.1.5
25
+ version: 0.1.10
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: ruby-openai
28
28
  requirement: !ruby/object:Gem::Requirement
@@ -202,7 +202,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
202
202
  requirements:
203
203
  - - ">="
204
204
  - !ruby/object:Gem::Version
205
- version: '2.6'
205
+ version: '3.1'
206
206
  required_rubygems_version: !ruby/object:Gem::Requirement
207
207
  requirements:
208
208
  - - ">="