ruby-lsp-doclinks 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: 12954ad2e802bc2f08441ab59082fb0a89a119292351e87a8d14efd9c3df7e69
4
- data.tar.gz: 809235b97945b4b34cc09871d9d2a19316c70a649c3f1555389089ebf003aca5
3
+ metadata.gz: db54e7e5f3e3bfc9428d8a31d8c6550481a5fc2930012d1f8205c5f9722ccc8e
4
+ data.tar.gz: 656afe8483775c656c56482007123941add55b3ca7f7a4a71364210e4525a3f5
5
5
  SHA512:
6
- metadata.gz: 8fb13af91f8b99ce58cf4f01de07c28614a7ce9008491e7bacdf7401afe3822192e780b4e0691bbed7dda3e14e87804741eb56584f33ac3d93cf3b66ef3a3068
7
- data.tar.gz: a79bed4dc2aa720abcca1cf5f155f5db6f105c37701c8d47d7330a187cee78361d7b0526ae0a05f876fb7bc2903fdcc389a2f3d258fbb5df1bdb72971bcde400
6
+ metadata.gz: 77d8bd070678adf7466abbba4525a9bd9cf48ee73ef9fe98b4f4b8adc04a38038e82168efd016e42ceed00c8d934e5c73a187a9c92c9d2ee4207f24b51260bd2
7
+ data.tar.gz: '0159da4748b0be1bc728a932fa3091d0be62c01e838a05e985e4b90993e2ae0bda0bc04af0e13313a47f0763abd7180c221f64d6fa342a0ac3eb67269ada495c'
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ =## [0.1.1] - 2025-03-25
2
+
3
+ - Fix bad constant
4
+
1
5
  =## [0.1.0] - 2025-03-25
2
6
 
3
7
  - Initial release
@@ -4,7 +4,7 @@ require "ruby_lsp/addon"
4
4
  require "ruby_lsp/requests/support/common"
5
5
 
6
6
  module RubyLsp
7
- module DocLinks
7
+ module Doclinks
8
8
  class Addon < ::RubyLsp::Addon
9
9
  def initialize
10
10
  super
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RubyLsp
4
4
  module Doclinks
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
  end
7
7
  end
data/sorbet/rbi/todo.rbi CHANGED
@@ -6,10 +6,10 @@
6
6
 
7
7
  module ::DateAndTime::Calculations; end
8
8
  module ::DateAndTime::Zones; end
9
- module ::RubyLsp::Addon; end
10
9
  module ActiveSupport::ArrayInquirer; end
11
10
  module ActiveSupport::Multibyte::Chars; end
12
11
  module ActiveSupport::SafeBuffer; end
13
12
  module ActiveSupport::StringInquirer; end
14
13
  module ActiveSupport::TimeZone; end
15
- module RubyLspDocLinks::Hover::Requests::Support::Common; end
14
+ module RubyLsp::Addon; end
15
+ module RubyLsp::Doclinks::Hover::Requests::Support::Common; end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-lsp-doclinks
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
  - Matt Conway