tmrb 1.2.6 → 1.2.7

Sign up to get free protection for your applications and to get access to all the features.
data/Env CHANGED
@@ -3,6 +3,7 @@
3
3
  require 'tmrb'
4
4
 
5
5
  tmux = TmRb::Multiplexer.new
6
+ #creates an empty window
6
7
  tmux.new_session(:window_name => "default")
7
8
 
8
9
  tmux.new_window(:name => 'code', :command => 'vim -p lib/**/*.rb')
@@ -3,6 +3,7 @@
3
3
  require 'tmrb'
4
4
 
5
5
  tmux = TmRb::Multiplexer.new
6
+ #creates an empty window
6
7
  tmux.new_session(:window_name => "<%= options[:session_name] %>")
7
8
  <%if options[:empty_window_count] > 1 %><% (options[:empty_window_count] - 1).times do %>
8
9
  tmux.new_window<% end %><% end
@@ -1,3 +1,3 @@
1
1
  module TmRb
2
- VERSION = "1.2.6"
2
+ VERSION = "1.2.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tmrb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.6
4
+ version: 1.2.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: