ruby-lsp-shoulda-context 0.4.8 → 0.4.9

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: b09724f56922ce358b34a0bcbae333fadae878538f4eba822e7640532646ee2f
4
- data.tar.gz: b2ac42fb3d8eca7ab9b3eba549d375866792a4765432008cd8bd6e6176a1534a
3
+ metadata.gz: cbc273b4624f3d0ce405be00b9a2bf7411642f3d79069070a33af60bb21ddfcd
4
+ data.tar.gz: b4fc1ef8063ba6eff9bff20f28e204ae7a253ae82eab1c3ea45a997d43cc0b72
5
5
  SHA512:
6
- metadata.gz: 9a780aa5baf90e38f8be2e4915c37dcd5a3714db0069455a161939cb7d1986818b6b7b809459e493f670dea8bd1f9a9abf146d7a9e50d29141eade2cf89f472f
7
- data.tar.gz: 3acf5b4e8b4f52f08f9b4b67629e514e31081ed80f3bb3a12ef27a015a3d96709526d9c79c6c2203798121acfdd19f780909acae5368d1ba9f26aa8d745094f7
6
+ metadata.gz: 6f5d7c28664a841fc36ce0f32761a8ee6c1507afb33ad935215e6b2629c5528ab127f2850e48972eb2c191065d99d7c440743b9ec86ac3a619f72a02b5851417
7
+ data.tar.gz: 765a09cf1712301fb54b0da24022435380b4d8502b45a38b5f1a47627e71b820da3a5ce7f43d9086e712b94b55cc809e288764832e7fbdd8c7cc620544331d7d
data/CHANGELOG.md CHANGED
@@ -1,4 +1,6 @@
1
1
  ## [Unreleased]
2
+ ## [0.4.9] - 2025-01-13
3
+ - Updated Ruby LSP version to 0.23.0
2
4
  ## [0.4.8] - 2024-11-29
3
5
  - Updated Ruby LSP version to 0.22.0
4
6
  ## [0.4.7] - 2024-11-18
@@ -8,7 +8,7 @@ require "dotenv/load"
8
8
  require_relative "code_lens"
9
9
  require_relative "../shoulda_context/version"
10
10
 
11
- RubyLsp::Addon.depend_on_ruby_lsp!("~> 0.22.0")
11
+ RubyLsp::Addon.depend_on_ruby_lsp!("~> 0.23.0")
12
12
 
13
13
  module RubyLsp
14
14
  module ShouldaContext
@@ -3,6 +3,6 @@
3
3
 
4
4
  module RubyLsp
5
5
  module ShouldaContext
6
- VERSION = "0.4.8"
6
+ VERSION = "0.4.9"
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-lsp-shoulda-context
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.8
4
+ version: 0.4.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Domingo Edwards
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-11-29 00:00:00.000000000 Z
11
+ date: 2025-01-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dotenv