rails_compatibility 0.0.9 → 0.0.10

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: c219e0fdf9b8fd4c4eddbd1b0a14a325932b9e9b54d4e3769bc8e3cfcff1196e
4
- data.tar.gz: 55d3190a204319f37b82a3bc8dba1fd0b8d8ee404ef1f8d562ec0f8762077f60
3
+ metadata.gz: 1ae3335675fb2e62fdde027f2a746d12ee1981060673b6a6353f44117ee04d44
4
+ data.tar.gz: 21e379f9fcc405a483b86f611557c99fc5cc8b2d673a87dfabbbd8a4993dbd85
5
5
  SHA512:
6
- metadata.gz: cd440b56ff89b8c8d972ede08988bb0bf83f14ab3aefef78c32eaba37500f36b9e178ef8fb1f6e6d937550bf906aab8cc9c5703d3e769f739bb0b7f6c9801bc5
7
- data.tar.gz: 1eed03d043721a4246499686a2c701774090d9028ed9c78dd708f5658b775999421c1186802d1704c306e7478f792507ce139f15b52cf2c060d7a6373baa1b83
6
+ metadata.gz: 7b4e625f2d9f898d255f09bc65b09c1c29a02655bd2922c8fd64a9563dfcedf5f3aa18b26af9b9ff870bebfbced78d5f0ef7c97f0265b67081e336509308c285
7
+ data.tar.gz: 0d8809adf7a565d3c37946a6a30944b9ada9bb0f926bff81d30fc5ece41f1b45b52865afe92dcf6758e18d74bb38345bef99b3076bb917a94b1abd794548f31a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  ## Change Log
2
2
 
3
+ ### [v0.0.9](https://github.com/khiav223577/rails_compatibility/compare/v0.0.8...v0.0.9) 2023/07/30
4
+ - [#17](https://github.com/khiav223577/rails_compatibility/pull/17) Implement #cast_values (@khiav223577)
5
+
3
6
  ### [v0.0.8](https://github.com/khiav223577/rails_compatibility/compare/v0.0.7...v0.0.8) 2022/01/21
4
7
  - [#16](https://github.com/khiav223577/rails_compatibility/pull/16) Implement #setup_autoload_paths (@khiav223577)
5
8
  - [#15](https://github.com/khiav223577/rails_compatibility/pull/15) Support Rails 7.0 (@khiav223577)
@@ -2,6 +2,7 @@
2
2
 
3
3
  require 'rails_compatibility'
4
4
  require 'rails_compatibility/active_record'
5
+ require 'rails_compatibility/attribute_types'
5
6
  require 'rails_compatibility/deserialize'
6
7
 
7
8
  class << RailsCompatibility
@@ -1,3 +1,3 @@
1
1
  module RailsCompatibility
2
- VERSION = '0.0.9'
2
+ VERSION = '0.0.10'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_compatibility
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - khiav reoy