zabbix_vhost 0.6.3 → 0.6.4

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: 7e140ffbb7a8e7bdd27f7f2f62d5527a6ed74bee
4
- data.tar.gz: a08706add8285bb358f9fdae5b65bd432010d994
3
+ metadata.gz: 2ab0026663f0e2c7aa666bf63fe31ac661df9320
4
+ data.tar.gz: 8ae6865696af2ed4d1fd0f18b39f9368a247e2b6
5
5
  SHA512:
6
- metadata.gz: 20bd8ad27db30629a997f34d0b94cbe356c2b234a406e84ba09f0d24a7ae9d3b3c09933dbb97fbcca17b0efbbe4fc9d910e8b4682456a378b239f22466952e5f
7
- data.tar.gz: 53f5070c150af561ec94df7ffca46338e0d047cdd77dd2d3e2a12cc8536caeb08054128c1a7753196f8bbe366c491165977e4428bbd9a4d326f69c6399992b96
6
+ metadata.gz: dc3857ccab17a5ac4d7c6d30a13c27195b02fcff94df83acd3b73c9f493e338ccc7d15801b5f654a90ed4a6577e7199278ae06dc2f15ce796a0d3f3dd5051f0e
7
+ data.tar.gz: be03f2b6ea9a9481acfb9a6dd6c2ec34393005f023ca2f70d76fbd330cc414ff931f9a98877bd43b3b58cf8cc2566266359b55905f38e32df51f2daac17c4c0e
@@ -65,7 +65,7 @@ module ZabbixVhost
65
65
  end
66
66
 
67
67
  def ssl_until_days
68
- return nil unless @ssl_data
68
+ return 0 unless @ssl_data
69
69
  @ssl_data[:days_until]
70
70
  end
71
71
 
@@ -1,3 +1,3 @@
1
1
  module ZabbixVhost
2
- VERSION = "0.6.3"
2
+ VERSION = "0.6.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zabbix_vhost
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.3
4
+ version: 0.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marino Bonetti