tmuxinator-bosh-console 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 +4 -4
- data/lib/tmuxinator/bosh/console/version.rb +1 -1
- data/tmuxinator-bosh-console.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a2e1fe18712e9dea2cdeb85656dc8832fc7bf214
|
4
|
+
data.tar.gz: d7c4d46b8244541f0fbcc800a5e1560ea5589644
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7dadc7fce7daf4490f68761bb207fb3148d701d08e3609a0ec7aa900501b68d580544f134018ccc46054e53f2f222043ddffa9f75e1973c002f8bb893486a356
|
7
|
+
data.tar.gz: 183f8d6ab4cab8e9066eae557acd9f98a5907ee589fa88ce956befe32fd13d64cc5f150d2e2b3ff1932d0648e47786f409bca1258dcbfbb0f45792e9210c3cdf
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.version = Tmuxinator::BOSH::Console::VERSION
|
10
10
|
spec.authors = ['Steffen Uhlig']
|
11
11
|
spec.email = ['Steffen.Uhlig@de.ibm.com']
|
12
|
-
|
12
|
+
spec.homepage = 'https://github.com/suhlig/bosh-tmux-console'
|
13
13
|
spec.summary = 'Generates the tmuxinator configuration for all VMs of a BOSH deployment'
|
14
14
|
spec.description = "#{spec.summary}. Each instance (VM) will get its own tmux window with some panes, according to the provided template."
|
15
15
|
spec.license = 'MIT'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tmuxinator-bosh-console
|
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
|
- Steffen Uhlig
|
@@ -174,7 +174,7 @@ files:
|
|
174
174
|
- lib/tmuxinator/bosh/console/version.rb
|
175
175
|
- templates/bosh-console.yml
|
176
176
|
- tmuxinator-bosh-console.gemspec
|
177
|
-
homepage:
|
177
|
+
homepage: https://github.com/suhlig/bosh-tmux-console
|
178
178
|
licenses:
|
179
179
|
- MIT
|
180
180
|
metadata: {}
|