just-tmux 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: 2077158a3bfa3c0cac03b9c78275637ae029f037
4
- data.tar.gz: 49738b6d67a45a3e3bacfd3a57dbc1487b44a128
3
+ metadata.gz: 234d71ebf224d775f506108bf06c6098b89db084
4
+ data.tar.gz: b7257f9d13d38dd9d82df676bd7acaa3a94cbdfb
5
5
  SHA512:
6
- metadata.gz: e70f972b105aede9958b8bcbfe4f430c00f066a152219c3c7d7640428586ad06021548754c134b3004b6fc8259b3537253efcc5a6c2fac96977255ab65eb855c
7
- data.tar.gz: a41ad03d1a37cbf7bbe69d756ffb9bb3a7cff752c21b58e4ddc02be8dfb6bea32c5db23bfb9ac47d06874f557d713d47fb43fae9cdfc28ea05407cb758c533dd
6
+ metadata.gz: 597b6cd178bc18477a07b42ada8047c36691cfd2bd174917ad759c3a38119d75e7d4414681df14dc885fb4026b9bd1382a61bfafa462dec7419dac8bed2f7898
7
+ data.tar.gz: ef90b799bd19fefc874c7c15a91f1025b35b83040de2e55753654a1b6f529ced52f04709de604b900ca95c6181643c6a52bce11ccdc8b4220b728cfdea068341
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
data/lib/just-tmux.rb CHANGED
@@ -25,9 +25,9 @@ class JustTmux
25
25
 
26
26
  dynarex = Dynarex.new dynarex_file
27
27
 
28
- shell = dynarex.summary['shell']
29
- default_dir = File.expand_path dynarex.summary['default_dir']
30
- session_name = dynarex.summary['session']
28
+ shell = dynarex.summary[:shell]
29
+ default_dir = File.expand_path dynarex.summary[:default_dir]
30
+ session_name = dynarex.summary[:session]
31
31
 
32
32
  h = dynarex.to_h.map do |x|
33
33
  x[:name] = shell if x[:name].empty?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: just-tmux
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
  - James Robertson
metadata.gz.sig CHANGED
Binary file