rest-ftp-daemon 0.246.0 → 0.246.1

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: 9b2dbcef0066dfcba34977015d1ac5f6ffba2a49
4
- data.tar.gz: 28a9f886e9b2fd3d1553ad81e7bad7a5057e8ed7
3
+ metadata.gz: abe96d47d4bc9666c566914e38df996f7d9a1424
4
+ data.tar.gz: 49b460210783bac1cd04bd08ded49e0911bfa618
5
5
  SHA512:
6
- metadata.gz: da64e4991cca801aaa527b85acfb33e87010cb289d0ce6d01553fcfb18239fb8c0e57e5a7bd659a088230cb6a21a120c4299e824fc16ac53d1bf01846ed96075
7
- data.tar.gz: a46a0b53ed9ac39c5f287010214fa5cb4a684a377dd3332a8bbbad5f6db40becae3a87ac3065a30f8afe01187ae375b9d59858cabf41f4759cce41396f01ba0e
6
+ metadata.gz: b94c1dc6d4a30756c704c551a94732023c2476c4bf0f771c6152f003c364a3f819645a7cd7492be719aa72ef3c8adc9ed6bbdd339a18026fdb5e87ee4519569c
7
+ data.tar.gz: 4582e45f95358252b9e46beefc2addf61803ef79eac7a85e93c716819c1a1d73c57d2576c71afc6547645fd9fc752b32d0caa72b25413dea54597952a74da43e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rest-ftp-daemon (0.246.0)
4
+ rest-ftp-daemon (0.246.1)
5
5
  double-bag-ftps
6
6
  facter
7
7
  get_process_mem
@@ -1,7 +1,7 @@
1
1
  # Terrific constants
2
2
  APP_NAME = "rest-ftp-daemon"
3
3
  APP_NICK = "rftpd"
4
- APP_VER = "0.246.0"
4
+ APP_VER = "0.246.1"
5
5
 
6
6
  # Provide default config file information
7
7
  APP_LIB = File.expand_path(File.dirname(__FILE__))
@@ -25,7 +25,7 @@ DEFAULT_POOL = "default"
25
25
  DEFAULT_WORKER_TIMEOUT = 1800 # 1h
26
26
  DEFAULT_SFTP_TIMEOUT = 600 # 10mn
27
27
  DEFAULT_FTP_CHUNK = 1024 # 1 MB
28
- DEFAULT_PAGE_SIZE = 50 # 50 lines
28
+ DEFAULT_PAGE_SIZE = 80 # 50 lines
29
29
  DEFAULT_RETRY_DELAY = 10 # 10s
30
30
 
31
31
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rest-ftp-daemon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.246.0
4
+ version: 0.246.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno MEDICI
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-28 00:00:00.000000000 Z
11
+ date: 2016-02-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler