swarm_cluster_cli_ope 0.1.3 → 0.1.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/Gemfile.lock +1 -1
- data/lib/swarm_cluster_cli_ope/version.rb +1 -1
- data/swarm_cluster_cli_ope.gemspec +3 -3
- metadata +5 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5b94cc1986544ce1c00945bf883df5c9e4003509e2a55eabd8dfcb30eece8f9a
|
|
4
|
+
data.tar.gz: 2bc401e45d21d81433fa837f8e647e847b395f0f1c725f98685931d25c76ac53
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: df6e5910223f8aaf1b8dac1d7d8ef253e5f87e3fa51fb0240efb9c6f50ab9f586373ad2fc569bb3306603b8ca680bf7543557cf33bba08d5193566f0ba9f2479
|
|
7
|
+
data.tar.gz: dd52d60b709b2b5f196f80825f6857940c35cfe76bde1bc964d45b77df876cd683a94261fa34ce83bdd3dc2949af28ca25903e80bedfed367979592c10395955
|
data/Gemfile.lock
CHANGED
|
@@ -10,15 +10,15 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.description = "Gestione di varie operazioni come sincronia con le cartelle bindate dei container (rsync) up o
|
|
11
11
|
down e possibilità di scaricare/caricare i file direttamente all'interno del cluster, in
|
|
12
12
|
modo facilitato"
|
|
13
|
-
spec.homepage = "https://
|
|
13
|
+
spec.homepage = "https://github.com/ArchimediaZerogroup/swarm_cluster_cli_ope"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
|
|
16
16
|
|
|
17
17
|
spec.metadata["allowed_push_host"] = 'https://rubygems.org/'
|
|
18
18
|
|
|
19
19
|
spec.metadata["homepage_uri"] = spec.homepage
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
spec.metadata["source_code_uri"] = "https://github.com/ArchimediaZerogroup/swarm_cluster_cli_ope"
|
|
21
|
+
spec.metadata["changelog_uri"] = "https://github.com/ArchimediaZerogroup/swarm_cluster_cli_ope/blob/master/CHANGELOG.md"
|
|
22
22
|
|
|
23
23
|
# Specify which files should be added to the gem when it is released.
|
|
24
24
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: swarm_cluster_cli_ope
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marino Bonetti
|
|
@@ -110,12 +110,14 @@ files:
|
|
|
110
110
|
- lib/swarm_cluster_cli_ope/version.rb
|
|
111
111
|
- lib/swarm_cluster_cli_ope/worker.rb
|
|
112
112
|
- swarm_cluster_cli_ope.gemspec
|
|
113
|
-
homepage: https://
|
|
113
|
+
homepage: https://github.com/ArchimediaZerogroup/swarm_cluster_cli_ope
|
|
114
114
|
licenses:
|
|
115
115
|
- MIT
|
|
116
116
|
metadata:
|
|
117
117
|
allowed_push_host: https://rubygems.org/
|
|
118
|
-
homepage_uri: https://
|
|
118
|
+
homepage_uri: https://github.com/ArchimediaZerogroup/swarm_cluster_cli_ope
|
|
119
|
+
source_code_uri: https://github.com/ArchimediaZerogroup/swarm_cluster_cli_ope
|
|
120
|
+
changelog_uri: https://github.com/ArchimediaZerogroup/swarm_cluster_cli_ope/blob/master/CHANGELOG.md
|
|
119
121
|
post_install_message:
|
|
120
122
|
rdoc_options: []
|
|
121
123
|
require_paths:
|