rest-ftp-daemon 0.430.0 → 0.430.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: e891f3c30c8f698eaec3f92b7bb7ac49da5bee21
4
- data.tar.gz: 48aa70fa0ca68c9c521736f7167ad8fe638cf264
3
+ metadata.gz: 305203e95b7418a3a330d556235fb616abdd7073
4
+ data.tar.gz: 6cc68e4dd51423492b07efc96293ff9ca04d5f42
5
5
  SHA512:
6
- metadata.gz: 3aa33cbc8a12a1a0850a199e7ca4f79b1f68c7e4920989ca38de06e97b3b98205761f5d5aeab1f59dce5b874bfab5a6cb99ffed08bc668ae512d9843448f533d
7
- data.tar.gz: ce099ad49bbca8d97b333a09bd03eff8a98f123086741a8aae0e1eee41652dc07875a9992b925b0314011552fc3f1a6468b273ca53d4df8200cb3115d7fd1a2b
6
+ metadata.gz: afa1b54735152ca343dd641a30d819cb3068d4d9010e3b71f9d27c030e87c01bdeab6b00cf655833b9f1e8eda1c419d95a8d914e17ecfb2e1e5372c6f024dd68
7
+ data.tar.gz: 0d1149d6719f7c08cbcdca104fcfaea357fd18536d67c12eebc0f3b77f5b7f1b1a9c0fcb07cf31b6bc25572694fc219872b77dc7484a1b521827e3b4723b1a5f
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rest-ftp-daemon (0.430.0)
4
+ rest-ftp-daemon (0.430.1)
5
5
  activesupport (~> 4.2)
6
6
  api-auth
7
7
  aws-sdk-resources (~> 2)
@@ -5,7 +5,11 @@ Conf.prepare_rollbar
5
5
 
6
6
  # Initialize Facter
7
7
  Conf.log :init, "init: Facter"
8
- Facter.loadfacts
8
+ begin
9
+ Facter.loadfacts
10
+ rescue StandardError => exception
11
+ Conf.log :init, "init: Facter failed to initialize: #{exception.message}"
12
+ end
9
13
 
10
14
  # Initialize workers
11
15
  Conf.log :init, "init: workers"
@@ -2,7 +2,7 @@
2
2
  Gem::Specification.new do |spec|
3
3
 
4
4
  # Project version
5
- spec.version = "0.430.0"
5
+ spec.version = "0.430.1"
6
6
 
7
7
  # Project description
8
8
  spec.name = "rest-ftp-daemon"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rest-ftp-daemon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.430.0
4
+ version: 0.430.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno MEDICI