onoma 0.9.3 → 0.9.4
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 +2 -0
- data/config/locales/fra.yml +2 -0
- data/db/reference.xml +3 -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: e891c36d7204e660e046ca337a121718044ad6545bcb792f7ccdcd17c125b4f5
|
|
4
|
+
data.tar.gz: 43ec1297981396e2432ea91d0cae928963666a4972276b4c8a242cf79e188c32
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b566bf85debe5ab8770a2623fe68a82a2d2fdd702c23831043b52efd7c5765ae5a6ebb584cd165f1795b13337929d2d9fcf8155842a4d89df000a4f52023a3d9
|
|
7
|
+
data.tar.gz: 338b27c897470b1ce73003c743cbdd7819baf54f7d00d83da29c343dc370ca7b4827db1b8ac0efd20bd7754895a41ecfe5ab91c6d17d53bd2948fc8f6979c88b
|
data/config/locales/eng.yml
CHANGED
|
@@ -2073,6 +2073,7 @@ eng:
|
|
|
2073
2073
|
name: "Guide natures"
|
|
2074
2074
|
identifier_natures:
|
|
2075
2075
|
items:
|
|
2076
|
+
agromonitoring_api_key: "Agromonitoring api key"
|
|
2076
2077
|
cartodb_api_key: "Cartodb api key"
|
|
2077
2078
|
cartodb_login: "Cartodb login"
|
|
2078
2079
|
cartodb_subdomain: "Cartodb subdomain"
|
|
@@ -2640,6 +2641,7 @@ eng:
|
|
|
2640
2641
|
rest: "Rest"
|
|
2641
2642
|
soap: "Soap"
|
|
2642
2643
|
items:
|
|
2644
|
+
agromonitoring: "Agromonitoring"
|
|
2643
2645
|
cartodb: "CartoDB"
|
|
2644
2646
|
charentes_alliance_extranet: "Extranet Charentes Alliance"
|
|
2645
2647
|
est_elevage: "Est Élevage"
|
data/config/locales/fra.yml
CHANGED
|
@@ -2270,6 +2270,7 @@ fra:
|
|
|
2270
2270
|
name: "Types de guides"
|
|
2271
2271
|
identifier_natures:
|
|
2272
2272
|
items:
|
|
2273
|
+
agromonitoring_api_key: "Clef API Agromonitoring"
|
|
2273
2274
|
cartodb_api_key: "Clé API CartoDB"
|
|
2274
2275
|
cartodb_login: "Login CartoDB"
|
|
2275
2276
|
cartodb_subdomain: "Sous-domaine CartoDB"
|
|
@@ -2838,6 +2839,7 @@ fra:
|
|
|
2838
2839
|
rest: "REST"
|
|
2839
2840
|
soap: "SOAP"
|
|
2840
2841
|
items:
|
|
2842
|
+
agromonitoring: "Agromonitoring"
|
|
2841
2843
|
cartodb: "CartoDB"
|
|
2842
2844
|
charentes_alliance_extranet: "Extranet Charentes Alliance"
|
|
2843
2845
|
est_elevage: "Est Élevage"
|
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="20250220100001">
|
|
3
3
|
<nomenclature name="abilities" translateable="true">
|
|
4
4
|
<properties>
|
|
5
5
|
<property name="parameters" type="choice_list" choices="variety, issue_nature"/>
|
|
@@ -2261,6 +2261,7 @@
|
|
|
2261
2261
|
<property name="password" type="boolean"/>
|
|
2262
2262
|
</properties>
|
|
2263
2263
|
<items>
|
|
2264
|
+
<item name="agromonitoring_api_key"/>
|
|
2264
2265
|
<item name="cartodb_api_key"/>
|
|
2265
2266
|
<item name="cartodb_login"/>
|
|
2266
2267
|
<item name="cartodb_subdomain"/>
|
|
@@ -2805,6 +2806,7 @@
|
|
|
2805
2806
|
<property name="url" type="string"/>
|
|
2806
2807
|
</properties>
|
|
2807
2808
|
<items>
|
|
2809
|
+
<item name="agromonitoring" nature="plant_farming" url="https://agromonitoring.com/" approach="rest" identifiers="agromonitoring_api_key"/>
|
|
2808
2810
|
<item name="cartodb" nature="administering" url="https://cartodb.com" approach="human" identifiers="cartodb_login, password"/>
|
|
2809
2811
|
<item name="charentes_alliance_extranet" nature="administering" url="http://www.charentes-alliance.fr/HP/HomePage.aspx" approach="human" identifiers="charentes_alliance_extranet_username, password"/>
|
|
2810
2812
|
<item name="est_elevage" nature="animal_farming" url="http://www.estelevage.com/" approach="human" identifiers="synel_username, password"/>
|
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.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ekylibre developers
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2025-02-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|