high_voltage 4.0.0.rc1 → 5.0.0
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 +32 -0
- data/README.md +1 -2
- data/config/routes.rb +1 -1
- data/lib/high_voltage/version.rb +1 -1
- metadata +8 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8ec8eb6cf9fbd8563e6e8d8dde81ac3392d1b7aa00ead2f6270b85d55227415a
|
|
4
|
+
data.tar.gz: fc0ac341268348ee41d48bc883b36774bbb3b0abb59091ab49662f93391a4568
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4d67ce2c07b5e85fa66359eecd7cdd8064d218914d26007b11398789c6401c13854808e4fe9ecfde88f5dec5f3db6490b8b75799e2aec06cf2f7f5d2c5d59191
|
|
7
|
+
data.tar.gz: 9c87ea57de26a6a096134deda8f2f5c26e49b076b814e1c225af24831d1a9d58237e1fabc4ff4a836915ee620eb092e35486d481542e61c86d19502e7d0faf83
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [5.0.0] - 2025-10-24
|
|
4
|
+
|
|
5
|
+
Main changes:
|
|
6
|
+
|
|
7
|
+
- Remove support for EOL'd Rails 6.x versions
|
|
8
|
+
- Add support for Rails 7.2 and Rails 8.0
|
|
9
|
+
|
|
10
|
+
## New Contributors
|
|
11
|
+
|
|
12
|
+
* @luizkowalski made their first contribution in https://github.com/thoughtbot/high_voltage/pull/336
|
|
13
|
+
|
|
14
|
+
## [4.0.0] - 2024-05-31
|
|
15
|
+
|
|
16
|
+
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.
|
|
17
|
+
|
|
18
|
+
Main changes:
|
|
19
|
+
|
|
20
|
+
- Remove support for EOL'd Rails version 4.2
|
|
21
|
+
- Remove support for EOL'd Rails versions 5.x
|
|
22
|
+
- Remove support for Travis CI and replaced with Github Actions
|
|
23
|
+
- Add support for Rails 7.1
|
|
24
|
+
- Add Ruby's minimum version required to >= 3.0
|
|
25
|
+
|
|
26
|
+
## New Contributors
|
|
27
|
+
|
|
28
|
+
* @denissellu made their first contribution in https://github.com/thoughtbot/high_voltage/pull/302
|
|
29
|
+
* @keegnotrub made their first contribution in https://github.com/thoughtbot/high_voltage/pull/306
|
|
30
|
+
* @stefannibrasil made their first contribution in https://github.com/thoughtbot/high_voltage/pull/311
|
|
31
|
+
* @dependabot made their first contribution in https://github.com/thoughtbot/high_voltage/pull/313
|
|
32
|
+
|
|
3
33
|
## [4.0.0.rc1] - 2024-03-25
|
|
4
34
|
|
|
5
35
|
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 +134,8 @@ Main changes:
|
|
|
104
134
|
- New RootRoute constraint.
|
|
105
135
|
- Updated README, with new TravisCI url.
|
|
106
136
|
|
|
137
|
+
[5.0.0]: https://github.com/thoughtbot/high_voltage/compare/v4.0.0...v5.0.0
|
|
138
|
+
[4.0.0]: https://github.com/thoughtbot/high_voltage/compare/v3.1.2...v4.0.0
|
|
107
139
|
[4.0.0.rc1]: https://github.com/thoughtbot/high_voltage/compare/v3.1.2...4.0.0.rc1
|
|
108
140
|
[3.1.2]: https://github.com/thoughtbot/high_voltage/compare/v3.1.1...v3.1.2
|
|
109
141
|
[3.1.1]: https://github.com/thoughtbot/high_voltage/compare/v3.1.0...v3.1.1
|
data/README.md
CHANGED
|
@@ -24,7 +24,7 @@ You can run:
|
|
|
24
24
|
Or you can include in your Gemfile:
|
|
25
25
|
|
|
26
26
|
```ruby
|
|
27
|
-
gem 'high_voltage', '~>
|
|
27
|
+
gem 'high_voltage', '~> 5.0.0'
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
## Usage
|
|
@@ -395,5 +395,4 @@ We are [available for hire][hire].
|
|
|
395
395
|
[community]: https://thoughtbot.com/community?utm_source=github
|
|
396
396
|
[hire]: https://thoughtbot.com/hire-us?utm_source=github
|
|
397
397
|
|
|
398
|
-
|
|
399
398
|
<!-- END /templates/footer.md -->
|
data/config/routes.rb
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
|
+
version: 5.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matt Jankowski
|
|
@@ -13,10 +13,9 @@ authors:
|
|
|
13
13
|
- Tammer Saleh
|
|
14
14
|
- Mike Burns
|
|
15
15
|
- Tristan Dunn
|
|
16
|
-
autorequire:
|
|
17
16
|
bindir: bin
|
|
18
17
|
cert_chain: []
|
|
19
|
-
date:
|
|
18
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
20
19
|
dependencies:
|
|
21
20
|
- !ruby/object:Gem::Dependency
|
|
22
21
|
name: activesupport
|
|
@@ -24,14 +23,14 @@ dependencies:
|
|
|
24
23
|
requirements:
|
|
25
24
|
- - ">="
|
|
26
25
|
- !ruby/object:Gem::Version
|
|
27
|
-
version: '
|
|
26
|
+
version: '7.0'
|
|
28
27
|
type: :development
|
|
29
28
|
prerelease: false
|
|
30
29
|
version_requirements: !ruby/object:Gem::Requirement
|
|
31
30
|
requirements:
|
|
32
31
|
- - ">="
|
|
33
32
|
- !ruby/object:Gem::Version
|
|
34
|
-
version: '
|
|
33
|
+
version: '7.0'
|
|
35
34
|
- !ruby/object:Gem::Dependency
|
|
36
35
|
name: appraisal
|
|
37
36
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -80,14 +79,14 @@ dependencies:
|
|
|
80
79
|
requirements:
|
|
81
80
|
- - "~>"
|
|
82
81
|
- !ruby/object:Gem::Version
|
|
83
|
-
version:
|
|
82
|
+
version: 7.1.1
|
|
84
83
|
type: :development
|
|
85
84
|
prerelease: false
|
|
86
85
|
version_requirements: !ruby/object:Gem::Requirement
|
|
87
86
|
requirements:
|
|
88
87
|
- - "~>"
|
|
89
88
|
- !ruby/object:Gem::Version
|
|
90
|
-
version:
|
|
89
|
+
version: 7.1.1
|
|
91
90
|
description: Fire in the disco. Fire in the ... taco bell.
|
|
92
91
|
email:
|
|
93
92
|
- support@thoughtbot.com
|
|
@@ -116,7 +115,6 @@ homepage: http://github.com/thoughtbot/high_voltage
|
|
|
116
115
|
licenses:
|
|
117
116
|
- MIT
|
|
118
117
|
metadata: {}
|
|
119
|
-
post_install_message:
|
|
120
118
|
rdoc_options: []
|
|
121
119
|
require_paths:
|
|
122
120
|
- lib
|
|
@@ -124,15 +122,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
124
122
|
requirements:
|
|
125
123
|
- - ">="
|
|
126
124
|
- !ruby/object:Gem::Version
|
|
127
|
-
version: '3.
|
|
125
|
+
version: '3.1'
|
|
128
126
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
129
127
|
requirements:
|
|
130
128
|
- - ">="
|
|
131
129
|
- !ruby/object:Gem::Version
|
|
132
130
|
version: '0'
|
|
133
131
|
requirements: []
|
|
134
|
-
rubygems_version: 3.
|
|
135
|
-
signing_key:
|
|
132
|
+
rubygems_version: 3.7.2
|
|
136
133
|
specification_version: 4
|
|
137
134
|
summary: Simple static page rendering controller
|
|
138
135
|
test_files: []
|