onoma 0.8.8 → 0.8.9
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/db/reference.xml +7 -7
- data/lib/onoma/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 77403e34db9625720fd8c50385a59d61bfd0942355fe2cb810eb9245fbe8d860
|
|
4
|
+
data.tar.gz: aced626afa82a598a11f7d623f6c49cc64e5af3baad5de6cf0ab4d91edf5700e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b3c6e584b87c41579b8ac9c0afc0d6ab9e6f01e8ae0ec1d34751ba25c794707942715a756446faa176a9f3522d733b327b006d6e6e88515c6860969022250c87
|
|
7
|
+
data.tar.gz: a9ba1bb61058069130f7e3d5affe361dba9a50e485584cfe74afd69980013a56d9fe090cdddee5e22c4b84ae44a3b9bc088ea536bc94cbbca208312daa678cfe
|
data/db/reference.xml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0"?>
|
|
2
|
-
<nomenclatures xmlns="http://www.ekylibre.org/XML/2013/nomenclatures" version="
|
|
2
|
+
<nomenclatures xmlns="http://www.ekylibre.org/XML/2013/nomenclatures" version="20230904083401">
|
|
3
3
|
<nomenclature name="abilities" translateable="true">
|
|
4
4
|
<properties>
|
|
5
5
|
<property name="parameters" type="choice_list" choices="variety, issue_nature"/>
|
|
@@ -2237,12 +2237,12 @@
|
|
|
2237
2237
|
<property name="country" type="item" choices="countries"/>
|
|
2238
2238
|
</properties>
|
|
2239
2239
|
<items>
|
|
2240
|
-
<item name="fr_ba_ir" country="fr" code="BA-IR" accounting_system="
|
|
2241
|
-
<item name="fr_ba_is" country="fr" code="BA-IS" accounting_system="
|
|
2242
|
-
<item name="fr_bic_ir" country="fr" code="BIC-IR" accounting_system="
|
|
2243
|
-
<item name="fr_bic_is" country="fr" code="BIC-IS" accounting_system="
|
|
2244
|
-
<item name="fr_bnc_ir" country="fr" code="BNC-IR" accounting_system="
|
|
2245
|
-
<item name="fr_bnc_is" country="fr" code="BNC-IS" accounting_system="
|
|
2240
|
+
<item name="fr_ba_ir" country="fr" code="BA-IR" accounting_system="fr_pcga2023"/>
|
|
2241
|
+
<item name="fr_ba_is" country="fr" code="BA-IS" accounting_system="fr_pcga2023"/>
|
|
2242
|
+
<item name="fr_bic_ir" country="fr" code="BIC-IR" accounting_system="fr_pcg2023"/>
|
|
2243
|
+
<item name="fr_bic_is" country="fr" code="BIC-IS" accounting_system="fr_pcg2023"/>
|
|
2244
|
+
<item name="fr_bnc_ir" country="fr" code="BNC-IR" accounting_system="fr_pcg2023"/>
|
|
2245
|
+
<item name="fr_bnc_is" country="fr" code="BNC-IS" accounting_system="fr_pcg2023"/>
|
|
2246
2246
|
</items>
|
|
2247
2247
|
</nomenclature>
|
|
2248
2248
|
<nomenclature name="guide_natures" translateable="true">
|
data/lib/onoma/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: onoma
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ekylibre developers
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-09-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -247,7 +247,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
247
247
|
- !ruby/object:Gem::Version
|
|
248
248
|
version: '0'
|
|
249
249
|
requirements: []
|
|
250
|
-
rubygems_version: 3.
|
|
250
|
+
rubygems_version: 3.0.3
|
|
251
251
|
signing_key:
|
|
252
252
|
specification_version: 4
|
|
253
253
|
summary: Provides open nomenclature data in a gem
|