referral_box 0.1.4 → 0.1.5

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: 4e391567db38c1348c671138045bb4fb5550d6365713b8c62bec150cc8352c30
4
- data.tar.gz: e175f587c44f606c83398775e24f99ddd132fc0a684e945866146a13859bba8e
3
+ metadata.gz: 1e4669934a64c20defe01d971876ec42954663b85ee599b3ab45d173c4b2a727
4
+ data.tar.gz: b1f3f68240543b4be75b0c7ff68f0b25589dabbe9f73c984f659d05f2c75b1a4
5
5
  SHA512:
6
- metadata.gz: af3a3d8919019737fbda346c3ac841903e6ce777891d3ee2f4fe42b74f1dbb9b2dc4a48753d748fefd388587c2bfd8c8aab95f97c7000aaa1f704ef13d787921
7
- data.tar.gz: 29f3f8adca2c94e0e71784ac65380375ac1175086b004d8d2c05094eef5598430dce48c170e48fc6ef892002a66150d77ae1ff093ecc8975288c4ada824c8367
6
+ metadata.gz: 7304914edeff20b87c561475648fb041ecd62757a7cd7bb384f90eb7673eb044e9cea1027c53831162059f4be0ab36ed5448453fcb70a23319e1a8180e2641e0
7
+ data.tar.gz: 47d28846ec77ce749c143b88358b4073b9d4f98dca31089036d89d78bf4f32c10328ba1001431bf894ef082f756271acc1041b7eacd154b4339bd800b53178bf
data/CHANGELOG.md CHANGED
@@ -7,11 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
- ## [0.1.4] - 2025-01-XX
10
+ ## [0.1.5] - 2025-01-XX
11
11
 
12
12
  ### Fixed
13
- - **Migration Version Issue**: Fixed Rails migration version format to use proper version (e.g., "8.0" instead of "8")
14
- - Generator now creates migrations with correct Rails version format
13
+ - **Dynamic Migration Versioning**: Generator now creates migrations with correct Rails version format for any Rails version
14
+ - **Gemspec Dependencies**: Fixed Rails dependency constraints to use proper version format
15
+ - **Migration Compatibility**: Ensured all migrations work with Rails 6.0 through Rails 8.x
16
+
17
+ ### Improved
18
+ - **Version Detection**: Enhanced Rails version detection in generator
19
+ - **Cross-Version Support**: Better support for different Rails versions
20
+
21
+ ## [0.1.4] - 2025-01-XX
15
22
 
16
23
  ## [0.1.3] - 2025-01-XX
17
24
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ReferralBox
4
- VERSION = "0.1.4"
4
+ VERSION = "0.1.5"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: referral_box
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kapil Dev Pal