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 +4 -4
- data/CHANGELOG.md +10 -3
- data/lib/referral_box/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1e4669934a64c20defe01d971876ec42954663b85ee599b3ab45d173c4b2a727
|
4
|
+
data.tar.gz: b1f3f68240543b4be75b0c7ff68f0b25589dabbe9f73c984f659d05f2c75b1a4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
10
|
+
## [0.1.5] - 2025-01-XX
|
11
11
|
|
12
12
|
### Fixed
|
13
|
-
- **Migration
|
14
|
-
-
|
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
|
|
data/lib/referral_box/version.rb
CHANGED