relay 0.1.0 → 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 (4) hide show
  1. data/bin/relay +1 -2
  2. data/lib/relay.rb +1 -3
  3. data/relay.gemspec +1 -1
  4. metadata +3 -3
data/bin/relay CHANGED
@@ -51,10 +51,9 @@ if ARGV.empty?
51
51
  exit
52
52
  end
53
53
 
54
+ require "relay"
54
55
  require "clap"
55
56
 
56
- require File.expand_path("../lib/relay", File.dirname(__FILE__))
57
-
58
57
  relay = Relay.new
59
58
 
60
59
  servers = Clap.run ARGV,
@@ -1,5 +1,3 @@
1
- #! /usr/bin/env ruby
2
-
3
1
  require "open3"
4
2
 
5
3
  class Ssh
@@ -42,7 +40,7 @@ class Ssh
42
40
  end
43
41
 
44
42
  class Relay
45
- VERSION = "0.1.0"
43
+ VERSION = "0.1.1"
46
44
 
47
45
  def initialize
48
46
  @recipes = []
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "relay"
3
- s.version = "0.1.0"
3
+ s.version = "0.1.1"
4
4
  s.summary = "Relay commands over SSH"
5
5
  s.description = "Relay allows you to execute remote commands via SSH with ease."
6
6
  s.authors = ["Damian Janowski", "Michel Martens"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Damian Janowski
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-11-06 00:00:00 -03:00
18
+ date: 2010-11-13 00:00:00 -03:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency