oode 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/oode/file.rb +2 -2
  2. data/lib/oode/version.rb +1 -1
  3. metadata +2 -2
data/lib/oode/file.rb CHANGED
@@ -10,13 +10,13 @@ module Oode
10
10
 
11
11
  def print session, directory, printer
12
12
  command = "lpr -P #{printer} #{remote_path}"
13
- session.exec!(command)
13
+ session.exec!("ssh student.login #{command}")
14
14
  #puts command.blue
15
15
  end
16
16
 
17
17
  def clean session, directory
18
18
  command = "rm #{remote_path}"
19
- session.exec!(command)
19
+ session.exec!("ssh student.login #{command}")
20
20
  #puts command.blue
21
21
  end
22
22
 
data/lib/oode/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Oode
2
- Version = VERSION = '0.0.2'
2
+ Version = VERSION = '0.0.3'
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Chris Brown