constant_vision 0.1.0 → 0.1.1
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 +4 -4
- data/lib/constant_vision/version.rb +1 -1
- data/lib/constant_vision.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 38f0b23ec202be97a249176a8b22e8b19c10f416c4485e60a6b8252f8846eab0
|
|
4
|
+
data.tar.gz: 49d8223a7aec1838c954f4c643030c885c1bb1ebeab41642507674438c1afb5e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 48c066ff5226f13b9b4012c2d9a20c1d421d57370c70e2675e2ba77b7255c4780d09980083fe272fad6eceb62f72ff258412ea5a3d4aab79dd2bb193f3dd0a67
|
|
7
|
+
data.tar.gz: bc518fd5495ff1047f04f0a16363fb2ba9a9d0e3d5ef8e32ed42c7a63fa5d102139caef155f8bf34c093675c753cfba29858af355d840c9e1dfafe00a826bd44
|
data/lib/constant_vision.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: constant_vision
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- hogucc
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-10-
|
|
11
|
+
date: 2023-10-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: The ConstantVision gem is designed to scan all constants within a Rails
|
|
14
14
|
application. It is useful for finding out if a constant exists or not.
|