sffftp 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/example/sample.rb CHANGED
@@ -19,7 +19,7 @@ touch /tmp/test/sffftp_sample/from/file2.tmp
19
19
  touch /tmp/test/sffftp_sample/from/file3.ok
20
20
  MKDIR
21
21
 
22
- sffftp = sffftp::Scp.new
22
+ sffftp = Sffftp::Sftp.new
23
23
  sffftp.remote_host = REMOTE_HOST
24
24
  sffftp.remote_user_name = REMOTE_USER_NAME
25
25
  sffftp.remote_user_password = REMOTE_USER_PASSWORD
@@ -41,7 +41,7 @@ touch /tmp/test/sffftp_sample/from/file3.ok
41
41
  MKDIR
42
42
 
43
43
  execute(:pid_file=>LOCKFILE) do
44
- sffftp = Sffftp::Scp.new()
44
+ sffftp = Sffftp::Sffftp.new()
45
45
  sffftp.logger = logger
46
46
  sffftp.remote_host = REMOTE_HOST
47
47
  sffftp.remote_user_name = REMOTE_USER_NAME
@@ -1,3 +1,3 @@
1
1
  module Sffftp
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sffftp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-12 00:00:00.000000000 Z
12
+ date: 2013-06-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: net-sftp