high_voltage 4.0.0.rc1 → 4.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 91ff35242f17124a9ac47bd35976699a65a12a061c4c1b0457f1e3b3437a3f1f
4
- data.tar.gz: fd4d4805e47aa84856772937932988b4221cfac822e76f14a8730b792666d70b
3
+ metadata.gz: e81ee6ec6cbe06fb36ae869c6e8780214df5376def41a4ff68c1250bc07345ff
4
+ data.tar.gz: 7d4d461d3ba752648aad580c92d5a125c2332522346ed4c702305a8bd00aca21
5
5
  SHA512:
6
- metadata.gz: db6f3dd6093bbd18d493b34987cd92332d86e1c668575ddea9870e6e42046a4c1ebf30faf3624da010eaa4418cc84d0217ec49d93e0ef8d028992f4fa722d434
7
- data.tar.gz: 307057b03ca9d47364ff27f0d17ee0fa00636896e787317613ca49ecf521a9afb89c53c3d14bf7925ea46cb7c9bbf996163c097cbcbecefa3ad4b595df7da916
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
@@ -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', '~> 3.1.2'
27
+ gem 'high_voltage', '~> 4.0.0'
28
28
  ```
29
29
 
30
30
  ## Usage
@@ -1,3 +1,3 @@
1
1
  module HighVoltage
2
- VERSION = "4.0.0.rc1".freeze
2
+ VERSION = "4.0.0".freeze
3
3
  end
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.rc1
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-03-25 00:00:00.000000000 Z
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.0.0
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.0.0
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