komachi_heartbeat 2.3.1 → 2.4.0

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: 1b8496a4c02dcbb68dcdab15c7b2955325c71d32
4
- data.tar.gz: 67a2659f50dbc9d3a0699f0ce81713806f996a61
3
+ metadata.gz: 55e8829cbd1c7d329bd2c20a7b4ff9010d852a4a
4
+ data.tar.gz: 45f200b61a786f7502526b476de69852e1931581
5
5
  SHA512:
6
- metadata.gz: c10f5ca455e92ee64f2180000d5c8670c87197b96b397ef162556e2830699ec62a051b36d4525d6c33ad319d8d43e62467940e7950c3a66de994ca70bb724efb
7
- data.tar.gz: 4cbf6b38892aa5639910d329a0667415e945adfcf47fdfce78f7d0e60065e933f890b190f403d1556746b97b5750c1574779e76fafc82b079bb3dcec9ac289d5
6
+ metadata.gz: 128803b048708a481ecee50fcb5f86698c90fde02d517e67b44edfc6096acd75f17a5e1c91377d06fba23f4e6ee0c2ee46221299bac784530d319b6c00ea8317
7
+ data.tar.gz: 74bfea482929beb55fc03e5925198cc3841802e2d676c7508838921fcbe71c19e8453111be31083c45cc076654bbed709e991a8f61b7aafb53a540d8d79b044a
@@ -44,7 +44,7 @@ module KomachiHeartbeat
44
44
 
45
45
  def db_connection_check
46
46
  connection_database_class_names.each do |klass|
47
- klass.constantize.connection.execute "SELECT * FROM schema_migrations LIMIT 1"
47
+ klass.constantize.connection.execute "SELECT 1"
48
48
  end
49
49
  end
50
50
 
@@ -1,3 +1,3 @@
1
1
  module KomachiHeartbeat
2
- VERSION = "2.3.1"
2
+ VERSION = "2.4.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: komachi_heartbeat
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1
4
+ version: 2.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takumi MIURA
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-18 00:00:00.000000000 Z
11
+ date: 2016-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails