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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8d19b76f7dcb2ab0dbc377bfe7179dd8969def06
4
- data.tar.gz: 1aec1d29474d075bb07d53c31f0fa5f627fb0874
3
+ metadata.gz: 14eed60a8d5f5730573ed80b7f0c70a0b3555c7e
4
+ data.tar.gz: ed04ea2e7abbf98ca70309bfaff1ce1739125c01
5
5
  SHA512:
6
- metadata.gz: 83bee0d02d724ffca0ee6cc9920f399c83ede0323580688ad425559732c6abea5674dbbfe8b467abff1eb48d1d8a6a531d46862f3179c1783926ae51f69c45f2
7
- data.tar.gz: 66467d3a9de6c360eda99b245d0e76d07e4e6360546a301674454e5c1f91149fc7a8ed870c1c8ed9ea7f2f4b9c602bd1d77eda1634c17fe2496ce2c9e231155b
6
+ metadata.gz: 463bb54e64330176ea54ced4a0807b20a4db642e4fe8e886af843baf82cb2708965bead388dd348329bcc96100f401a2f3df1ec2201ba2b15e253121c6cc7cdf
7
+ data.tar.gz: 9ceb70015dec5a873b7c4cf3b2f8c0e127d81fd0e7d24c2409610ff81aea17d82eed7feb9096795f5915b2466dd08e5804229a9af668c497e566dfd81a302b67
@@ -2,7 +2,7 @@
2
2
  module Tmuxinator
3
3
  module BOSH
4
4
  module Console
5
- VERSION = '0.1.1'
5
+ VERSION = '0.1.2'
6
6
  end
7
7
  end
8
8
  end
@@ -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 << 'Each instance (VM) will get its own tmux window with some panes, according to the provided template.'
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.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 deploymentEach
154
- instance (VM) will get its own tmux window with some panes, according to the provided
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 deploymentEach
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: []