swarm_cluster_cli_ope 0.1.3 → 0.1.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: b8fee145923cdf0f180c7404c176821cfbb09ac431e1a91639f9fecc618fe324
4
- data.tar.gz: d97c1c9cbe65e2357e41a41dab273eb6408b2af9df22f8b1fc0ce5fcee9d1f3d
3
+ metadata.gz: 5b94cc1986544ce1c00945bf883df5c9e4003509e2a55eabd8dfcb30eece8f9a
4
+ data.tar.gz: 2bc401e45d21d81433fa837f8e647e847b395f0f1c725f98685931d25c76ac53
5
5
  SHA512:
6
- metadata.gz: 0c3c0e3644a37319ce6661f39359e7de66ea94055a21816550f3c66d8446de25ffe854e80324bc373f68870415e7faf3d882a9b1c095099b589b92b81865c11e
7
- data.tar.gz: 8a900ec0601caeb34e6f4a4350767e2850724af3ef6bb97fe2e38f34792c287cff3020194a7df4a6a4b0e95c564032f5228148a6b5c55e1064b65b6d36f0fa56
6
+ metadata.gz: df6e5910223f8aaf1b8dac1d7d8ef253e5f87e3fa51fb0240efb9c6f50ab9f586373ad2fc569bb3306603b8ca680bf7543557cf33bba08d5193566f0ba9f2479
7
+ data.tar.gz: dd52d60b709b2b5f196f80825f6857940c35cfe76bde1bc964d45b77df876cd683a94261fa34ce83bdd3dc2949af28ca25903e80bedfed367979592c10395955
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- swarm_cluster_cli_ope (0.1.3)
4
+ swarm_cluster_cli_ope (0.1.4)
5
5
  activesupport
6
6
  open4
7
7
  thor (~> 1.0)
@@ -1,3 +1,3 @@
1
1
  module SwarmClusterCliOpe
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
@@ -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://gitlab.archimedianet.it/sistemi/swarm_cluster_cli_ope"
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
- # spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
21
- # spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
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.3
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://gitlab.archimedianet.it/sistemi/swarm_cluster_cli_ope
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://gitlab.archimedianet.it/sistemi/swarm_cluster_cli_ope
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: