onoma 0.9.5 → 0.9.6
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 +2 -1
- data/lib/onoma/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 691d93da460e02f00240592e7f868c5714aadca65592a76df9b2bce1f9b3ed01
|
4
|
+
data.tar.gz: e5dfafcbd87361ea74940dbe9cc47668759c95638bf856ed832886f119f2bd8b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 292f2e824c0d6236a3c9be3631a833fd2d1d727f2cd9e0cc23cee4a86c158573705ca9aca70a3b929fa9809eb7b7c1fb8e292274050b2057ae3d0a7154adb3e5
|
7
|
+
data.tar.gz: 68ccd4d07b9c14cfbdf8f0f68168e6dd6fd080f3f90450be80c84da40f6f84aaf9017e81d46068802ee573edfbfa5bf02ac10a7b0bfdab65d48447c1bc1f61ed
|
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="20250405145401">
|
3
3
|
<nomenclature name="abilities" translateable="true">
|
4
4
|
<properties>
|
5
5
|
<property name="parameters" type="choice_list" choices="variety, issue_nature"/>
|
@@ -716,6 +716,7 @@
|
|
716
716
|
<item name="administering" nature="auxiliary"/>
|
717
717
|
<item name="animal_farming" support_variety="animal_group" cultivation_variety="animal"/>
|
718
718
|
<item name="plant_farming" support_variety="land_parcel" cultivation_variety="plant"/>
|
719
|
+
<item name="plant_nursery"/>
|
719
720
|
<item name="processing"/>
|
720
721
|
<item name="service_delivering"/>
|
721
722
|
<item name="tool_maintaining" nature="auxiliary" cultivation_variety="equipment" support_variety="equipment_fleet"/>
|
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.9.
|
4
|
+
version: 0.9.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ekylibre developers
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-04-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|