remoting 0.2.13 → 0.2.14

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.13
1
+ 0.2.14
@@ -19,7 +19,7 @@ module Remoting
19
19
  def remote(cmds)
20
20
  user, host = login.split("@")
21
21
 
22
- ssh = ::remoting::Ssh.new(
22
+ ssh = ::Remoting::Ssh.new(
23
23
  :user => user,
24
24
  :host => host,
25
25
  :interactive => interactive
data/lib/remoting/ssh.rb CHANGED
@@ -12,7 +12,7 @@ module Remoting
12
12
 
13
13
 
14
14
  def shell
15
- @shell ||= ::remoting::Shell.new
15
+ @shell ||= ::Remoting::Shell.new
16
16
  end
17
17
 
18
18
  def exec(commands)
data/lib/remoting/task.rb CHANGED
@@ -10,7 +10,7 @@ module Remoting
10
10
  end
11
11
 
12
12
  def config
13
- remoting.config
13
+ ::Remoting.config
14
14
  end
15
15
 
16
16
  def local(name, *args, &block)
data/remoting.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "remoting"
8
- s.version = "0.2.13"
8
+ s.version = "0.2.14"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["mcasimir"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: remoting
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.13
4
+ version: 0.2.14
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -105,7 +105,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
105
105
  version: '0'
106
106
  segments:
107
107
  - 0
108
- hash: 1952965395208663095
108
+ hash: 1734298160220380698
109
109
  required_rubygems_version: !ruby/object:Gem::Requirement
110
110
  none: false
111
111
  requirements: