onoma 0.9.6 → 0.9.7
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 +1 -0
- data/config/locales/fra.yml +1 -0
- 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: 10353846fbddc4ebb7f466346f81e886dc567a8cb8af9ac41c61d7f1b3fefb67
|
4
|
+
data.tar.gz: 2abfbb0ac5b4af0d7c13ea31b745cb4efbad7cd74332ef03ee6b0d96adff9232
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76e967933092ef1531d3ad30545da3946b85056d4abcff8466a942a45e7b7212bfcc50e582f347b45c429720961954cc11072ea46f46be9f3e4b000bd2694899
|
7
|
+
data.tar.gz: 4d130b901ad28adb238b701d5c00c9879963efbb8886f2c135b512990526b80461768d76f94147229f84a2724493783e2e1f5bb5b4fda538b97eadf7fd8d7ab7
|
data/config/locales/eng.yml
CHANGED
@@ -4118,6 +4118,7 @@ eng:
|
|
4118
4118
|
associate_social_contribution: "Associate social contribution"
|
4119
4119
|
bale_collector: "Bale collector"
|
4120
4120
|
baler: "Baler"
|
4121
|
+
bamboo_seedling: "Bamboo seedling"
|
4121
4122
|
bank_service: "Bank service"
|
4122
4123
|
bean: "Bean"
|
4123
4124
|
bee_band: "Bee band"
|
data/config/locales/fra.yml
CHANGED
@@ -4334,6 +4334,7 @@ fra:
|
|
4334
4334
|
associate_social_contribution: "Charges de sécurité sociale et de prévoyance des exploitants"
|
4335
4335
|
bale_collector: "Groupeur de balles"
|
4336
4336
|
baler: "Botteleuse"
|
4337
|
+
bamboo_seedling: "Plant de bambou"
|
4337
4338
|
bank_service: "Service bancaire"
|
4338
4339
|
bean: "Haricot"
|
4339
4340
|
bee_band: "Colonie d’abeille"
|
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="20250522152901">
|
3
3
|
<nomenclature name="abilities" translateable="true">
|
4
4
|
<properties>
|
5
5
|
<property name="parameters" type="choice_list" choices="variety, issue_nature"/>
|
@@ -4209,6 +4209,7 @@
|
|
4209
4209
|
<item name="associate_social_contribution" category="associate_social_contribution" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4210
4210
|
<item name="bale_collector" category="equipment" variety="trailed_equipment" population_counting="unitary" variable_indicators="geolocation" abilities="catch(straw), store(straw)" nature="equipment"/>
|
4211
4211
|
<item name="baler" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="bunch" variable_indicators="application_width, geolocation" frozen_indicators="" nature="equipment"/>
|
4212
|
+
<item name="bamboo_seedling" category="plant" variety="seedling" derivative_of="phyllostachys" population_counting="integer" abilities="grow" frozen_indicators="net_mass, easement_area" nature="article"/>
|
4212
4213
|
<item name="bank_service" category="bank_service" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4213
4214
|
<item name="bean" category="vegetable" variety="vegetable" derivative_of="phaseolus_vulgaris" population_counting="decimal" abilities="feed(animal)" variable_indicators="" frozen_indicators="net_mass" nature="article"/>
|
4214
4215
|
<item name="bee_band" category="bee_band" variety="apis" population_counting="unitary" abilities="move, pollinate(plant), produce(honey)" variable_indicators="healthy" nature="animal"/>
|
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.7
|
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-05-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|