onoma 0.9.3 → 0.9.4

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: 1eb9b118c06546b9cf0aa58ed97d9f4817c2ca0f5963b33a193dad9bc094c3d0
4
- data.tar.gz: c2d65c48db40dacde4cbdcbb10c2db8d64627d14a3fcfe119d98cde994997c26
3
+ metadata.gz: e891c36d7204e660e046ca337a121718044ad6545bcb792f7ccdcd17c125b4f5
4
+ data.tar.gz: 43ec1297981396e2432ea91d0cae928963666a4972276b4c8a242cf79e188c32
5
5
  SHA512:
6
- metadata.gz: a968cb529e438eddb45aaeb0e18267a70cb3c803e8e875dfe092cb34ab8c112567d2a9cb5caa8a28bd49d7dc16f7d4e72374e71710d7c0405438f9cf3246f56b
7
- data.tar.gz: 5f26fe072e4c51abf68b8903e48a3ba6e9ea74eba113a17645161330e260c113dcf9640533d811c60a14b6bd99fd9339c7a9e04fd537e2faa46472bdcab114f5
6
+ metadata.gz: b566bf85debe5ab8770a2623fe68a82a2d2fdd702c23831043b52efd7c5765ae5a6ebb584cd165f1795b13337929d2d9fcf8155842a4d89df000a4f52023a3d9
7
+ data.tar.gz: 338b27c897470b1ce73003c743cbdd7819baf54f7d00d83da29c343dc370ca7b4827db1b8ac0efd20bd7754895a41ecfe5ab91c6d17d53bd2948fc8f6979c88b
@@ -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"
@@ -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="20240826141242">
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Onoma
4
- VERSION = '0.9.3'
4
+ VERSION = '0.9.4'
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.3
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: 2024-08-26 00:00:00.000000000 Z
11
+ date: 2025-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport