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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7a88d217e8a2bfe112e807a62dbef1b05bd767b5d5ddac6f243ab14998aa04a9
4
- data.tar.gz: 2aa3723b81525f0edc65c484c5aa461a38d10345367a4ee61eecee6687f48716
3
+ metadata.gz: 057657277f463d4d5784ead1bc900e19797c5bea05a320a5b66b1fe45472768b
4
+ data.tar.gz: 806b3922d612631f5f6ae5b5f3570fbafe5ba60e2446b95be7c6b495eb0d7f29
5
5
  SHA512:
6
- metadata.gz: a5b9053282ba1f6336c7720ad0678dd916db7a4da8200e3baf17194a6bd441129771603dbe834e126792ead836dcd299c706a3a5a56ad8d8d3a3f82223d2f6ce
7
- data.tar.gz: 80613347aef5646f00f0fe5a7a3a2e67cc236278b8fe41a6418a1f86d26b9de89714f28d2a994680ba4a2beb14320c3bb45f32d0110148ecfb64ff66ee248ca9
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
- ## [0.1.0] - 2025-09-17
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
@@ -3,7 +3,7 @@
3
3
  module Rails
4
4
  module On
5
5
  module Sorbet
6
- VERSION = '0.1.0'
6
+ VERSION = '0.1.1'
7
7
  end
8
8
  end
9
9
  end
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.0
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