bipbip 0.2.6 → 0.2.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/bipbip/plugin/fastcgi_php_opcache.rb +1 -1
- data/lib/bipbip/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 55c1dbf48d878af4db59a599c4648de4e816915a
|
4
|
+
data.tar.gz: d486c85920ccb663eb3353b7fc4f2d8287f2c4ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 65b3de0b0503c1d36c670f70cc5bbc52f63affd8977cd08f33657c8b791c8583f5971fd5e5abcc08454bd9841b8cf138cfbff1f05f66eb97e4f9f6041451b1df
|
7
|
+
data.tar.gz: 3191d6f6dfb6f35a59ecde3f7b3c105a1218da5586f113604f04cdcaf5eef32b6382b26b94ed609dfcc11e8f54c994370c36e8b751d0eebdb05b3ae27b06214e
|
@@ -7,7 +7,7 @@ module Bipbip
|
|
7
7
|
{:name => 'free_memory', :type => 'gauge', :unit => 'b'},
|
8
8
|
{:name => 'current_wasted_percentage', :type => 'gauge', :unit => '%'},
|
9
9
|
{:name => 'num_cached_keys', :type => 'gauge', :unit => 'Keys'},
|
10
|
-
{:name => 'opcache_hit_rate', :type => 'gauge', :unit => '
|
10
|
+
{:name => 'opcache_hit_rate', :type => 'gauge', :unit => '%'},
|
11
11
|
]
|
12
12
|
end
|
13
13
|
|
data/lib/bipbip/version.rb
CHANGED
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.2.
|
4
|
+
version: 0.2.7
|
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: 2014-03-
|
13
|
+
date: 2014-03-09 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: copperegg
|