copy_tuner_client 1.1.1 → 1.1.3
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c5693d5b1446ed8b84d3273ed66718873b7b3be22de8f102a3b64f8b65ea6071
|
|
4
|
+
data.tar.gz: 4fb7a4db5d0f8292aa0b7c1a98355f95b69d7ea2c6f88b35e77c2642f053b8c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 864852b7488c7f57e42cd1636b7a5158c14be2d8db80dc75e3fd92e6988b78c38365a1107bbe8240526321e818ddacabc922ab77ac2796be9f409f58a168cd1e
|
|
7
|
+
data.tar.gz: 85a9e8de66ecacd75234c3947cc3e753723bf051b41b2c46fa14921c7678b97cbc81eb541364fb21288dbca94dd74761e70c52e90f70c9150e7b1a74e6c37160
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.
|
|
1
|
+
3.4.5
|
|
@@ -80,9 +80,10 @@ module CopyTunerClient
|
|
|
80
80
|
return exact_match
|
|
81
81
|
end
|
|
82
82
|
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
83
|
+
# NOTE: 色々考慮する必要があることが分かったため暫定対応として、ツリーキャッシュを使用しないようにしている
|
|
84
|
+
# ensure_tree_cache_current
|
|
85
|
+
# tree_result = lookup_in_tree_cache(parts)
|
|
86
|
+
# return tree_result if tree_result
|
|
86
87
|
|
|
87
88
|
content = super
|
|
88
89
|
|
|
@@ -243,7 +243,8 @@ describe 'CopyTunerClient::I18nBackend' do
|
|
|
243
243
|
end
|
|
244
244
|
end
|
|
245
245
|
|
|
246
|
-
|
|
246
|
+
# NOTE: 色々考慮する必要があることが分かったため暫定対応として、ツリーキャッシュを使用しないようにしている
|
|
247
|
+
xdescribe 'ツリー構造のlookup' do # rubocop:disable Metrics/BlockLength
|
|
247
248
|
subject { build_backend }
|
|
248
249
|
|
|
249
250
|
context '完全一致が存在する場合' do
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: copy_tuner_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- SonicGarden
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: i18n
|
|
@@ -178,7 +177,6 @@ dependencies:
|
|
|
178
177
|
- - ">="
|
|
179
178
|
- !ruby/object:Gem::Version
|
|
180
179
|
version: '0'
|
|
181
|
-
description:
|
|
182
180
|
email: info@sonicgarden.jp
|
|
183
181
|
executables: []
|
|
184
182
|
extensions: []
|
|
@@ -271,7 +269,6 @@ metadata:
|
|
|
271
269
|
source_code_uri: https://github.com/SonicGarden/copy-tuner-ruby-client
|
|
272
270
|
changelog_uri: https://github.com/SonicGarden/copy-tuner-ruby-client/releases
|
|
273
271
|
rubygems_mfa_required: 'true'
|
|
274
|
-
post_install_message:
|
|
275
272
|
rdoc_options: []
|
|
276
273
|
require_paths:
|
|
277
274
|
- lib
|
|
@@ -286,8 +283,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
286
283
|
- !ruby/object:Gem::Version
|
|
287
284
|
version: '0'
|
|
288
285
|
requirements: []
|
|
289
|
-
rubygems_version: 3.
|
|
290
|
-
signing_key:
|
|
286
|
+
rubygems_version: 3.6.9
|
|
291
287
|
specification_version: 4
|
|
292
288
|
summary: Client for the CopyTuner copy management service
|
|
293
289
|
test_files: []
|