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 +4 -4
- data/.tagpr +5 -0
- data/CHANGELOG.md +1 -1
- data/README.md +3 -0
- data/lib/ruby_lsp_typeprof/version.rb +1 -1
- metadata +5 -4
- /data/sig/{ruby_lsp/ruby_lsp_typeprof.rbs → ruby_lsp_typeprof/version.rbs} +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 362ea4289e3e11f4e540ae7704ccf26f5da5331003c940d307bff0f0cd1b78d1
|
|
4
|
+
data.tar.gz: 34e69521810c62ab1fec6375b5b40f32678477e8575098a7e1411aafeb989fad
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 461e4f0e66eec8fbf4fac406a4939796fbed526030a1e82b887eae2722858a13a319ca83b80ee62d71dbc6878133e1e701fee7212ec4985715ceccd61f4c71fb
|
|
7
|
+
data.tar.gz: 9077bc7fe7f67ffbe447f2bb38b78614fca73b0a5edb6624cbba77878db37c1b9cc81d704253749acdc890863e0e1568ddf5c2278bac1b2bca86f95de8d9d806
|
data/.tagpr
ADDED
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
[](https://badge.fury.io/rb/ruby-lsp-typeprof)
|
|
2
|
+
[](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.
|
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.
|
|
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/
|
|
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.
|
|
63
|
-
changelog_uri: https://github.com/sinsoku/ruby-lsp-typeprof/blob/v0.1.
|
|
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:
|
|
File without changes
|