is_this_used 0.1.4 → 0.1.5

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: d781ed2774ddda32adf7b68b87cc0666e6c08de682b07ab2fbec2daa45f02789
4
- data.tar.gz: fd32bc27fa9ece52099e5cc1214394c14753478c7677c70ab04e4b31ca92a3f6
3
+ metadata.gz: db708529c7148854a23634355a3e3e91f1a1b154e69f482d7c86f4305ac7f115
4
+ data.tar.gz: 5a6945133069eff8337fda99ec266654c774f28a7cd6b8d160037e04205bab08
5
5
  SHA512:
6
- metadata.gz: 9da3a8cfda9bc44da06b7732e205d410709a2166568cbaacd8c17020b2960f40cfd2043ea82cd6dc96eb8a37aa7c08ae616669683cde524087b88f6f083fdb3c
7
- data.tar.gz: 8c0ae318620b3808a775c9c9d9301bc942d4426dea9981eba78433e5055d1b1484ddc717b836afdd9b9b12a5921b81cba39d839ee3bb3cb46af8d7a29600b4a9
6
+ metadata.gz: 8ffe144f221f115c9fcbee6e53c0ce21fdb7096567b532c981c1bcc6dc18947eadc1f179070b217b6fb32d972c6e4b1e15be4ebfe8f6f80e3820d8536d6e7e25
7
+ data.tar.gz: 999d31143f3065cc1c6bd87cee5f2f1385711be8371433cfa361e75b7bd56e0a0b5ca3c44254123c2c4dac435f863c7d5e6263245d3cc634a16cfea9de4fb74f
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- is_this_used (0.1.4)
4
+ is_this_used (0.1.2)
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.4)
4
+ is_this_used (0.1.2)
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.4)
4
+ is_this_used (0.1.2)
5
5
  activerecord (>= 5.2)
6
6
 
7
7
  GEM
@@ -85,7 +85,7 @@ 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
88
+ rescue Mysql2::Error::ConnectionError, ActiveRecord::ConnectionNotEstablished
89
89
  Rails.logger.warn(
90
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
91
  )
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module IsThisUsed
4
- VERSION = '0.1.4'
4
+ VERSION = '0.1.5'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: is_this_used
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Doug Hughes
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-01-31 00:00:00.000000000 Z
11
+ date: 2022-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -245,7 +245,7 @@ homepage: https://github.com/dhughes/is_this_used
245
245
  licenses:
246
246
  - MIT
247
247
  metadata: {}
248
- post_install_message:
248
+ post_install_message:
249
249
  rdoc_options: []
250
250
  require_paths:
251
251
  - lib
@@ -260,8 +260,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
260
260
  - !ruby/object:Gem::Version
261
261
  version: '0'
262
262
  requirements: []
263
- rubygems_version: 3.0.3
264
- signing_key:
263
+ rubygems_version: 3.0.3.1
264
+ signing_key:
265
265
  specification_version: 4
266
266
  summary: Provides a system to track method usage somewhat unobtrusively.
267
267
  test_files: []