photocopier 1.3.0.pre3 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 72ba7b1c1780d7ffe28bb8f97ed77abff3b238ff
4
- data.tar.gz: 6a244dab5dd151d0826eb33e55a0bc3962f1af77
3
+ metadata.gz: fe28258c1acdf5d8d4df43797af2e9aba6caa0c7
4
+ data.tar.gz: 74c440f9de5e9a88e8ac19b984d6a6243c26b322
5
5
  SHA512:
6
- metadata.gz: 550a1ab3dcfe359ae83010d1901376dd631cd9ae0a338e0ad380a6e4d6e30140ab70054c540bb9a2f03b03a6455aed3d54c015e158e40511467c4757b98ec516
7
- data.tar.gz: 4560202cb98ce2e947bd1f0d3426fef96c3a63cffc7423ef068bd83edc2d8347c0eda88d6750274b93615c5f3a0b623458529c0a008469d4da3afb48e69d2bb7
6
+ metadata.gz: 5903bd46b9b8482cc096ee1cf0a0288b43b713de0f3a424105e90ff4c030883df1b4f4ddff362457a502eae0ca0d6456f26bb6444357bed7cee039eabca0c7e0
7
+ data.tar.gz: 6a23c0082771c02b510db93d23e458b36812548bf50ef3c7afdc0787bb20b624b37a4a61fec43b2bbe9f6430df22659e0f469cb4de5bdf22c6c8e41c042822f6
data/README.md CHANGED
@@ -5,6 +5,10 @@ To move directories to/from the remote server, it wraps efficient tools like lft
5
5
 
6
6
  [![Build Status](https://travis-ci.org/welaika/photocopier.svg?branch=master)](https://travis-ci.org/welaika/photocopier)
7
7
 
8
+ ## Prerequisites
9
+
10
+ If you need to use FTP protocol you need to install LFTP on your machine.
11
+
8
12
  ## Installation
9
13
 
10
14
  Add this line to your application's Gemfile:
@@ -64,7 +68,7 @@ The very same commands are valid for the `Photocopier::FTP` adapter.
64
68
  host: '', #mandatory
65
69
  user: '', #mandatory
66
70
  password: '', #mandatory
67
- scheme: 'ftp' #default, could be any scheme compatibile with your lftp version
71
+ scheme: 'ftp' #default, other options are sftp and ftps
68
72
  }
69
73
  ```
70
74
  For performance reasons, the `.get_directory` and `.put_directory` commands make
@@ -130,4 +134,4 @@ made with ❤️ and ☕️ by [weLaika](http://dev.welaika.com)
130
134
 
131
135
  (The MIT License)
132
136
 
133
- Copyright © 2012-2018 [weLaika](https://dev.welaika.com)
137
+ Copyright © 2012-2018 [weLaika](https://dev.welaika.com)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_litterla: true
2
2
 
3
3
  module Photocopier
4
- VERSION = "1.3.0.pre3".freeze
4
+ VERSION = "1.3.0".freeze
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: photocopier
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0.pre3
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefano Verna
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2018-07-30 00:00:00.000000000 Z
13
+ date: 2018-08-01 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport
@@ -236,9 +236,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
236
236
  version: 2.4.0
237
237
  required_rubygems_version: !ruby/object:Gem::Requirement
238
238
  requirements:
239
- - - ">"
239
+ - - ">="
240
240
  - !ruby/object:Gem::Version
241
- version: 1.3.1
241
+ version: '0'
242
242
  requirements: []
243
243
  rubyforge_project:
244
244
  rubygems_version: 2.6.11