high_voltage 4.0.0.rc1 → 4.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/README.md +1 -1
- data/lib/high_voltage/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e81ee6ec6cbe06fb36ae869c6e8780214df5376def41a4ff68c1250bc07345ff
|
4
|
+
data.tar.gz: 7d4d461d3ba752648aad580c92d5a125c2332522346ed4c702305a8bd00aca21
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9cf810f37bb8a72e7358f3f810df1a8e077cc7361d0c20d42f38340c66d61ff2d98962f1088220db33a66531c2bfdd3dc94b12382c92fbd4ca52304fa7158472
|
7
|
+
data.tar.gz: adced58160506f984572f9287306b78e2319bc100b970d480226204c3cc471fc85ebd82e0657c387a4c870f1c8aad4ef7bda9d4a5abb490e5d988537329cae2d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,24 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [4.0.0] - 2024-05-31
|
4
|
+
|
5
|
+
This project is in maintenance-mode. We’re not actively adding new features, but we’ll fix bugs and keep it up to date, and compatible with the latest Ruby and Rails versions.
|
6
|
+
|
7
|
+
Main changes:
|
8
|
+
|
9
|
+
- Remove support for EOL'd Rails version 4.2
|
10
|
+
- Remove support for EOL'd Rails versions 5.x
|
11
|
+
- Remove support for Travis CI and replaced with Github Actions
|
12
|
+
- Add support for Rails 7.1
|
13
|
+
- Add Ruby's minimum version required to >= 3.0
|
14
|
+
|
15
|
+
## New Contributors
|
16
|
+
|
17
|
+
* @denissellu made their first contribution in https://github.com/thoughtbot/high_voltage/pull/302
|
18
|
+
* @keegnotrub made their first contribution in https://github.com/thoughtbot/high_voltage/pull/306
|
19
|
+
* @stefannibrasil made their first contribution in https://github.com/thoughtbot/high_voltage/pull/311
|
20
|
+
* @dependabot made their first contribution in https://github.com/thoughtbot/high_voltage/pull/313
|
21
|
+
|
3
22
|
## [4.0.0.rc1] - 2024-03-25
|
4
23
|
|
5
24
|
This is a release candidate. Please report any [issues](https://github.com/thoughtbot/high_voltage/issues/new) you might encounter when installing this version.
|
@@ -104,6 +123,7 @@ Main changes:
|
|
104
123
|
- New RootRoute constraint.
|
105
124
|
- Updated README, with new TravisCI url.
|
106
125
|
|
126
|
+
[4.0.0]: https://github.com/thoughtbot/high_voltage/compare/v3.1.2...v4.0.0
|
107
127
|
[4.0.0.rc1]: https://github.com/thoughtbot/high_voltage/compare/v3.1.2...4.0.0.rc1
|
108
128
|
[3.1.2]: https://github.com/thoughtbot/high_voltage/compare/v3.1.1...v3.1.2
|
109
129
|
[3.1.1]: https://github.com/thoughtbot/high_voltage/compare/v3.1.0...v3.1.1
|
data/README.md
CHANGED
data/lib/high_voltage/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: high_voltage
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.0
|
4
|
+
version: 4.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Jankowski
|
@@ -16,7 +16,7 @@ authors:
|
|
16
16
|
autorequire:
|
17
17
|
bindir: bin
|
18
18
|
cert_chain: []
|
19
|
-
date: 2024-
|
19
|
+
date: 2024-05-31 00:00:00.000000000 Z
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
22
22
|
name: activesupport
|
@@ -80,14 +80,14 @@ dependencies:
|
|
80
80
|
requirements:
|
81
81
|
- - "~>"
|
82
82
|
- !ruby/object:Gem::Version
|
83
|
-
version: 5.
|
83
|
+
version: 5.1.2
|
84
84
|
type: :development
|
85
85
|
prerelease: false
|
86
86
|
version_requirements: !ruby/object:Gem::Requirement
|
87
87
|
requirements:
|
88
88
|
- - "~>"
|
89
89
|
- !ruby/object:Gem::Version
|
90
|
-
version: 5.
|
90
|
+
version: 5.1.2
|
91
91
|
description: Fire in the disco. Fire in the ... taco bell.
|
92
92
|
email:
|
93
93
|
- support@thoughtbot.com
|