typeprof 0.21.10 → 0.21.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '06598fbcfb3ce3394271ccc6f97304d4cc902f57eb581c3341865a6a17b9ec27'
4
- data.tar.gz: f9359077192046c0dc45884b64af37ddd06586866ad8231d292d5e7d013861ec
3
+ metadata.gz: 2fe080a0c812f2be50d024eb51bd7c4ba751c2a720aaa99489e4a6271edba1e2
4
+ data.tar.gz: 6bd7b34c3428855355ff644ecf9987cda4db8645ba3a495a0f412f25c98a9972
5
5
  SHA512:
6
- metadata.gz: 3c72b7cf70f321c75b42f2addacfa2a27f9cfa3f5c010ae0b430e3385e3d3befaf749a190d57d9228976afa48e56d91d8a8abab2823c69401c17dd8523ee2697
7
- data.tar.gz: 1cfc46a0c0ac7bd5e7ec96c6a8f9e24c4854daa1ec1c830a0eb5af0348d2271865ca65400dca12cd892b6e33fd9929fae41d379064a1dceabc2d8dbf96292243
6
+ metadata.gz: ac0242124986985239123f8a15e2cea01c77815cf2a9e5e586178fdece251d0e13172429ea09773d7b5136aed568db4e7e25fadcabb5a7afd000f57454c28b79
7
+ data.tar.gz: 4b36374f2af922eab5803e77666046896392153475d3dc892cc689e25beb84c83a6b5a164c344768b2d0951ba790832785907d1cf65b1f37cc91d9f1472cf957
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- typeprof (0.21.10)
4
+ typeprof (0.21.11)
5
5
  rbs (>= 1.8.1)
6
6
 
7
7
  GEM
@@ -12,7 +12,7 @@ GEM
12
12
  docile (1.4.0)
13
13
  power_assert (2.0.1)
14
14
  rake (13.0.1)
15
- rbs (3.4.3)
15
+ rbs (3.4.4)
16
16
  abbrev
17
17
  simplecov (0.21.2)
18
18
  docile (~> 1.1)
data/lib/typeprof/type.rb CHANGED
@@ -921,7 +921,7 @@ module TypeProf
921
921
 
922
922
  # Dirty Hack: Stop the iteration at most once!
923
923
  # I'll remove this hack if RBS removes the limitation of nesting blocks
924
- return fargs_str, sig_help if caller_locations.any? {|frame| frame.label == "show_block_signature" }
924
+ return fargs_str, sig_help if caller_locations.any? {|frame| frame.label =~ /\bshow_block_signature\z/ }
925
925
 
926
926
  optional = false
927
927
  blks = []
@@ -1,3 +1,3 @@
1
1
  module TypeProf
2
- VERSION = "0.21.10"
2
+ VERSION = "0.21.11"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: typeprof
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.10
4
+ version: 0.21.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yusuke Endoh
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-02-08 00:00:00.000000000 Z
11
+ date: 2024-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rbs