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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3b2a4fd2e7baae3f735e10f71e48d5b9536d54831244e36283afaacc028919c5
4
- data.tar.gz: 104bfcd621e4fb437c5956f6ac9793ab7116ef8a26ae2927f78deec9ec668d80
3
+ metadata.gz: 8cb813eff17cef2ae72d932f4e1c308198a62c8106ebf7a5c54c5f7ea9b4a7f9
4
+ data.tar.gz: 63260d83ab759c27b3fd345f2bef1e355388aecd1fd48fe0f8cc8edbd3867619
5
5
  SHA512:
6
- metadata.gz: 60038d8884c2bec910a34ebc060265beb5c1068d91b5ae23fc4365dabd0ec766e06e10239021dcb107bd60a7836fe4eaa5cdd33acbd6421b5a28f7258a919859
7
- data.tar.gz: 6ee76e06401e130ebde370d1389ff714cabc9a20707bcdb8385d86e73134eea2d7d8159d9e39b0c59371db2a30d6c3b666ad68f13d55a89a78e38490c28064c6
6
+ metadata.gz: 2f59feb6c3e0083befbac8cbc636989208ae724638aa0d34b15fc19caa9621f699054c53eedc9085f3d21b1c44091e160be889c8271b66161dae1b561582fee7
7
+ data.tar.gz: b2355436bfaa88c186c3495fa19405ee581802c97024a5aef3d5ee0e83b836928d9c305f829a09939bda3a39ddf6f7b20ca436d7a4e67da0daa32aff41769188
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PrivateDetective
4
- VERSION = "0.1.0"
5
- end
4
+ VERSION = "0.1.1"
5
+ end
@@ -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/private_detective"
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/private_detective"
19
- spec.metadata["changelog_uri"] = "https://github.com/rossme/private_detective/blob/master/CHANGELOG.md"
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.0
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/private_detective
58
+ homepage: https://github.com/rossme/private-detective
59
59
  licenses:
60
60
  - MIT
61
61
  metadata:
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
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: