tmuxinator 0.3.0 → 0.3.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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.0
1
+ 0.3.1
@@ -1,10 +1,10 @@
1
1
  #!<%= ENV['SHELL'] || '/bin/bash' %>
2
- cd <%=s @project_root %>
3
2
  tmux start-server
4
3
 
5
4
  if ! $(tmux has-session -t <%=s @project_name %>); then
6
5
 
7
6
  tmux new-session -d -s <%=s @project_name %> -n <%=s @tabs[0].name %>
7
+ tmux set default-path <%= @project_root %>
8
8
  tmux set-option base-index 1
9
9
 
10
10
  <% @tabs[1..-1].each_with_index do |tab, i| %>
@@ -5,12 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{tmuxinator}
8
- s.version = "0.3.0"
8
+ s.version = "0.3.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Allen Bargi"]
12
- s.date = %q{2011-03-10}
13
- s.default_executable = %q{tmuxinator}
12
+ s.date = %q{2011-04-09}
14
13
  s.description = %q{Create and manage complex tmux sessions easily.}
15
14
  s.email = %q{allen.bargi@gmail.com}
16
15
  s.executables = ["tmuxinator"]
@@ -63,7 +62,7 @@ Gem::Specification.new do |s|
63
62
 
64
63
  }
65
64
  s.require_paths = ["lib"]
66
- s.rubygems_version = %q{1.6.1}
65
+ s.rubygems_version = %q{1.7.2}
67
66
  s.summary = %q{Create and manage complex tmux sessions easily.}
68
67
  s.test_files = [
69
68
  "spec/spec_helper.rb",
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tmuxinator
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 0
10
- version: 0.3.0
9
+ - 1
10
+ version: 0.3.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Allen Bargi
@@ -15,8 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-03-10 00:00:00 +01:00
19
- default_executable: tmuxinator
18
+ date: 2011-04-09 00:00:00 Z
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
22
21
  type: :development
@@ -110,7 +109,6 @@ files:
110
109
  - spec/tmuxinator_spec.rb
111
110
  - tmuxinator.gemspec
112
111
  - TODO
113
- has_rdoc: true
114
112
  homepage: http://github.com/aziz/tmuxinator
115
113
  licenses:
116
114
  - MIT
@@ -140,7 +138,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
140
138
  requirements: []
141
139
 
142
140
  rubyforge_project:
143
- rubygems_version: 1.6.1
141
+ rubygems_version: 1.7.2
144
142
  signing_key:
145
143
  specification_version: 3
146
144
  summary: Create and manage complex tmux sessions easily.