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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 34fd9221d0876ccf710832f66749e3612ded0cf199b74aa6e7de5f3349a6ee6e
4
- data.tar.gz: 21343be6558eb34c36737078c547aefb00d2aa266b2cd4d83c30604f71fe0dbf
3
+ metadata.gz: c92bb147661eec3e003923afd5d92ae5ac6db417ee24134cce60acd9b00e5ea8
4
+ data.tar.gz: 9d94d5df58327ace4881097a1533e09fcf997a72afc6d2f2a752c6c95879a5f6
5
5
  SHA512:
6
- metadata.gz: 5bc014a8127e6574d28f2c620a0f6215382fd1adbca4c52bcce575811da459bfefe5b159fdd5468348bc114045e015b4b097370665fa8b5ca0ce45bb1f5c9e1a
7
- data.tar.gz: 9ae2e1ea7c7bdac2a9eab343e3228290d53a953baf9514763a422a62072fd41a90b0713b271862f7f064a16cc79e5a9506086f4391c785b415895f1dc100bcf6
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
@@ -1,5 +1,9 @@
1
1
  Unreleased
2
2
 
3
+ 20260105.0 (January 5, 2026)
4
+
5
+ * Added: Adds `libvips` package to generated `ci.yml` file.
6
+
3
7
  20251219.0 (December 19, 2025)
4
8
 
5
9
  Reintroduce system executable.
data/README.md CHANGED
@@ -3,13 +3,15 @@
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
5
  Suspenders is intended to create a new Rails applications with these
6
- [features][], and is optimised for deployment on Heroku.
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
  ![Suspenders boy](https://media.tumblr.com/1TEAMALpseh5xzf0Jt6bcwSMo1_400.png)
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 -->
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Suspenders
4
- VERSION = "20251219.0"
4
+ VERSION = "20260105.0"
5
5
  MINIMUM_RUBY_VERSION = ">= 3.2.0"
6
6
  end
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: '20251219.0'
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 plugin containing generators for configuring Rails
14
- applications. It is used by thoughtbot to get a jump start on a new or
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: