i2cssh 1.5.0 → 1.5.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 (5) hide show
  1. data/README.markdown +2 -2
  2. data/VERSION +1 -1
  3. data/bin/i2cssh +0 -1
  4. data/i2cssh.gemspec +2 -2
  5. metadata +4 -4
data/README.markdown CHANGED
@@ -69,7 +69,7 @@ Optional parameters can be used globablly or per cluster and include:
69
69
 
70
70
  The following precedence is used:
71
71
 
72
- global options from config < cluster options from config < command line flags
72
+ `global options from config` < `cluster options from config` < `command line flags`
73
73
 
74
74
  Make sure the config file is valid YAML (e.g. use spaces instead of tabs)
75
75
 
@@ -125,7 +125,7 @@ Connect to a cluster that is specified in the config
125
125
 
126
126
  ### -r, --rank
127
127
 
128
- Send a LC_RANK environment variable different for each host
128
+ Send a LC_RANK environment variable different for each host (from 0 to n)
129
129
 
130
130
  ### -m, --machines a,b,c
131
131
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.5.0
1
+ 1.5.1
data/bin/i2cssh CHANGED
@@ -3,7 +3,6 @@ require 'rubygems'
3
3
  require 'optparse'
4
4
  require 'i2cssh'
5
5
  require 'yaml'
6
- require 'pp'
7
6
 
8
7
  @config_file = File.expand_path "~/.i2csshrc"
9
8
 
data/i2cssh.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "i2cssh"
8
- s.version = "1.5.0"
8
+ s.version = "1.5.1"
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 = "2012-03-23"
12
+ s.date = "2012-03-24"
13
13
  s.description = "csshX like cluster ssh using iTerm2 panes"
14
14
  s.email = "wouter@evenflow.se"
15
15
  s.executables = ["i2cssh"]
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: 3
4
+ hash: 1
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 5
9
- - 0
10
- version: 1.5.0
9
+ - 1
10
+ version: 1.5.1
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: 2012-03-23 00:00:00 Z
18
+ date: 2012-03-24 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  prerelease: false