rails-on-sorbet 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 +4 -4
- data/CHANGELOG.md +22 -1
- data/lib/rails/on/sorbet/version.rb +1 -1
- metadata +1 -3
- data/lib/rails/on/sorbet/map.rbi +0 -935
- data/lib/rails/on/sorbet/shims.rbi +0 -598
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 057657277f463d4d5784ead1bc900e19797c5bea05a320a5b66b1fe45472768b
|
|
4
|
+
data.tar.gz: 806b3922d612631f5f6ae5b5f3570fbafe5ba60e2446b95be7c6b495eb0d7f29
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4032afbde300e87f28f6463b7e86036fad5f043d05d3f886be0e942121492b928598e75c381d851893913a1afd6ef6a80284eb51483debbef769f6db86ebfb7d
|
|
7
|
+
data.tar.gz: 4f4b029c8dc13209457c36e25076f867fc6c607bbf50eb6a77ae3a39fd500841e0986b7f0e2951dc64ccb571c9b6948dae197df98c99a32f3bc730fdba4def50
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
+
|
|
1
8
|
## [Unreleased]
|
|
2
9
|
|
|
3
|
-
|
|
10
|
+
Add changes in new features here. Do not change the gem's version in pull/merge requests.
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
-
|
|
14
|
+
|
|
15
|
+
## [0.1.1] - 18.09.2025
|
|
16
|
+
|
|
17
|
+
[Diff](https://github.com/espago/rails-on-sorbet/compare/v0.1.0...v0.1.1)
|
|
18
|
+
|
|
19
|
+
### Changes
|
|
20
|
+
- Fix `.rbi` file placing
|
|
21
|
+
|
|
22
|
+
## [0.1.0] - 18.09.2025
|
|
23
|
+
|
|
24
|
+
[Diff](https://github.com/espago/rails-on-sorbet/compare/v0.0.0...v0.1.0)
|
|
4
25
|
|
|
5
26
|
- Initial release
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails-on-sorbet
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mateusz Drewniak
|
|
@@ -68,8 +68,6 @@ files:
|
|
|
68
68
|
- lib/rails/on/sorbet/alias_association.rb
|
|
69
69
|
- lib/rails/on/sorbet/current_attributes.rb
|
|
70
70
|
- lib/rails/on/sorbet/map.rb
|
|
71
|
-
- lib/rails/on/sorbet/map.rbi
|
|
72
|
-
- lib/rails/on/sorbet/shims.rbi
|
|
73
71
|
- lib/rails/on/sorbet/timelike.rb
|
|
74
72
|
- lib/rails/on/sorbet/version.rb
|
|
75
73
|
- lib/tapioca/dsl/compilers/rails_on_sorbet_active_record_serializer.rb
|