is_this_used 0.1.3 → 0.1.4

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
  SHA256:
3
- metadata.gz: 30573cf11b6fec940b4b6f03bc541fa36af22d3188e29e82a5ed7e13233a8ce2
4
- data.tar.gz: f6656c296f1edcfe87e9929e1225e0f2b558aa2c92f87d6e5369d705fb70cb9e
3
+ metadata.gz: d781ed2774ddda32adf7b68b87cc0666e6c08de682b07ab2fbec2daa45f02789
4
+ data.tar.gz: fd32bc27fa9ece52099e5cc1214394c14753478c7677c70ab04e4b31ca92a3f6
5
5
  SHA512:
6
- metadata.gz: 51feda93ddd637a4f7f18ea285ff2cc989cb9457c2c3e6cbad1f0b7a0cf6f140e087f3191e25c9bd4b3e326346c12fdb6476cfbce67bf14543bd6042afd7548c
7
- data.tar.gz: e4d69c95977e97d6aafd7aa323af7eb40df7735d969f273a4c122777184c30bfe56799a90ddcffc1036294e2d6831571c9b57df449e0d471fb48b058fcee96d7
6
+ metadata.gz: 9da3a8cfda9bc44da06b7732e205d410709a2166568cbaacd8c17020b2960f40cfd2043ea82cd6dc96eb8a37aa7c08ae616669683cde524087b88f6f083fdb3c
7
+ data.tar.gz: 8c0ae318620b3808a775c9c9d9301bc942d4426dea9981eba78433e5055d1b1484ddc717b836afdd9b9b12a5921b81cba39d839ee3bb3cb46af8d7a29600b4a9
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- is_this_used (0.1.2)
4
+ is_this_used (0.1.4)
5
5
  activerecord (>= 5.2)
6
6
 
7
7
  GEM
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- is_this_used (0.1.2)
4
+ is_this_used (0.1.4)
5
5
  activerecord (>= 5.2)
6
6
 
7
7
  GEM
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- is_this_used (0.1.2)
4
+ is_this_used (0.1.4)
5
5
  activerecord (>= 5.2)
6
6
 
7
7
  GEM
@@ -85,6 +85,10 @@ module IsThisUsed
85
85
  Rails.logger.warn(
86
86
  'There was an error recording potential cruft. Does the potential_crufts table exist?'
87
87
  )
88
+ rescue Mysql2::Error::ConnectionError
89
+ Rails.logger.warn(
90
+ 'There was an error recording potential cruft due to being unable to connect to the database. This may be a non-issue in cases where the database is intentionally not available.'
91
+ )
88
92
  end
89
93
 
90
94
  def target_method(method_name, method_type)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module IsThisUsed
4
- VERSION = '0.1.3'
4
+ VERSION = '0.1.4'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: is_this_used
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Doug Hughes