ruby-lsp-shoulda-context 0.4.7 → 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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/ruby_lsp/ruby-lsp-shoulda-context/addon.rb +1 -1
- data/lib/ruby_lsp/shoulda_context/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cbc273b4624f3d0ce405be00b9a2bf7411642f3d79069070a33af60bb21ddfcd
|
4
|
+
data.tar.gz: b4fc1ef8063ba6eff9bff20f28e204ae7a253ae82eab1c3ea45a997d43cc0b72
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6f5d7c28664a841fc36ce0f32761a8ee6c1507afb33ad935215e6b2629c5528ab127f2850e48972eb2c191065d99d7c440743b9ec86ac3a619f72a02b5851417
|
7
|
+
data.tar.gz: 765a09cf1712301fb54b0da24022435380b4d8502b45a38b5f1a47627e71b820da3a5ce7f43d9086e712b94b55cc809e288764832e7fbdd8c7cc620544331d7d
|
data/CHANGELOG.md
CHANGED
@@ -1,4 +1,8 @@
|
|
1
1
|
## [Unreleased]
|
2
|
+
## [0.4.9] - 2025-01-13
|
3
|
+
- Updated Ruby LSP version to 0.23.0
|
4
|
+
## [0.4.8] - 2024-11-29
|
5
|
+
- Updated Ruby LSP version to 0.22.0
|
2
6
|
## [0.4.7] - 2024-11-18
|
3
7
|
- Updated Ruby LSP version to 0.21.0 and changed version dependency locking in gemspec to version constraint vía [RubyLSP constraint](https://github.com/Shopify/ruby-lsp/pull/2638) to make it more forward compatible.
|
4
8
|
## [0.4.6] - 2024-08-31
|
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.
|
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:
|
11
|
+
date: 2025-01-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: dotenv
|