tmuxinator-bosh-console 0.1.2 → 0.1.3

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: 14eed60a8d5f5730573ed80b7f0c70a0b3555c7e
4
- data.tar.gz: ed04ea2e7abbf98ca70309bfaff1ce1739125c01
3
+ metadata.gz: a2e1fe18712e9dea2cdeb85656dc8832fc7bf214
4
+ data.tar.gz: d7c4d46b8244541f0fbcc800a5e1560ea5589644
5
5
  SHA512:
6
- metadata.gz: 463bb54e64330176ea54ced4a0807b20a4db642e4fe8e886af843baf82cb2708965bead388dd348329bcc96100f401a2f3df1ec2201ba2b15e253121c6cc7cdf
7
- data.tar.gz: 9ceb70015dec5a873b7c4cf3b2f8c0e127d81fd0e7d24c2409610ff81aea17d82eed7feb9096795f5915b2466dd08e5804229a9af668c497e566dfd81a302b67
6
+ metadata.gz: 7dadc7fce7daf4490f68761bb207fb3148d701d08e3609a0ec7aa900501b68d580544f134018ccc46054e53f2f222043ddffa9f75e1973c002f8bb893486a356
7
+ data.tar.gz: 183f8d6ab4cab8e9066eae557acd9f98a5907ee589fa88ce956befe32fd13d64cc5f150d2e2b3ff1932d0648e47786f409bca1258dcbfbb0f45792e9210c3cdf
@@ -2,7 +2,7 @@
2
2
  module Tmuxinator
3
3
  module BOSH
4
4
  module Console
5
- VERSION = '0.1.2'
5
+ VERSION = '0.1.3'
6
6
  end
7
7
  end
8
8
  end
@@ -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.2
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: {}