method-ray 0.1.1-aarch64-linux → 0.1.2-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ba0fd20af9fc46082f5129c8a340eb2852ad634195fbf22b69c07d9faec5372a
4
- data.tar.gz: 96dd2472f093989507967e60c067b2f8111f3b3a0fc7138b5c508e740dd7b07c
3
+ metadata.gz: 1134c7392a80a1098d38f97eb62d1aa3e6a6f0e58ce5eb6a350baa7681b3a08a
4
+ data.tar.gz: b023185b738817f087d19275552c8d7cbe85dee182b7c58073d87d991212d537
5
5
  SHA512:
6
- metadata.gz: 992ce7ed899fff8c32e4d0acff17c0806b540416bb74b72c49d336b1153e5ea990d9eac42dcbb7f5ddc197e0224c639172f668f80e58f6c89d39f19366a4a70d
7
- data.tar.gz: 7df23c2a18a749c2ae1e54d32c91ee67492fa551a8dcf789665987698ddaf67008883ab3004f2fcc46e15ae72dc9835f915a2f4b91225bd669379b2439f98a96
6
+ metadata.gz: eac80e0ed22c77157e37cb73a2af2a36ec3d486900543c7784813a98b962fdeb22e5867886624e4258bb090362b5b4e95cce0a6071dfec07c36d04bf31d5cb82
7
+ data.tar.gz: 61f6e419e9f6600f3e5b98d12d285ec15977186d256c1129d9e410e1de2f02a2a089e43e7e1b38fa031c9e84d543fb1647cf1089a197fbd677992034ffc3725a
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.1.2] - 2025-01-19
9
+
10
+ ### Added
11
+
12
+ - Pre-built RBS cache bundled with gem (no initialization required)
13
+ - `MethodRay.setup` for cache generation (internal API)
14
+
15
+ ### Changed
16
+
17
+ - Separated `setup` logic from `infer_types` for cleaner cache generation
18
+
8
19
  ## [0.1.1] - 2025-01-19
9
20
 
10
21
  ### Added
@@ -19,5 +30,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
30
  - Initial release
20
31
  - `methodray check` - Static type checking for Ruby files
21
32
 
33
+ [0.1.2]: https://github.com/dak2/method-ray/releases/tag/v0.1.2
22
34
  [0.1.1]: https://github.com/dak2/method-ray/releases/tag/v0.1.1
23
35
  [0.1.0]: https://github.com/dak2/method-ray/releases/tag/v0.1.0
Binary file
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MethodRay
4
- VERSION = '0.1.1'
4
+ VERSION = '0.1.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: method-ray
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - dak2
@@ -41,6 +41,7 @@ files:
41
41
  - lib/methodray/commands.rb
42
42
  - lib/methodray/methodray-cli
43
43
  - lib/methodray/methodray.so
44
+ - lib/methodray/rbs_cache.bin
44
45
  - lib/methodray/version.rb
45
46
  homepage: https://github.com/dak2/method-ray
46
47
  licenses: