tmuxinator-bosh-console 0.1.0 → 0.1.1

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: 15fa36077830f75362da901aa1f672415eeedd27
4
- data.tar.gz: b41b6cb0ce373080c82577f5ccf91f54e7dee025
3
+ metadata.gz: 8d19b76f7dcb2ab0dbc377bfe7179dd8969def06
4
+ data.tar.gz: 1aec1d29474d075bb07d53c31f0fa5f627fb0874
5
5
  SHA512:
6
- metadata.gz: 8406f2000560552098ffcaa2d606f83c1e4c6c911800a8aefc4a4ca296fa0510a375bc378ae5f3faf0c5a2ffd5bc1bbf137e1be6ab8d1dbe1409d60a0370ed91
7
- data.tar.gz: cf0bd97cddbeea4e53f95d1b611ab708eb1c5483d200f1255a730c7e0f96bb56c3fb654dd7570cd82e352dc21cf67ab127a213beac43113935d0ef04bd7d62ff
6
+ metadata.gz: 83bee0d02d724ffca0ee6cc9920f399c83ede0323580688ad425559732c6abea5674dbbfe8b467abff1eb48d1d8a6a531d46862f3179c1783926ae51f69c45f2
7
+ data.tar.gz: 66467d3a9de6c360eda99b245d0e76d07e4e6360546a301674454e5c1f91149fc7a8ed870c1c8ed9ea7f2f4b9c602bd1d77eda1634c17fe2496ce2c9e231155b
data/.gitignore CHANGED
@@ -1,5 +1,5 @@
1
- /.envrc/
2
1
  /.bundle/
2
+ /.envrc/
3
3
  /Gemfile.lock
4
4
  /pkg/
5
5
  /spec/reports/
@@ -2,7 +2,7 @@
2
2
  module Tmuxinator
3
3
  module BOSH
4
4
  module Console
5
- VERSION = '0.1.0'
5
+ VERSION = '0.1.1'
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 = '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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steffen Uhlig
@@ -150,8 +150,9 @@ dependencies:
150
150
  - - ">="
151
151
  - !ruby/object:Gem::Version
152
152
  version: '0'
153
- description: Each instance (VM) will get its own tmux window with some panes, according
154
- to the provided template.
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.
155
156
  email:
156
157
  - Steffen.Uhlig@de.ibm.com
157
158
  executables:
@@ -165,7 +166,6 @@ files:
165
166
  - ".ruby-version"
166
167
  - ".travis.yml"
167
168
  - Gemfile
168
- - Gemfile.lock
169
169
  - Guardfile
170
170
  - LICENSE.txt
171
171
  - README.markdown
@@ -197,5 +197,7 @@ 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 deployment
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.
201
203
  test_files: []
data/Gemfile.lock DELETED
@@ -1,149 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- tmuxinator-bosh-console (0.1.0)
5
- bosh_cli
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- ast (2.3.0)
11
- aws-sdk-core (2.2.0)
12
- jmespath (~> 1.0)
13
- aws-sdk-resources (2.2.0)
14
- aws-sdk-core (= 2.2.0)
15
- blobstore_client (1.3262.0)
16
- aws-sdk-resources (= 2.2.0)
17
- bosh_common (~> 1.3262.0)
18
- httpclient (= 2.7.1)
19
- multi_json (~> 1.1)
20
- bosh-template (1.3262.0)
21
- semi_semantic (~> 1.2.0)
22
- bosh_cli (1.3262.0)
23
- blobstore_client (~> 1.3262.0)
24
- bosh-template (~> 1.3262.0)
25
- bosh_common (~> 1.3262.0)
26
- cf-uaa-lib (~> 3.2.1)
27
- highline (~> 1.6.2)
28
- httpclient (= 2.7.1)
29
- json_pure (~> 1.7)
30
- minitar (~> 0.5.4)
31
- net-scp (~> 1.1.0)
32
- net-ssh (= 2.9.2)
33
- net-ssh-gateway (~> 1.2.0)
34
- netaddr (~> 1.5.0)
35
- progressbar (~> 0.9.0)
36
- sshkey (~> 1.7.0)
37
- terminal-table (~> 1.4.3)
38
- bosh_common (1.3262.0)
39
- logging (~> 1.8.2)
40
- semi_semantic (~> 1.2.0)
41
- cf-uaa-lib (3.2.5)
42
- multi_json
43
- coderay (1.1.1)
44
- diff-lcs (1.2.5)
45
- ffi (1.9.14)
46
- formatador (0.2.5)
47
- guard (2.13.0)
48
- formatador (>= 0.2.4)
49
- listen (>= 2.7, <= 4.0)
50
- lumberjack (~> 1.0)
51
- nenv (~> 0.1)
52
- notiffany (~> 0.0)
53
- pry (>= 0.9.12)
54
- shellany (~> 0.0)
55
- thor (>= 0.18.1)
56
- guard-bundler (2.1.0)
57
- bundler (~> 1.0)
58
- guard (~> 2.2)
59
- guard-compat (~> 1.1)
60
- guard-compat (1.2.1)
61
- guard-rspec (4.5.0)
62
- guard (~> 2.1)
63
- guard-compat (~> 1.1)
64
- rspec (>= 2.99.0, < 4.0)
65
- highline (1.6.21)
66
- httpclient (2.7.1)
67
- jmespath (1.2.4)
68
- json_pure (>= 1.8.1)
69
- json_pure (1.8.3)
70
- listen (3.0.3)
71
- rb-fsevent (>= 0.9.3)
72
- rb-inotify (>= 0.9)
73
- little-plugger (1.1.4)
74
- logging (1.8.2)
75
- little-plugger (>= 1.1.3)
76
- multi_json (>= 1.8.4)
77
- lumberjack (1.0.9)
78
- method_source (0.8.2)
79
- minitar (0.5.4)
80
- multi_json (1.12.1)
81
- nenv (0.2.0)
82
- net-scp (1.1.2)
83
- net-ssh (>= 2.6.5)
84
- net-ssh (2.9.2)
85
- net-ssh-gateway (1.2.0)
86
- net-ssh (>= 2.6.5)
87
- netaddr (1.5.1)
88
- notiffany (0.0.7)
89
- nenv (~> 0.1)
90
- shellany (~> 0.0)
91
- parser (2.3.3.1)
92
- ast (~> 2.2)
93
- powerpack (0.1.1)
94
- progressbar (0.9.2)
95
- pry (0.10.4)
96
- coderay (~> 1.1.0)
97
- method_source (~> 0.8.1)
98
- slop (~> 3.4)
99
- rainbow (2.2.1)
100
- rake (12.0.0)
101
- rb-fsevent (0.9.8)
102
- rb-inotify (0.9.7)
103
- ffi (>= 0.5.0)
104
- rb-readline (0.5.3)
105
- rspec (3.5.0)
106
- rspec-core (~> 3.5.0)
107
- rspec-expectations (~> 3.5.0)
108
- rspec-mocks (~> 3.5.0)
109
- rspec-core (3.5.4)
110
- rspec-support (~> 3.5.0)
111
- rspec-expectations (3.5.0)
112
- diff-lcs (>= 1.2.0, < 2.0)
113
- rspec-support (~> 3.5.0)
114
- rspec-mocks (3.5.0)
115
- diff-lcs (>= 1.2.0, < 2.0)
116
- rspec-support (~> 3.5.0)
117
- rspec-support (3.5.0)
118
- rubocop (0.46.0)
119
- parser (>= 2.3.1.1, < 3.0)
120
- powerpack (~> 0.1)
121
- rainbow (>= 1.99.1, < 3.0)
122
- ruby-progressbar (~> 1.7)
123
- unicode-display_width (~> 1.0, >= 1.0.1)
124
- ruby-progressbar (1.8.1)
125
- semi_semantic (1.2.0)
126
- shellany (0.0.1)
127
- slop (3.6.0)
128
- sshkey (1.7.0)
129
- terminal-table (1.4.5)
130
- thor (0.19.1)
131
- unicode-display_width (1.1.2)
132
-
133
- PLATFORMS
134
- ruby
135
-
136
- DEPENDENCIES
137
- bundler
138
- guard
139
- guard-bundler
140
- guard-rspec
141
- pry
142
- rake
143
- rb-readline
144
- rspec
145
- rubocop
146
- tmuxinator-bosh-console!
147
-
148
- BUNDLED WITH
149
- 1.13.2