tmuxinator-bosh-console 0.1.1 → 0.1.2
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/lib/tmuxinator/bosh/console/version.rb +1 -1
- data/tmuxinator-bosh-console.gemspec +1 -1
- metadata +5 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 14eed60a8d5f5730573ed80b7f0c70a0b3555c7e
|
|
4
|
+
data.tar.gz: ed04ea2e7abbf98ca70309bfaff1ce1739125c01
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 463bb54e64330176ea54ced4a0807b20a4db642e4fe8e886af843baf82cb2708965bead388dd348329bcc96100f401a2f3df1ec2201ba2b15e253121c6cc7cdf
|
|
7
|
+
data.tar.gz: 9ceb70015dec5a873b7c4cf3b2f8c0e127d81fd0e7d24c2409610ff81aea17d82eed7feb9096795f5915b2466dd08e5804229a9af668c497e566dfd81a302b67
|
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
spec.email = ['Steffen.Uhlig@de.ibm.com']
|
|
12
12
|
|
|
13
13
|
spec.summary = 'Generates the tmuxinator configuration for all VMs of a BOSH deployment'
|
|
14
|
-
spec.description = spec.summary
|
|
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'
|
|
16
16
|
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
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.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Steffen Uhlig
|
|
@@ -150,9 +150,9 @@ dependencies:
|
|
|
150
150
|
- - ">="
|
|
151
151
|
- !ruby/object:Gem::Version
|
|
152
152
|
version: '0'
|
|
153
|
-
description: Generates the tmuxinator configuration for all VMs of a BOSH
|
|
154
|
-
instance (VM) will get its own tmux window with some panes, according to the
|
|
155
|
-
template.
|
|
153
|
+
description: Generates the tmuxinator configuration for all VMs of a BOSH deployment.
|
|
154
|
+
Each instance (VM) will get its own tmux window with some panes, according to the
|
|
155
|
+
provided template.
|
|
156
156
|
email:
|
|
157
157
|
- Steffen.Uhlig@de.ibm.com
|
|
158
158
|
executables:
|
|
@@ -197,7 +197,5 @@ rubyforge_project:
|
|
|
197
197
|
rubygems_version: 2.5.1
|
|
198
198
|
signing_key:
|
|
199
199
|
specification_version: 4
|
|
200
|
-
summary: Generates the tmuxinator configuration for all VMs of a BOSH
|
|
201
|
-
instance (VM) will get its own tmux window with some panes, according to the provided
|
|
202
|
-
template.
|
|
200
|
+
summary: Generates the tmuxinator configuration for all VMs of a BOSH deployment
|
|
203
201
|
test_files: []
|