onoma 0.9.2 → 0.9.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 349827e1aea064c3c0367bef1f5bbeb4408c5f41177a9e49474ac54771dcfbed
4
- data.tar.gz: 55733db08d33e98bbf5a19fb5259a10e9edef44e1a2be2d5ee3f8e2332f47d75
3
+ metadata.gz: 1eb9b118c06546b9cf0aa58ed97d9f4817c2ca0f5963b33a193dad9bc094c3d0
4
+ data.tar.gz: c2d65c48db40dacde4cbdcbb10c2db8d64627d14a3fcfe119d98cde994997c26
5
5
  SHA512:
6
- metadata.gz: 64e1b86180879210c1c78c0902bced02a97af052dd4bcddedc85fb05089e833d7ccca3fa5fd3960cf6f3341b0273234beeca9da1519f8810ae059e4cfcc259c6
7
- data.tar.gz: 96dc3d1b03c30434cc4a8b7f95612cd1a4b49956392f8f79bdc4d76ea237386f331ebca4d233a387bc491b14df563375e9ac4ab16a9032f461c72e74690c036d
6
+ metadata.gz: a968cb529e438eddb45aaeb0e18267a70cb3c803e8e875dfe092cb34ab8c112567d2a9cb5caa8a28bd49d7dc16f7d4e72374e71710d7c0405438f9cf3246f56b
7
+ data.tar.gz: 5f26fe072e4c51abf68b8903e48a3ba6e9ea74eba113a17645161330e260c113dcf9640533d811c60a14b6bd99fd9339c7a9e04fd537e2faa46472bdcab114f5
@@ -5826,6 +5826,10 @@ eng:
5826
5826
  phasianus_colchicus: "Common pheasant"
5827
5827
  philadelphus: "Philadelphus"
5828
5828
  phleum: "Phleum"
5829
+ phyllostachys: "Phyllostachys"
5830
+ phyllostachys_aurea: "phyllostachys aurea"
5831
+ phyllostachys_aureosulcata: "phyllostachys aureosulcata"
5832
+ phyllostachys_bissetii: "phyllostachys bissetii"
5829
5833
  phytoptus_avellanae: "Phytoptus avellanae"
5830
5834
  pimpinella: "Pimpinella"
5831
5835
  pimpinella_anisum: "Pimpinella anisum"
@@ -6082,8 +6086,8 @@ eng:
6082
6086
  uncinula: "Uncinula"
6083
6087
  uncinula_necator: "Uncinula necator"
6084
6088
  urtica: "Nettle"
6085
- urticaceae: "Urticaceae"
6086
6089
  urtica_dioica: "Urtica dioica"
6090
+ urticaceae: "Urticaceae"
6087
6091
  vaccinium: "Vaccinium"
6088
6092
  valeriana: "Valeriana"
6089
6093
  valerianaceae: "Valerianaceae"
@@ -6083,6 +6083,10 @@ fra:
6083
6083
  phasianus_colchicus: "Faisan commun"
6084
6084
  philadelphus: "Philadelphus"
6085
6085
  phleum: "Fléole"
6086
+ phyllostachys: "Bambou"
6087
+ phyllostachys_aurea: "Bambou (phyllostachys aurea)"
6088
+ phyllostachys_aureosulcata: "Bambou (phyllostachys aureosulcata)"
6089
+ phyllostachys_bissetii: "Bambou (phyllostachys bissetii)"
6086
6090
  phytoptus_avellanae: "Phytoptus avellanae"
6087
6091
  pimpinella: "Pimpinella"
6088
6092
  pimpinella_anisum: "Pimpinella anisum"
@@ -6339,8 +6343,8 @@ fra:
6339
6343
  uncinula: "Uncinula"
6340
6344
  uncinula_necator: "Uncinula necator"
6341
6345
  urtica: "Ortie"
6342
- urticaceae: "Urticaceae"
6343
6346
  urtica_dioica: "Grande Ortie"
6347
+ urticaceae: "Urticaceae"
6344
6348
  vaccinium: "Airelle"
6345
6349
  valeriana: "Valériane"
6346
6350
  valerianaceae: "Valérianacée"
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="20240702141242">
2
+ <nomenclatures xmlns="http://www.ekylibre.org/XML/2013/nomenclatures" version="20240826141242">
3
3
  <nomenclature name="abilities" translateable="true">
4
4
  <properties>
5
5
  <property name="parameters" type="choice_list" choices="variety, issue_nature"/>
@@ -11565,6 +11565,10 @@
11565
11565
  <item name="phasianus_colchicus" parent="phasianus" itis_tsn="175905"/>
11566
11566
  <item name="philadelphus" parent="hydrangeaceae" itis_tsn="24418"/>
11567
11567
  <item name="phleum" parent="poaceae" itis_tsn="41061"/>
11568
+ <item name="phyllostachys" parent="poaceae"/>
11569
+ <item name="phyllostachys_aurea" parent="phyllostachys"/>
11570
+ <item name="phyllostachys_aureosulcata" parent="phyllostachys"/>
11571
+ <item name="phyllostachys_bissetii" parent="phyllostachys"/>
11568
11572
  <item name="phytoptus_avellanae" parent="insecta"/>
11569
11573
  <item name="pimpinella" parent="apiaceae" itis_tsn="29821"/>
11570
11574
  <item name="pimpinella_anisum" parent="pimpinella" itis_tsn="29822"/>
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.2'
4
+ VERSION = '0.9.3'
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.2
4
+ version: 0.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ekylibre developers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-02 00:00:00.000000000 Z
11
+ date: 2024-08-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport