photocopier 1.3.0.pre3 → 1.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -2
- data/lib/photocopier/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fe28258c1acdf5d8d4df43797af2e9aba6caa0c7
|
4
|
+
data.tar.gz: 74c440f9de5e9a88e8ac19b984d6a6243c26b322
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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,
|
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)
|
data/lib/photocopier/version.rb
CHANGED
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
|
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-
|
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:
|
241
|
+
version: '0'
|
242
242
|
requirements: []
|
243
243
|
rubyforge_project:
|
244
244
|
rubygems_version: 2.6.11
|