gem-ttags 1.0.6 → 1.0.7

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: c9010d7cb2e81cee3e644162e86aceb640245ead58378c6acac2bd5dff32a149
4
- data.tar.gz: 494583b0fd166ca16f914e8957cb12cc502a019d90af1e4f088e08dcdb45f65a
3
+ metadata.gz: dab7f94fe483d5972750fbd237cda208688fcc92d881e9f217d106adca9385f3
4
+ data.tar.gz: 535b997dc6935d931fe20a47741a7f9d7cdffbbbfc1402c54d73ee299e4dc67e
5
5
  SHA512:
6
- metadata.gz: ae7bc168f09c89ff76fb5550bfc46681930d404dd6dcebb7b051804fd545529afa383c52468b409ec0a5dcb42194bc9c9c2b991a85d2d302d0375f3a06908d06
7
- data.tar.gz: 76effca5546e582392a90260521a5ec9c3adcc4257eedd53afb81d7ee1e79b4c136a16971b1f85ac00f34f673ae55f6e664bffced07cbcb919f9ffea33f7297c
6
+ metadata.gz: 95163c641d265116b4b5a08ff8b9ab8db4061d3d249724d0c54366d121936b269e82fc0b038146d9a34c45b911fb43e8f14f12f572246c62be54dc8437ca511b
7
+ data.tar.gz: c2bee5949c8e4989598240d4999c53ed0d2ab4eaed0c73af2c16c4cd620a7eeca68acd774afb6981337b40eeba78b38fe907e515495a1977d4b67cb3209f58d2
data/gem-ttags.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "gem-ttags"
5
- spec.version = "1.0.6"
5
+ spec.version = "1.0.7"
6
6
  spec.authors = ["Nick Pezza"]
7
7
  spec.email = ["pezza@hey.com"]
8
8
 
@@ -31,9 +31,7 @@ class Gem::Commands::TtagsCommand < Gem::Command
31
31
  gem_path = Pathname.new(spec.full_gem_path)
32
32
 
33
33
  tag_file = gem_path.join("tags")
34
- paths = spec.require_paths.flat_map do |p|
35
- Dir.glob(gem_path.join(p, "**/*.rb"))
36
- end
34
+ paths = Dir.glob(gem_path.join("**/*.rb"))
37
35
  if paths.any? && can_write?(tag_file)
38
36
  ui&.say "Generating ttags for #{spec.full_name}"
39
37
  invoke(tag_file, *paths)
metadata CHANGED
@@ -1,16 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gem-ttags
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Pezza
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2023-03-19 00:00:00.000000000 Z
10
+ date: 2025-01-03 00:00:00.000000000 Z
12
11
  dependencies: []
13
- description:
14
12
  email:
15
13
  - pezza@hey.com
16
14
  executables: []
@@ -38,7 +36,6 @@ metadata:
38
36
  homepage_uri: https://github.com/npezza93/gem-ttags
39
37
  source_code_uri: https://github.com/npezza93/gem-ttags
40
38
  changelog_uri: https://github.com/npezza93/gem-ttags/releases
41
- post_install_message:
42
39
  rdoc_options: []
43
40
  require_paths:
44
41
  - lib
@@ -53,8 +50,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
53
50
  - !ruby/object:Gem::Version
54
51
  version: '0'
55
52
  requirements: []
56
- rubygems_version: 3.4.8
57
- signing_key:
53
+ rubygems_version: 3.6.2
58
54
  specification_version: 4
59
55
  summary: Automatic ttags generation on gem install
60
56
  test_files: []