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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 691d93da460e02f00240592e7f868c5714aadca65592a76df9b2bce1f9b3ed01
4
- data.tar.gz: e5dfafcbd87361ea74940dbe9cc47668759c95638bf856ed832886f119f2bd8b
3
+ metadata.gz: 10353846fbddc4ebb7f466346f81e886dc567a8cb8af9ac41c61d7f1b3fefb67
4
+ data.tar.gz: 2abfbb0ac5b4af0d7c13ea31b745cb4efbad7cd74332ef03ee6b0d96adff9232
5
5
  SHA512:
6
- metadata.gz: 292f2e824c0d6236a3c9be3631a833fd2d1d727f2cd9e0cc23cee4a86c158573705ca9aca70a3b929fa9809eb7b7c1fb8e292274050b2057ae3d0a7154adb3e5
7
- data.tar.gz: 68ccd4d07b9c14cfbdf8f0f68168e6dd6fd080f3f90450be80c84da40f6f84aaf9017e81d46068802ee573edfbfa5bf02ac10a7b0bfdab65d48447c1bc1f61ed
6
+ metadata.gz: 76e967933092ef1531d3ad30545da3946b85056d4abcff8466a942a45e7b7212bfcc50e582f347b45c429720961954cc11072ea46f46be9f3e4b000bd2694899
7
+ data.tar.gz: 4d130b901ad28adb238b701d5c00c9879963efbb8886f2c135b512990526b80461768d76f94147229f84a2724493783e2e1f5bb5b4fda538b97eadf7fd8d7ab7
@@ -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"
@@ -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="20250405145401">
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Onoma
4
- VERSION = '0.9.6'
4
+ VERSION = '0.9.7'
5
5
  end
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.6
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-04-05 00:00:00.000000000 Z
11
+ date: 2025-05-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport