teamocil 0.1 → 0.1.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.
Files changed (3) hide show
  1. data/README.mkd +1 -8
  2. data/lib/teamocil.rb +1 -1
  3. metadata +3 -2
data/README.mkd CHANGED
@@ -23,15 +23,8 @@ Teamocil is a tool used to automatically create windows and splits in `tmux` wit
23
23
  width: 50
24
24
  - cmd: memcached -p 11211 -vv
25
25
  height: 25
26
- - name: sample-window-2
27
- splits:
28
- - cmd: cd ~/Code/sample/www-2
29
- - cmd:
30
- - cd ~/Code/sample/www-2
31
- - rails s
32
- width: 50
33
26
 
34
- will create a new window named `sample` with a layout like this:
27
+ will create a new window named `sample-window` with a layout like this:
35
28
 
36
29
  .------------------.------------------.
37
30
  | (0) | (1) |
data/lib/teamocil.rb CHANGED
@@ -4,6 +4,6 @@ $:.unshift(File.dirname(__FILE__)) unless
4
4
  $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
5
5
 
6
6
  module Teamocil
7
- VERSION = '0.1'
7
+ VERSION = '0.1.1'
8
8
  autoload :Layout, "teamocil/layout"
9
9
  end
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: teamocil
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- version: "0.1"
9
+ - 1
10
+ version: 0.1.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - "R\xC3\xA9mi Pr\xC3\xA9vost"