private_detective 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/private_detective/version.rb +2 -2
- data/private_detective.gemspec +3 -3
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8cb813eff17cef2ae72d932f4e1c308198a62c8106ebf7a5c54c5f7ea9b4a7f9
|
|
4
|
+
data.tar.gz: 63260d83ab759c27b3fd345f2bef1e355388aecd1fd48fe0f8cc8edbd3867619
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2f59feb6c3e0083befbac8cbc636989208ae724638aa0d34b15fc19caa9621f699054c53eedc9085f3d21b1c44091e160be889c8271b66161dae1b561582fee7
|
|
7
|
+
data.tar.gz: b2355436bfaa88c186c3495fa19405ee581802c97024a5aef3d5ee0e83b836928d9c305f829a09939bda3a39ddf6f7b20ca436d7a4e67da0daa32aff41769188
|
data/private_detective.gemspec
CHANGED
|
@@ -10,13 +10,13 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
|
|
11
11
|
spec.summary = "Private Detective is a Ruby parser gem that helps you check method visibility."
|
|
12
12
|
spec.description = "Method visibility is an important part of Ruby's object model. Private Detective helps you check method visibility in your Ruby code."
|
|
13
|
-
spec.homepage = "https://github.com/rossme/
|
|
13
|
+
spec.homepage = "https://github.com/rossme/private-detective"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
spec.required_ruby_version = ">= 2.6.0"
|
|
16
16
|
|
|
17
17
|
spec.metadata["homepage_uri"] = spec.homepage
|
|
18
|
-
spec.metadata["source_code_uri"] = "https://github.com/rossme/
|
|
19
|
-
spec.metadata["changelog_uri"] = "https://github.com/rossme/
|
|
18
|
+
spec.metadata["source_code_uri"] = "https://github.com/rossme/private-detective"
|
|
19
|
+
spec.metadata["changelog_uri"] = "https://github.com/rossme/private-detective/blob/master/CHANGELOG.md"
|
|
20
20
|
|
|
21
21
|
# Specify which files should be added to the gem when it is released.
|
|
22
22
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: private_detective
|
|
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
|
- rossme
|
|
@@ -55,13 +55,13 @@ files:
|
|
|
55
55
|
- lib/private_detective/version.rb
|
|
56
56
|
- private_detective.gemspec
|
|
57
57
|
- sig/private_detective.rbs
|
|
58
|
-
homepage: https://github.com/rossme/
|
|
58
|
+
homepage: https://github.com/rossme/private-detective
|
|
59
59
|
licenses:
|
|
60
60
|
- MIT
|
|
61
61
|
metadata:
|
|
62
|
-
homepage_uri: https://github.com/rossme/
|
|
63
|
-
source_code_uri: https://github.com/rossme/
|
|
64
|
-
changelog_uri: https://github.com/rossme/
|
|
62
|
+
homepage_uri: https://github.com/rossme/private-detective
|
|
63
|
+
source_code_uri: https://github.com/rossme/private-detective
|
|
64
|
+
changelog_uri: https://github.com/rossme/private-detective/blob/master/CHANGELOG.md
|
|
65
65
|
post_install_message:
|
|
66
66
|
rdoc_options: []
|
|
67
67
|
require_paths:
|