flumtter 5.2.0 → 5.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d42d65ed5d5a2cee773e308ec1caaa24544f99dc
4
- data.tar.gz: 3401a5171b8a2c69d599a22f23e6cdd54c0b8c57
3
+ metadata.gz: 298d63b96c4f805f2e6281a5f4ee4329b268d9ee
4
+ data.tar.gz: 7d6c7ccbd8e8a3a1a7d13bbadb0113ac77d7d17c
5
5
  SHA512:
6
- metadata.gz: 6db3bccf97c786cb220ace72cbc344d430740d05b4770c1ed1549a6362ff39eed0e87127db01c65f376b3db078160525f563a5963d6d809dc30264d10a3351bf
7
- data.tar.gz: f99930053ab8e216f7fe3e5f90b5b77cd119222664e9479b6a6db6cba230620bd73060ef23ffac505a6302df102b83fddc2b5bb7411a57dc3e4bf5facceb5e03
6
+ metadata.gz: 7139546b64535641c6f38e1987b3d54a4f0e6048a0c7a127687b3a14095c64c8bf41ed47c15f7418ffec5d2beac2f3a601a569d74c5843d07adec3b33b2a25e9
7
+ data.tar.gz: d1cc3b92c14556bc3c1a9fd8f550195541c4a57955bc3019ce001d2898fc9b6cedbf1f3482da368d3d25bdb55107936b254ee0d2ead57a7a36ad208e91bebaab
@@ -34,13 +34,11 @@ module Flumtter
34
34
 
35
35
  run_opt(:tmux) do |v, options|
36
36
  require 'yaml'
37
- accounts = if options[:names] && !options[:names].empty?
38
- options[:names]
39
- else
40
- AccountSelector.list.map{|a|a.screen_name}
37
+ if options[:names] && !options[:names].empty?
38
+ accounts = options[:names]
39
+ setting = mux_setting(accounts.map{|a|pane_setting(a)})
40
+ set_yml setting
41
41
  end
42
- setting = mux_setting(accounts.map{|a|pane_setting(a)})
43
- set_yml setting
44
42
  `tmuxinator start flumtter`
45
43
  exit
46
44
  end
@@ -1,3 +1,3 @@
1
1
  module Flumtter
2
- VERSION = "5.2.0"
2
+ VERSION = "5.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flumtter
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.2.0
4
+ version: 5.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - flum1025