Dendreo 1.0.2 → 1.0.3
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/Dendreo-1.0.2.gem +0 -0
- data/README.md +0 -3
- data/lib/dendreo/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b5625570810646ae1c6cc4ced83e86bd401aec0d
|
|
4
|
+
data.tar.gz: dcf39ef48e53c1e945bc3b6c1675bb9b56b9b4b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a2648c801088642c4efd3eb4850010912a7a9dfdbbccbe08182c0794285906d9e227fba7388beadc4c0a026851c19b0210a35a0ad207e5d7e3358326875f4f5a
|
|
7
|
+
data.tar.gz: df1b4cb0f1a8ee228a611bd70df9447b39aa2fdf20d1020076fba5fd12ff76474b3e9747f84023e5ab3f84e133f1705f2cb027912740b5291db5c7368234e999
|
data/Dendreo-1.0.2.gem
ADDED
|
Binary file
|
data/README.md
CHANGED
|
@@ -82,9 +82,6 @@ Ajouter ou modifier un participant.
|
|
|
82
82
|
|
|
83
83
|
Attention, pour modifier un participant déjà existant, il vous suffit de remplacer "id_participant" par "id" tout court et d'ajouter un "id_add" qui contiendra un id d'administrateur.
|
|
84
84
|
|
|
85
|
-
Je porte votre attention sur le fait que si vous modifiez un utilisateur il faudra re-rentrer la totalité des données, même si elles étaient déjà existantes auparavant, sinon il ne les gardera pas. Vous pouvez donc utiliser la méthode get avec l'id en question pour récupérer les informations avant de faire vôtre modification.
|
|
86
|
-
|
|
87
|
-
L'API est faite comme cela. Ceci n'est pas encore spécifié dans la documentation.
|
|
88
85
|
Faites appel au support dendreo pour plus d'informations, ils sont très réactifs equipe@dendreo.com .
|
|
89
86
|
|
|
90
87
|
```ruby
|
data/lib/dendreo/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: Dendreo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ronan louarn
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-01-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -78,6 +78,7 @@ files:
|
|
|
78
78
|
- ".travis.yml"
|
|
79
79
|
- Dendreo-1.0.0.gem
|
|
80
80
|
- Dendreo-1.0.1.gem
|
|
81
|
+
- Dendreo-1.0.2.gem
|
|
81
82
|
- Gemfile
|
|
82
83
|
- LICENSE.txt
|
|
83
84
|
- README.md
|