ruby-lsp-typeprof 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: 2a3567db20f05419823a0f84a7779f77e9ef39606302242851232ba78bc7cc3f
4
- data.tar.gz: 7ff4ba5760b46ac3e51c7b21294c04c84ce65c52921a3a00d900523d519930c6
3
+ metadata.gz: 362ea4289e3e11f4e540ae7704ccf26f5da5331003c940d307bff0f0cd1b78d1
4
+ data.tar.gz: 34e69521810c62ab1fec6375b5b40f32678477e8575098a7e1411aafeb989fad
5
5
  SHA512:
6
- metadata.gz: f586a90f9ade8046de2de872eabc7ba41554b18b1553e919e675daa9aa6d737f40a4b82b342f5c63f9f6892c70bed314db701bc020d4c8c83427f64b74bcf284
7
- data.tar.gz: acba530fb0638a864b644f6d3f2b1aa07a54047e048d3dfbd5feda2f88ca2be2b47276b2bf8e11d5abfd072ec36d1db5ecb1895a134b245cf9569949a97f845b
6
+ metadata.gz: 461e4f0e66eec8fbf4fac406a4939796fbed526030a1e82b887eae2722858a13a319ca83b80ee62d71dbc6878133e1e701fee7212ec4985715ceccd61f4c71fb
7
+ data.tar.gz: 9077bc7fe7f67ffbe447f2bb38b78614fca73b0a5edb6624cbba77878db37c1b9cc81d704253749acdc890863e0e1568ddf5c2278bac1b2bca86f95de8d9d806
data/.tagpr ADDED
@@ -0,0 +1,5 @@
1
+ [tagpr]
2
+ vPrefix = true
3
+ releaseBranch = main
4
+ versionFile = lib/ruby_lsp_typeprof/version.rb
5
+ postVersionCommand = BUNDLE_FROZEN=false bundle install
data/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## [Unreleased]
1
+ ## [v0.1.1](https://github.com/sinsoku/ruby-lsp-typeprof/compare/v0.1.0...v0.1.1) - 2026-04-27
2
2
 
3
3
  ## [0.1.0] - 2026-04-27
4
4
 
data/README.md CHANGED
@@ -1,3 +1,6 @@
1
+ [![Gem Version](https://badge.fury.io/rb/ruby-lsp-typeprof.svg)](https://badge.fury.io/rb/ruby-lsp-typeprof)
2
+ [![Test](https://github.com/sinsoku/ruby-lsp-typeprof/actions/workflows/test.yml/badge.svg)](https://github.com/sinsoku/ruby-lsp-typeprof/actions/workflows/test.yml)
3
+
1
4
  # TypeProf add-on
2
5
 
3
6
  The TypeProf add-on is a [Ruby LSP](https://github.com/Shopify/ruby-lsp) [add-on](https://shopify.github.io/ruby-lsp/add-ons.html) to provide type inference features.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RubyLsp
4
4
  module Typeprof
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-lsp-typeprof
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
  - Takumi Shotoku
@@ -44,6 +44,7 @@ executables: []
44
44
  extensions: []
45
45
  extra_rdoc_files: []
46
46
  files:
47
+ - ".tagpr"
47
48
  - CHANGELOG.md
48
49
  - CODE_OF_CONDUCT.md
49
50
  - LICENSE.txt
@@ -53,14 +54,14 @@ files:
53
54
  - lib/ruby_lsp/ruby_lsp_typeprof/addon.rb
54
55
  - lib/ruby_lsp/ruby_lsp_typeprof/code_lens_listener.rb
55
56
  - lib/ruby_lsp_typeprof/version.rb
56
- - sig/ruby_lsp/ruby_lsp_typeprof.rbs
57
+ - sig/ruby_lsp_typeprof/version.rbs
57
58
  homepage: https://github.com/sinsoku/ruby-lsp-typeprof
58
59
  licenses:
59
60
  - MIT
60
61
  metadata:
61
62
  homepage_uri: https://github.com/sinsoku/ruby-lsp-typeprof
62
- source_code_uri: https://github.com/sinsoku/ruby-lsp-typeprof/tree/v0.1.0
63
- changelog_uri: https://github.com/sinsoku/ruby-lsp-typeprof/blob/v0.1.0/CHANGELOG.md
63
+ source_code_uri: https://github.com/sinsoku/ruby-lsp-typeprof/tree/v0.1.1
64
+ changelog_uri: https://github.com/sinsoku/ruby-lsp-typeprof/blob/v0.1.1/CHANGELOG.md
64
65
  rubygems_mfa_required: 'true'
65
66
  rdoc_options: []
66
67
  require_paths: