is_this_used 0.1.4 → 0.1.5
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: db708529c7148854a23634355a3e3e91f1a1b154e69f482d7c86f4305ac7f115
|
|
4
|
+
data.tar.gz: 5a6945133069eff8337fda99ec266654c774f28a7cd6b8d160037e04205bab08
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8ffe144f221f115c9fcbee6e53c0ce21fdb7096567b532c981c1bcc6dc18947eadc1f179070b217b6fb32d972c6e4b1e15be4ebfe8f6f80e3820d8536d6e7e25
|
|
7
|
+
data.tar.gz: 999d31143f3065cc1c6bd87cee5f2f1385711be8371433cfa361e75b7bd56e0a0b5ca3c44254123c2c4dac435f863c7d5e6263245d3cc634a16cfea9de4fb74f
|
|
@@ -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
|
)
|
data/lib/is_this_used/version.rb
CHANGED
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
|
+
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-
|
|
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: []
|