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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cc6e1dec6be445c7d37b83ea393b68fe76d671ab24694cb9e425de62dd278d1f
4
- data.tar.gz: d3f550132eeec47006645fc1d864c2f66ff960896f684bbc721954d24c3cc754
3
+ metadata.gz: 38f0b23ec202be97a249176a8b22e8b19c10f416c4485e60a6b8252f8846eab0
4
+ data.tar.gz: 49d8223a7aec1838c954f4c643030c885c1bb1ebeab41642507674438c1afb5e
5
5
  SHA512:
6
- metadata.gz: d16b9a7a30d0ea9a881e78f2122bf7d293791885efe270d342e2bee6b025d64131719a8d47d52416a16e7afc22470176c0b544ce1d06b3e9d0d7e5703fb85201
7
- data.tar.gz: c7107e54c438c9588838eb4326a23c819f41840f331dcedb5d37b0c9e01beba1b653e2decd289d122a02cbb0a49123011a1dd28f84a543829b00d2c753b6858f
6
+ metadata.gz: 48c066ff5226f13b9b4012c2d9a20c1d421d57370c70e2675e2ba77b7255c4780d09980083fe272fad6eceb62f72ff258412ea5a3d4aab79dd2bb193f3dd0a67
7
+ data.tar.gz: bc518fd5495ff1047f04f0a16363fb2ba9a9d0e3d5ef8e32ed42c7a63fa5d102139caef155f8bf34c093675c753cfba29858af355d840c9e1dfafe00a826bd44
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ConstantVision
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  end
@@ -75,6 +75,6 @@ module ConstantVision
75
75
  end
76
76
  end
77
77
 
78
- matching_modules
78
+ matching_modules.join(",")
79
79
  end
80
80
  end
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.0
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-22 00:00:00.000000000 Z
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.