onoma 0.6.0 → 0.6.2
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/config/locales/eng.yml +3 -2
- data/config/locales/fra.yml +2 -1
- data/db/reference.xml +3 -2
- data/lib/onoma/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 985e9076a6255645b9d380012d1c0b21e6d2416b
|
|
4
|
+
data.tar.gz: 45d3b83f1247d2c26d3d53dc4672be297cc8ef51
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ec65704d0654aa2806d18de2c2faaca52521b0fa706334d2dd6110ba77274614a5db7a86c28a86dd5b455aae7df61b61fdfad7e511517ced3386fb9e330f467a
|
|
7
|
+
data.tar.gz: b62669d6a519212db6c779a798d845d99b9e1e1459375481b48c3fba48949754016aa20919f503979f62ec07505ba5b1f7bf490342309bebb38ce8c796f6afb0
|
data/config/locales/eng.yml
CHANGED
|
@@ -4547,6 +4547,7 @@ eng:
|
|
|
4547
4547
|
algerian_vat_null: "Algerian VAT null"
|
|
4548
4548
|
algerian_vat_reduced: "Algerian VAT reduced"
|
|
4549
4549
|
algerian_vat_reduced_2017: "Algerian VAT reduced 2017"
|
|
4550
|
+
danemark_vat_normal: "Danemark VAT normal"
|
|
4550
4551
|
french_vat_eu: "France VAT EU"
|
|
4551
4552
|
french_vat_import_export: "France VAT import/export"
|
|
4552
4553
|
french_vat_intermediate_2012: "France VAT intermediate 2012"
|
|
@@ -6577,9 +6578,9 @@ eng:
|
|
|
6577
6578
|
raspberry: "Raspberry"
|
|
6578
6579
|
raw_matter: "Raw matter"
|
|
6579
6580
|
rhagoletis_completa: "Rhagoletis completa"
|
|
6580
|
-
rheum_rhaponticum: "Savage rhubarb"
|
|
6581
6581
|
rheum: "Rhubarb"
|
|
6582
6582
|
rheum_rhabarbarum: "Garden rhubarb"
|
|
6583
|
+
rheum_rhaponticum: "Savage rhubarb"
|
|
6583
6584
|
ribes: "Ribes"
|
|
6584
6585
|
ribes_nigrum: "Blackcurrant"
|
|
6585
6586
|
ribes_nigrum_andega: "Blackcurrant Andega"
|
|
@@ -7542,4 +7543,4 @@ eng:
|
|
|
7542
7543
|
wine_transformers: "Wine transformers"
|
|
7543
7544
|
name: "Working sets"
|
|
7544
7545
|
property_natures:
|
|
7545
|
-
expression: "Expression"
|
|
7546
|
+
expression: "Expression"
|
data/config/locales/fra.yml
CHANGED
|
@@ -4788,6 +4788,7 @@ fra:
|
|
|
4788
4788
|
algerian_vat_null: "TVA null Algérie"
|
|
4789
4789
|
algerian_vat_reduced: "TVA algérienne réduite"
|
|
4790
4790
|
algerian_vat_reduced_2017: "TVA algérienne réduite 2017"
|
|
4791
|
+
danemark_vat_normal: "TVA Danoise normale"
|
|
4791
4792
|
fr_vat_intermediate: "TVA française intermédiaire"
|
|
4792
4793
|
fr_vat_normal: "TVA française normale"
|
|
4793
4794
|
fr_vat_null: "TVA française nulle"
|
|
@@ -7751,4 +7752,4 @@ fra:
|
|
|
7751
7752
|
wine_transformers: "Produits œnologiques"
|
|
7752
7753
|
name: "Ensembles de produits"
|
|
7753
7754
|
property_natures:
|
|
7754
|
-
expression: "Expression"
|
|
7755
|
+
expression: "Expression"
|
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="20210728122411">
|
|
3
3
|
<nomenclature name="abilities" translateable="true">
|
|
4
4
|
<properties>
|
|
5
5
|
<property name="parameters" type="choice_list" choices="variety, issue_nature"/>
|
|
@@ -10082,6 +10082,7 @@
|
|
|
10082
10082
|
<item name="algerian_vat_null" country="dz" nature="null_vat" amount="0.0" started_on="1962-07-05"/>
|
|
10083
10083
|
<item name="algerian_vat_reduced" country="dz" nature="reduced_vat" amount="7.0" started_on="1962-07-05" stopped_on="2016-12-31"/>
|
|
10084
10084
|
<item name="algerian_vat_reduced_2017" country="dz" nature="reduced_vat" amount="9.0" started_on="2017-01-01"/>
|
|
10085
|
+
<item name="danemark_vat_normal" country="dk" nature="normal_vat" amount="25.0" started_on="1962-07-05"/>
|
|
10085
10086
|
<item name="french_vat_eu" country="fr" nature="eu_vat" started_on="1954-04-10" amount="0.0"/>
|
|
10086
10087
|
<item name="french_vat_import_export" country="fr" nature="import_export_vat" started_on="1954-04-10" amount="0.0"/>
|
|
10087
10088
|
<item name="french_vat_intermediate_2012" country="fr" nature="intermediate_vat" amount="7.0" started_on="2011-12-28" stopped_on="2011-12-31"/>
|
|
@@ -11435,9 +11436,9 @@
|
|
|
11435
11436
|
<item name="raspberry" parent="fruit" derivative_of="rubus"/>
|
|
11436
11437
|
<item name="raw_matter" parent="preparation"/>
|
|
11437
11438
|
<item name="rhagoletis_completa" parent="insecta"/>
|
|
11438
|
-
<item name="rheum_rhaponticum" parent="polygonaceae" itis_tsn="21319"/>
|
|
11439
11439
|
<item name="rheum" parent="polygonaceae"/>
|
|
11440
11440
|
<item name="rheum_rhabarbarum" parent="rheum"/>
|
|
11441
|
+
<item name="rheum_rhaponticum" parent="polygonaceae" itis_tsn="21319"/>
|
|
11441
11442
|
<item name="ribes" parent="grossulariaceae" itis_tsn="24448"/>
|
|
11442
11443
|
<item name="ribes_nigrum" parent="ribes" itis_tsn="24488"/>
|
|
11443
11444
|
<item name="ribes_rubrum" parent="ribes" itis_tsn="0"/>
|
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.6.
|
|
4
|
+
version: 0.6.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ekylibre developers
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-08-
|
|
11
|
+
date: 2021-08-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|