briancollins-rftp 1.12 → 1.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/rftp.rb +1 -1
  2. metadata +1 -1
data/lib/rftp.rb CHANGED
@@ -20,7 +20,7 @@ class RftpFile
20
20
  end
21
21
 
22
22
  def initialize(parts, parent)
23
- self.path = "#{parent.path}#{parts.last}"
23
+ self.path = "#{parent.path}/#{parts.last}"
24
24
  self.parent = parent
25
25
  parse_parts(parts)
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: briancollins-rftp
3
3
  version: !ruby/object:Gem::Version
4
- version: "1.12"
4
+ version: "1.13"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Collins