next_rails 1.4.7 → 1.4.8
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 +4 -0
- data/lib/next_rails/bundle_report/cli.rb +0 -1
- data/lib/next_rails/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a42615449e644ccc18019f0c5da2c27c431e50e72135079ede29c62f20093ac7
|
|
4
|
+
data.tar.gz: c53318978467ad551d8119b8b4c22c7fd2c5a44f4cb05bd20b76f05776d1a3bc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 230c867f71ec914f278a9b6686c9ddb51993ba40c22d65808de70fc0774f4812e33608787ed12420ea93cb84303e9060bdeb5742445991e36245ae70098d7f15
|
|
7
|
+
data.tar.gz: caca9821af66ec20f947bcdd4b01b4b229092c8020ddf651141179c3ce1c8f74ccfb9ad78edb7eb837b2cae0f66dfab4e18e537e0094d51267b25907b035d96f
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
* Your changes/patches go here.
|
|
6
6
|
|
|
7
|
+
# v1.4.8 / 2026-03-23 [(commits)](https://github.com/fastruby/next_rails/compare/v1.4.7...v1.4.8)
|
|
8
|
+
|
|
9
|
+
- [BUGFIX: Do not require "byebug" in any of the library code](https://github.com/fastruby/next_rails/pull/171)
|
|
10
|
+
|
|
7
11
|
# v1.4.7 / 2026-03-19 [(commits)](https://github.com/fastruby/next_rails/compare/v1.4.6...v1.4.7)
|
|
8
12
|
|
|
9
13
|
- [CHORE: Create an entry point for the BundleReport command](https://github.com/fastruby/next_rails/pull/154)
|
data/lib/next_rails/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: next_rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ernesto Tagwerker
|
|
8
8
|
- Luis Sagastume
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rainbow
|
|
@@ -222,7 +222,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
222
222
|
- !ruby/object:Gem::Version
|
|
223
223
|
version: '0'
|
|
224
224
|
requirements: []
|
|
225
|
-
rubygems_version: 3.6.
|
|
225
|
+
rubygems_version: 3.6.9
|
|
226
226
|
specification_version: 4
|
|
227
227
|
summary: A toolkit to upgrade your next Rails application
|
|
228
228
|
test_files: []
|