agave-client 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/README.md +2 -2
- data/agave-client.gemspec +4 -2
- data/lib/agave/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 2d14ad5280f3dcc5f3824641897a468e63835370
|
4
|
+
data.tar.gz: 040d48c22aa2aef9c15a1bcf4104098d32e24383
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c50a781a2bfae62cebad6b5238f7afa6ea92503ef2efaa57ee423505a93eda118312ca0b44e1df876ac677ea128a6652fc44f31bff0d6c0f27d73b6a13b41a95
|
7
|
+
data.tar.gz: e6d23b66b688301f6b43b3394c76c02cd1e90b312385b22acb22b1f5a392c48903c20be994d3e81999f56206592fbb6e8d5652264d1313f045b16141d009d3cc
|
data/README.md
CHANGED
@@ -5,8 +5,8 @@
|
|
5
5
|
| Gem name | agave-client |
|
6
6
|
| License | [BSD 3](https://github.com/cantierecreativo/ruby-agave-client/blob/master/LICENSE) |
|
7
7
|
| Version | [![Gem Version](https://badge.fury.io/rb/agave-client.svg)](https://badge.fury.io/rb/agave-client) |
|
8
|
-
| Continuous integration | [![Build Status](https://secure.travis-ci.org/
|
9
|
-
| Test coverate | [![Coverage Status](https://coveralls.io/repos/github/
|
8
|
+
| Continuous integration | [![Build Status](https://secure.travis-ci.org/italia/ruby-agave-client.svg?branch=master)](https://travis-ci.org/italia/ruby-agave-client) |
|
9
|
+
| Test coverate | [![Coverage Status](https://coveralls.io/repos/github/italia/ruby-agave-client/badge.svg?branch=master)](https://coveralls.io/github/italia/ruby-agave-client?branch=master) |
|
10
10
|
| Credits | [Contributors](https://github.com/cantierecreativo/ruby-agave-client/graphs/contributors) |
|
11
11
|
|
12
12
|
CLI tool for AgaveCMS (https://github.com/cantierecreativo/agavecms).
|
data/agave-client.gemspec
CHANGED
@@ -14,7 +14,8 @@ Gem::Specification.new do |spec|
|
|
14
14
|
'Domenico Garofoli',
|
15
15
|
'Damiano Giacomello',
|
16
16
|
'Silvio Relli',
|
17
|
-
'Lorenzo Ponticelli'
|
17
|
+
'Lorenzo Ponticelli',
|
18
|
+
'Matteo Manzo'
|
18
19
|
]
|
19
20
|
spec.email = [
|
20
21
|
's.verna@cantierecreativo.net',
|
@@ -22,7 +23,8 @@ Gem::Specification.new do |spec|
|
|
22
23
|
'd.garofoli@cantierecreativo.net',
|
23
24
|
'd.giacomello@cantierecreativo.net',
|
24
25
|
's.relli@cantierecreativo.net',
|
25
|
-
'l.ponticelli@cantierecreativo.net'
|
26
|
+
'l.ponticelli@cantierecreativo.net',
|
27
|
+
'm.manzo@cantierecreativo.net'
|
26
28
|
]
|
27
29
|
|
28
30
|
spec.summary = 'Ruby client per AgaveCMS API'
|
data/lib/agave/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: agave-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stefano Verna
|
@@ -10,10 +10,11 @@ authors:
|
|
10
10
|
- Damiano Giacomello
|
11
11
|
- Silvio Relli
|
12
12
|
- Lorenzo Ponticelli
|
13
|
+
- Matteo Manzo
|
13
14
|
autorequire:
|
14
15
|
bindir: exe
|
15
16
|
cert_chain: []
|
16
|
-
date: 2018-09-
|
17
|
+
date: 2018-09-17 00:00:00.000000000 Z
|
17
18
|
dependencies:
|
18
19
|
- !ruby/object:Gem::Dependency
|
19
20
|
name: bundler
|
@@ -359,6 +360,7 @@ email:
|
|
359
360
|
- d.giacomello@cantierecreativo.net
|
360
361
|
- s.relli@cantierecreativo.net
|
361
362
|
- l.ponticelli@cantierecreativo.net
|
363
|
+
- m.manzo@cantierecreativo.net
|
362
364
|
executables:
|
363
365
|
- agave
|
364
366
|
extensions: []
|
@@ -467,7 +469,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
467
469
|
version: '0'
|
468
470
|
requirements: []
|
469
471
|
rubyforge_project:
|
470
|
-
rubygems_version: 2.
|
472
|
+
rubygems_version: 2.6.11
|
471
473
|
signing_key:
|
472
474
|
specification_version: 4
|
473
475
|
summary: Ruby client per AgaveCMS API
|