i2cssh 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/README.markdown +5 -0
  2. data/VERSION +1 -1
  3. data/bin/i2cssh +1 -1
  4. data/i2cssh.gemspec +2 -2
  5. metadata +4 -4
data/README.markdown CHANGED
@@ -32,6 +32,11 @@ The i2csshrc file is a YAML formatted file that contains the following structure
32
32
  - host2
33
33
  - ...
34
34
 
35
+ ## TODO
36
+
37
+ - Functional parity with csshX (as far as possible)
38
+ - Being able to specify an iTerm2 profile
39
+
35
40
  ## Contributing to i2cssh
36
41
 
37
42
  I know that i2cssh doesn't have all the functionality of csshX, but either let me know what you really need or
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.7
1
+ 0.0.8
data/bin/i2cssh CHANGED
@@ -16,7 +16,7 @@ optparse = OptionParser.new do |opts|
16
16
  opts.on('-c', '--cluster CLUSTERNAME', "Name of the cluster specified in ~/.i2csshrc") { |c| options[:cluster] = c }
17
17
  opts.on('-C', '--columns COLUMNS', "Amount of columns (rows will be calculated)") { |c| options[:columns] = c }
18
18
  opts.on('-R', '--rows ROWS', "Amount of rows (columns will be calculated)") { |r| options[:rows] = r }
19
- opts.on('-s', '--session SESSIONNAME', "Name of an iTerm2 session") { |s| options[:session_name] = s }
19
+ # opts.on('-s', '--session SESSIONNAME', "Name of an iTerm2 session") { |s| options[:session_name] = s }
20
20
  end
21
21
 
22
22
  optparse.parse!
data/i2cssh.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{i2cssh}
8
- s.version = "0.0.7"
8
+ s.version = "0.0.8"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Wouter de Bie"]
12
- s.date = %q{2011-06-12}
12
+ s.date = %q{2011-06-13}
13
13
  s.default_executable = %q{i2cssh}
14
14
  s.description = %q{csshX like cluster ssh using iTerm2 panes}
15
15
  s.email = %q{wouter@evenflow.se}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: i2cssh
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 7
10
- version: 0.0.7
9
+ - 8
10
+ version: 0.0.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Wouter de Bie
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-06-12 00:00:00 +02:00
18
+ date: 2011-06-13 00:00:00 +02:00
19
19
  default_executable: i2cssh
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency