teamocil 0.3.3 → 0.3.4

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/.gitignore CHANGED
@@ -4,3 +4,4 @@
4
4
  .yardoc
5
5
  doc
6
6
  pkg
7
+ Gemfile.lock
@@ -50,10 +50,8 @@ module Teamocil
50
50
  @cmd.unshift "export TEAMOCIL=1"
51
51
 
52
52
  # Execute each split command
53
- @cmd.flatten.compact.each do |command|
54
- commands << "tmux send-keys -t #{@index} \"#{command}\""
55
- commands << "tmux send-keys -t #{@index} Enter"
56
- end
53
+ commands << "tmux send-keys -t #{@index} \"#{@cmd.flatten.compact.join(" && ")}\""
54
+ commands << "tmux send-keys -t #{@index} Enter"
57
55
 
58
56
  commands
59
57
  end # }}}
data/lib/teamocil.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Teamocil
2
- VERSION = "0.3.3"
2
+ VERSION = "0.3.4"
3
3
  autoload :Layout, "teamocil/layout"
4
4
  autoload :CLI, "teamocil/cli"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: teamocil
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-03-28 00:00:00.000000000Z
12
+ date: 2012-04-15 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -86,7 +86,6 @@ files:
86
86
  - .gitignore
87
87
  - .travis.yml
88
88
  - Gemfile
89
- - Gemfile.lock
90
89
  - LICENSE
91
90
  - README.md
92
91
  - Rakefile
@@ -125,7 +124,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
125
124
  version: '0'
126
125
  segments:
127
126
  - 0
128
- hash: -2252634995689640042
127
+ hash: -4268793689318262582
129
128
  required_rubygems_version: !ruby/object:Gem::Requirement
130
129
  none: false
131
130
  requirements:
@@ -134,7 +133,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
134
133
  version: '0'
135
134
  segments:
136
135
  - 0
137
- hash: -2252634995689640042
136
+ hash: -4268793689318262582
138
137
  requirements: []
139
138
  rubyforge_project:
140
139
  rubygems_version: 1.8.18
data/Gemfile.lock DELETED
@@ -1,32 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- teamocil (0.3.3)
5
-
6
- GEM
7
- remote: http://rubygems.org/
8
- specs:
9
- diff-lcs (1.1.3)
10
- maruku (0.6.0)
11
- syntax (>= 1.0.0)
12
- rake (0.9.2)
13
- rspec (2.6.0)
14
- rspec-core (~> 2.6.0)
15
- rspec-expectations (~> 2.6.0)
16
- rspec-mocks (~> 2.6.0)
17
- rspec-core (2.6.4)
18
- rspec-expectations (2.6.0)
19
- diff-lcs (~> 1.1.2)
20
- rspec-mocks (2.6.0)
21
- syntax (1.0.0)
22
- yard (0.7.5)
23
-
24
- PLATFORMS
25
- ruby
26
-
27
- DEPENDENCIES
28
- maruku
29
- rake
30
- rspec
31
- teamocil!
32
- yard