Skip to content

Releases: chmurph2/NiFTP

Ruby 2+ support

07 Feb 19:55
Compare
Choose a tag to compare
  • Replaces ftpfxp (Ruby 1.9 support only) with the double_bag_ftps gem (Ruby 1.9 and 2+ support)
  • Drops Ruby 1.9 builds in Travis

Support version 2 of the Retryable gem

22 May 16:32
Compare
Choose a tag to compare
  • Support Retryable v2.0
  • Stop testing Ruby 1.8 with Travis

Change FTP auth timeout default to 30 seconds

22 May 16:37
Compare
Choose a tag to compare
  • Changed the FTP authentication default timeout 30 seconds
  • Some minor refactoring

Upgrade Retryable to version 1.3

22 May 16:39
Compare
Choose a tag to compare
  • Supporting retryable's :on and :matching options
  • Upgraded Retryable to version 1.3
  • The Retryable default is now tries: 2, meaning it's retried once (which conceptually preserves how this gem worked previously).
  • Added Retryable sleep option, which defaults to 1 second in between tries (which is the retryable gem's default).

Improve README

22 May 16:46
Compare
Choose a tag to compare
  • Added usage examples to README