onoma 0.8.1 → 0.8.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 +5 -5
- data/config/locales/eng.yml +1 -0
- data/config/locales/fra.yml +1 -0
- data/db/reference.xml +2 -1
- data/lib/onoma/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: c96d95f1db7adabc563cbde0eea01989e9412b82d9d839e5ba03888c6195966f
|
|
4
|
+
data.tar.gz: 13979413ece73ecc8a89a242fc86f3cee50db574366fd7f3f950a2902387fc30
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7ccd446988f5855a27f1f28e4ddffdf5f9baec7e6376bbb354d9b206f4300ef9753780166124ee2229f5567f2bb28e1e1c65e6ab23667fa9b62f7e2e05d66be1
|
|
7
|
+
data.tar.gz: 9a0eb46edeca459558c148f5a45c91d712e7dfe618f29a0ef79ee663f07d4d9318b9248aeb0417d7088520e98ca4c9598b656b1ccdb1483ac217da4dfe101a2a
|
data/config/locales/eng.yml
CHANGED
|
@@ -1947,6 +1947,7 @@ eng:
|
|
|
1947
1947
|
phytosanitary_applicator_sheet: "Applicator sheet"
|
|
1948
1948
|
phytosanitary_certification: "Phytosanitary certification"
|
|
1949
1949
|
phytosanitary_register: "Phytosanitary register"
|
|
1950
|
+
planned_budget_sheet: "Planned budget sheet"
|
|
1950
1951
|
prescription: "Prescription"
|
|
1951
1952
|
products_sheet: "Products sheet"
|
|
1952
1953
|
provisional_manure_management_plan: "Provisional manure management plan"
|
data/config/locales/fra.yml
CHANGED
|
@@ -2021,6 +2021,7 @@ fra:
|
|
|
2021
2021
|
phytosanitary_applicator_sheet: "Fiche applicateur"
|
|
2022
2022
|
phytosanitary_certification: "Certi-Phyto"
|
|
2023
2023
|
phytosanitary_register: "Registre phytosanitaire"
|
|
2024
|
+
planned_budget_sheet: "Budget prévisionnel"
|
|
2024
2025
|
prescription: "Prescription vétérinaire"
|
|
2025
2026
|
products_sheet: "Fiche des produits"
|
|
2026
2027
|
provisional_manure_management_plan: "Plan prévisionnel de fumure (PPF)"
|
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="20220809095601">
|
|
3
3
|
<nomenclature name="abilities" translateable="true">
|
|
4
4
|
<properties>
|
|
5
5
|
<property name="parameters" type="choice_list" choices="variety, issue_nature"/>
|
|
@@ -2016,6 +2016,7 @@
|
|
|
2016
2016
|
<item name="phytosanitary_applicator_sheet" category="management"/>
|
|
2017
2017
|
<item name="phytosanitary_certification" category="land_parcel_management"/>
|
|
2018
2018
|
<item name="phytosanitary_register" category="land_parcel_management"/>
|
|
2019
|
+
<item name="planned_budget_sheet" category="management"/>
|
|
2019
2020
|
<item name="prescription" category="health"/>
|
|
2020
2021
|
<item name="products_sheet" category="management"/>
|
|
2021
2022
|
<item name="provisional_manure_management_plan" category="land_parcel_management"/>
|
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.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: 2022-
|
|
11
|
+
date: 2022-08-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -247,8 +247,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
247
247
|
- !ruby/object:Gem::Version
|
|
248
248
|
version: '0'
|
|
249
249
|
requirements: []
|
|
250
|
-
|
|
251
|
-
rubygems_version: 2.6.14.1
|
|
250
|
+
rubygems_version: 3.0.3
|
|
252
251
|
signing_key:
|
|
253
252
|
specification_version: 4
|
|
254
253
|
summary: Provides open nomenclature data in a gem
|