bipbip 0.5.18 → 0.5.19

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: 07a183a1ec6d671c1fd72f5874607a68a7799408
4
- data.tar.gz: 15e9ab0331b98776ac0fdba6c7cd7c5838dddc80
3
+ metadata.gz: 60174794653a856937d6667f2adb9c7d56d36c10
4
+ data.tar.gz: 5674b24686b9bda4fe8f2196f7687aa1dfb37128
5
5
  SHA512:
6
- metadata.gz: 686f19d252febc67ac1d5592211c277da737b464c3c645ca56b709aac7fff7efc435593b9005d6e3d323ecf45499efde172e99e548f9e5640e753183f5e862af
7
- data.tar.gz: f0933411816db888b9a6aa249efa69b1bd68c07e6da36f49326f26c4d7a0ad7048201763b42d0a7772b1a9f069bdb1fcd673fcbba343b4e564279fabe66b115d
6
+ metadata.gz: 3205e932e1f40a969ca0d8d483f7f2b7050e6060c33abb3c4c52d413b7e450a69c098aad0ff6b12e91779a3c8f1156f2d30f626b2f667ac969e72ba4a8d72d47
7
+ data.tar.gz: 7cb4faabfeef3fdefd19f7fca30a686cdb53bdc24b8ec71c677074afa1de020110363adb7fbb1e80711da6bbec9c577792174ef4df08128867994c4ddc9d05f7
@@ -112,7 +112,7 @@ module Bipbip
112
112
  timestamp_last_check = slow_query_last_check
113
113
  time_period = Time.now - timestamp_last_check
114
114
 
115
- database_names_ignore = ['admin', 'system']
115
+ database_names_ignore = ['admin', 'system', 'local']
116
116
  database_list = (mongodb_client.database_names - database_names_ignore).map { |name| mongodb_database(name) }
117
117
 
118
118
  stats = database_list.reduce({'total' => {'count' => 0, 'time' => 0}, 'max' => {'time' => 0}}) do |memo, database|
@@ -1,3 +1,3 @@
1
1
  module Bipbip
2
- VERSION = '0.5.18'
2
+ VERSION = '0.5.19'
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.5.18
4
+ version: 0.5.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: 2015-01-28 00:00:00.000000000 Z
13
+ date: 2015-02-03 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: copperegg