bipbip 0.7.18 → 0.7.19

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 42c0f8f32ee4e6277d7bccda9ae53372a7f71701
4
- data.tar.gz: 2229e84878e7368bdfa1781bd6c3e67425b82a78
3
+ metadata.gz: 1e272fc463e770c79d01fd9e30183d2846142a37
4
+ data.tar.gz: 9f3e612b9879b8fda84c5cf737e2301d3d1695a0
5
5
  SHA512:
6
- metadata.gz: cdf9307b47bba05fe25ca4d92f56887fce0142bbf07ddd25cc0b6a372d7a3519ea87f13781a14866c3a514d5ddcc11922668518d70e980701080caf097afd2ab
7
- data.tar.gz: bbca7d58e7b933a60d19a79baed0017a6cdd8fc13b9a43d5b1b477d3e896f6eff1642007fe033ef7a57256f0e04ae0038b8f34f2a6167213686903d32e27ac1b
6
+ metadata.gz: cadf7109ef21c7b8470081d62fd88d62fd8f1e2b210be002ce39afd9cae05492c51fda824b0a2de84728f15565ef915aa82093e3de8a73a3c772b2fd159162c0
7
+ data.tar.gz: a738a759be9fbf930e180fcc8925ef3af9ea23a73f0cbb7afe671999f8c284b91fa1e96144f7b3d5ad194e1e3187b38c98216ba45c45c1433d3b3a423ddbc0dd
@@ -26,6 +26,8 @@ module Bipbip
26
26
  body = response.split(/\r?\n\r?\n/)[1]
27
27
  raise "FastCGI response has no body: #{response}" unless body
28
28
  stats = JSON.parse(body)
29
+ raise "FastCGI response has no stats (opcache disabled?): #{stats.inspect}" unless stats
30
+
29
31
  @data_previous ||= stats
30
32
 
31
33
  stats_memory = stats['memory_usage']
@@ -1,3 +1,3 @@
1
1
  module Bipbip
2
- VERSION = '0.7.18'.freeze
2
+ VERSION = '0.7.19'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bipbip
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.18
4
+ version: 0.7.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cargo Media
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2017-07-10 00:00:00.000000000 Z
13
+ date: 2017-07-12 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: copperegg-revealmetrics