method-ray 0.2.0-aarch64-linux → 0.2.1-aarch64-linux
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 +11 -0
- data/README.md +1 -8
- data/lib/methodray/methodray-cli +0 -0
- data/lib/methodray/methodray.so +0 -0
- data/lib/methodray/rbs_cache.bin +0 -0
- data/lib/methodray/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0133b692617f613d81f181351af23d666b0ef1556d8f7af7fca75c26e00bc5aa
|
|
4
|
+
data.tar.gz: 305c27f45ffbeeccc56122452719251ea683b89e58e1a7d69258022031b69984
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7d5f50ad8f48d415f534f3d2c13e6777887269fa3798c4849060df0fb15833e256c918372a3feec585c2fd58a93e075b8d10d35d97c43112872d249ece3ffca7
|
|
7
|
+
data.tar.gz: 22ad92dbc575668065fa49c103427195f2c4ea37dd49621c9b4f3d5340658d1520fc37ba23ab1d5dfe05131dd60af37b51aaf361c01d0b30585e0bbccf706d0b
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [0.2.1] - 2026-05-03
|
|
9
|
+
|
|
10
|
+
### Deprecated
|
|
11
|
+
|
|
12
|
+
- Deprecate `watch` subcommand ([#113](https://github.com/dak2/method-ray/pull/113))
|
|
13
|
+
- Deprecate `methodray-lsp` binary ([#116](https://github.com/dak2/method-ray/pull/116))
|
|
14
|
+
|
|
15
|
+
### Fixed
|
|
16
|
+
|
|
17
|
+
- Fix gem name in README ([#115](https://github.com/dak2/method-ray/pull/115))
|
|
18
|
+
|
|
8
19
|
## [0.2.0] - 2026-04-05
|
|
9
20
|
|
|
10
21
|
### Added
|
data/README.md
CHANGED
|
@@ -11,7 +11,7 @@ Method-Ray supports Ruby 3.4 or later.
|
|
|
11
11
|
## Installation
|
|
12
12
|
|
|
13
13
|
```bash
|
|
14
|
-
gem install
|
|
14
|
+
gem install method-ray
|
|
15
15
|
```
|
|
16
16
|
|
|
17
17
|
## Quick Start
|
|
@@ -23,13 +23,6 @@ gem install methodray
|
|
|
23
23
|
bundle exec methodray check app/models/user.rb
|
|
24
24
|
```
|
|
25
25
|
|
|
26
|
-
### Watching for File Changes, Re-checking Methods
|
|
27
|
-
|
|
28
|
-
```bash
|
|
29
|
-
# Watch a file for changes and re-check on save
|
|
30
|
-
bundle exec methodray watch app/models/user.rb
|
|
31
|
-
```
|
|
32
|
-
|
|
33
26
|
#### Example Usage
|
|
34
27
|
|
|
35
28
|
`bundle exec methodray check app/models/user.rb`
|
data/lib/methodray/methodray-cli
CHANGED
|
Binary file
|
data/lib/methodray/methodray.so
CHANGED
|
Binary file
|
data/lib/methodray/rbs_cache.bin
CHANGED
|
Binary file
|
data/lib/methodray/version.rb
CHANGED