File tree 4 files changed +4
-7
lines changed
4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- suspenders (3.0 .0 )
4
+ suspenders (20240516 .0 )
5
5
rails (~> 7.0 )
6
6
7
7
GEM
Original file line number Diff line number Diff line change 1
- Unreleased
1
+ 20240516.0 (May, 16, 2024)
2
2
3
3
* Remove ` suspenders ` system executable and introduce [ application template] [ ]
4
4
* Introduce ` suspenders:accessibility ` generator
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ CI] ( https://github.com/thoughtbot/suspenders/actions/workflows/main.yml/badge.svg )] ( https://github.com/thoughtbot/suspenders/actions/workflows/main.yml )
4
4
5
- > [ !NOTE]
6
- > You are viewing the latest build of Suspenders, but not the latest release.
7
-
8
5
Suspenders is a [ Rails Engine] [ ] containing generators for configuring Rails
9
6
applications with these [ features] [ ] .
10
7
@@ -68,7 +65,7 @@ Suspenders can be used on an existing Rails application by adding it to the
68
65
69
66
``` ruby
70
67
group :development , :test do
71
- gem " suspenders" , github: " thoughtbot/suspenders "
68
+ gem " suspenders"
72
69
end
73
70
```
74
71
Original file line number Diff line number Diff line change 1
1
module Suspenders
2
- VERSION = "3.0 .0" . freeze
2
+ VERSION = "20240516 .0" . freeze
3
3
RAILS_VERSION = "~> 7.0" . freeze
4
4
MINIMUM_RUBY_VERSION = ">= 3.1" . freeze
5
5
MINIMUM_NODE_VERSION = "20.0.0" . freeze
You can’t perform that action at this time.
0 commit comments