fig 0.1.27 → 0.1.28

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/fig/os.rb +0 -1
  2. metadata +1 -1
@@ -71,7 +71,6 @@ module Fig
71
71
  when "ftp"
72
72
  ftp = Net::FTP.new(uri.host)
73
73
  ftp_login(ftp)
74
- puts(uri.path)
75
74
  ftp.chdir(uri.path)
76
75
  packages = []
77
76
  ftp.retrlines('LIST -R .') do |line|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fig
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.27
4
+ version: 0.1.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Foemmel