rest-ftp-daemon 0.202.1 → 0.202.2

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: 17db58f7faec4e3e3e0ee8d74687f5c0246612d6
4
- data.tar.gz: 41637bdf804f004b75dd3beef565df1a462e9f2d
3
+ metadata.gz: a84dfb4963cc92d2a504f0fbad4670ea68f37fce
4
+ data.tar.gz: f6dfe45e4adb40227e70396df77b2b3691a78fd6
5
5
  SHA512:
6
- metadata.gz: 06eca6ee7b15d3fc716b5d5bf43b4e36c3d3e28aa4e11a80f9b7245773b5d3b8dfd21561e1addcccaaed1e7c93e2e843f48a38bfe5a0e710b6e8af781a14d40c
7
- data.tar.gz: 7e8cd2df4c2cf7904d26a121729fb186c7f338f1dfa95147e86c8727cc9e335759dcc1c91185da2826c4e845253a358a9f71b75a31c5cb75046b68d945c29679
6
+ metadata.gz: b8d407b7aaef242722cd7e60bea9829650fcb55f21660471ac2335dd24383d5100f30f15e75e6cfe995718f166e3efc3c01e5f7b2f40e3147fdc8e529dc48602
7
+ data.tar.gz: a5f1c2d24a5498017c5c6c6eaa34779950006648e0d8e57b59bd8f59836bd41168538c34a3e39103ed887fc4fe36b6e591bc679c605740956124a8ac504bbac5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rest-ftp-daemon (0.202.1)
4
+ rest-ftp-daemon (0.202.2)
5
5
  double-bag-ftps
6
6
  facter
7
7
  grape
@@ -1,6 +1,6 @@
1
1
  # Terrific constants
2
2
  APP_NAME = "rest-ftp-daemon"
3
- APP_VER = "0.202.1"
3
+ APP_VER = "0.202.2"
4
4
 
5
5
 
6
6
  # Logging
@@ -1,5 +1,5 @@
1
1
  - trans = $queue.counter_get :transferred
2
- - info_procs = Facter.value :processorcount
2
+ - info_procs = (Facter.value :processorcount).to_i
3
3
  - info_load = Sys::CPU.load_avg.first.to_f
4
4
  - info_norm = info_procs.zero? ? "N/A" : (100 * info_load / info_procs).round(1)
5
5
 
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.202.1
4
+ version: 0.202.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno MEDICI