suspenders 20251219.0 → 20260105.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/CONTRIBUTING.md +9 -0
- data/NEWS.md +4 -0
- data/README.md +3 -2
- data/lib/suspenders/version.rb +1 -1
- data/lib/templates/web.rb +1 -1
- metadata +3 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c92bb147661eec3e003923afd5d92ae5ac6db417ee24134cce60acd9b00e5ea8
|
|
4
|
+
data.tar.gz: 9d94d5df58327ace4881097a1533e09fcf997a72afc6d2f2a752c6c95879a5f6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d524d77d1dbb2921e4016604ef6bd12afbcfba81877fd4ae97c76b86ebf9a30f7fefdf3d529c6cbd7b6aac015dd530cfca58fb21078d11741de707c7274a8831
|
|
7
|
+
data.tar.gz: 2ad6619c8e7b14b54406ff44967fc463b933e358aadf1c7061669d298947731a2c46d66cccad6430ee2bbbe28ff253f17dacb4bf32d065f364867a0cf46f2193
|
data/CONTRIBUTING.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Contributing
|
|
2
2
|
|
|
3
|
+
[Bug reports][bugs] and [pull requests][prs] are welcome on GitHub at https://github.com/thoughtbot/suspenders.
|
|
4
|
+
|
|
5
|
+
[bugs]: https://github.com/thoughtbot/suspenders/issues/new?template=bug_report.md
|
|
6
|
+
[prs]: https://github.com/thoughtbot/top_secret/pulls
|
|
7
|
+
|
|
8
|
+
Please create a [new discussion][discussion] if you want to share ideas for new features.
|
|
9
|
+
|
|
10
|
+
[discussion]: https://github.com/thoughtbot/suspenders/discussions/new?category=ideas
|
|
11
|
+
|
|
3
12
|
We love contributions from everyone.
|
|
4
13
|
By participating in this project,
|
|
5
14
|
you agree to abide by the thoughtbot [code of conduct].
|
data/NEWS.md
CHANGED
data/README.md
CHANGED
|
@@ -3,13 +3,15 @@
|
|
|
3
3
|
[](https://github.com/thoughtbot/suspenders/actions/workflows/main.yml)
|
|
4
4
|
|
|
5
5
|
Suspenders is intended to create a new Rails applications with these
|
|
6
|
-
[features][], and is
|
|
6
|
+
[features][], and is optimized for deployment on Heroku, since that's our
|
|
7
|
+
[recommended][] host.
|
|
7
8
|
|
|
8
9
|
It is used by thoughtbot to get a jump start on new apps. Use Suspenders if
|
|
9
10
|
you're in a rush to build something amazing; don't use it if you like missing
|
|
10
11
|
deadlines.
|
|
11
12
|
|
|
12
13
|
[features]: ./FEATURES.md
|
|
14
|
+
[recommended]: https://thoughtbot.com/playbook/production/hosting
|
|
13
15
|
|
|
14
16
|

|
|
15
17
|
|
|
@@ -141,5 +143,4 @@ We are [available for hire][hire].
|
|
|
141
143
|
[community]: https://thoughtbot.com/community?utm_source=github
|
|
142
144
|
[hire]: https://thoughtbot.com/hire-us?utm_source=github
|
|
143
145
|
|
|
144
|
-
|
|
145
146
|
<!-- END /templates/footer.md -->
|
data/lib/suspenders/version.rb
CHANGED
data/lib/templates/web.rb
CHANGED
|
@@ -139,7 +139,7 @@ def configure_ci
|
|
|
139
139
|
|
|
140
140
|
steps:
|
|
141
141
|
- name: Install packages
|
|
142
|
-
run: sudo apt-get update && sudo apt-get install --no-install-recommends -y libpq-dev
|
|
142
|
+
run: sudo apt-get update && sudo apt-get install --no-install-recommends -y libpq-dev libvips
|
|
143
143
|
|
|
144
144
|
- name: Checkout code
|
|
145
145
|
uses: actions/checkout@v5
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: suspenders
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '
|
|
4
|
+
version: '20260105.0'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- thoughtbot
|
|
@@ -10,10 +10,8 @@ cert_chain: []
|
|
|
10
10
|
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
11
|
dependencies: []
|
|
12
12
|
description: |
|
|
13
|
-
Suspenders is a Rails
|
|
14
|
-
|
|
15
|
-
existing app. Use Suspenders if you're in a rush to build something amazing;
|
|
16
|
-
don't use it if you like missing deadlines.
|
|
13
|
+
Suspenders is intended to create a new Rails applications, and is optimized for deployment on Heroku.
|
|
14
|
+
It is used by thoughtbot to get a jump start on new apps. Use Suspenders if you're in a rush to build something amazing; don't use it if you like missing deadlines.
|
|
17
15
|
email:
|
|
18
16
|
- support@thoughtbot.com
|
|
19
17
|
executables:
|