capistrano-ops 1.0.0 → 1.0.1
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/README.md +2 -1
- data/lib/capistrano/ops/version.rb +1 -1
- data/lib/capistrano/ops/wkhtmltopdf.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0ed2d908b8ec3ca6fc1c824ee868ac68ae9d22e123ee051fe45c27b6ad5ef8df
|
|
4
|
+
data.tar.gz: ecd05a6efb4636281983d2a2a8ea61eff0ccd98181cbd49094a70212ee0b2d3d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 229d0d86cdd193313cd869def5258f3dc8e694c6b75b3c260bdb63e0847fb3b5c102276be9c4795777bd3946ed93fb037d8d8cad97db6d5a4fbf43da5898a4de
|
|
7
|
+
data.tar.gz: 9f2c4f1fed7e7388b538d9295310529aa60643516b4ac72dbe7ac052927d162b8230ebc55d5e976ea6f289b05415cfcc4a676a0d59d76f7a36374a0fa6768b61
|
data/README.md
CHANGED
|
@@ -352,7 +352,7 @@ Once logrotate is installed, you can use the capistrano-ops tasks to manage it.
|
|
|
352
352
|
|
|
353
353
|
## Wkhtmltopdf Setup
|
|
354
354
|
|
|
355
|
-
This script is used to setup `wkhtmltopdf-binary` in your deployment environment
|
|
355
|
+
This script is used to setup `wkhtmltopdf-binary` in your deployment environment for `WickedPdf`. It is designed to work with Capistrano.
|
|
356
356
|
|
|
357
357
|
The main task `setup` is hooked to run after the `deploy:symlink:release` task.
|
|
358
358
|
It performs the following operations:
|
|
@@ -368,6 +368,7 @@ for example:
|
|
|
368
368
|
# config/initializers/wicked_pdf.rb
|
|
369
369
|
WickedPdf.config = {
|
|
370
370
|
exe_path: "#{Bundler.bundle_path}/gems/wkhtmltopdf-binary-0.12.6.6/bin/wkhtmltopdf_ubuntu_18.04_amd64",
|
|
371
|
+
# Attention: set the used binary file version also in the Gemfile
|
|
371
372
|
}
|
|
372
373
|
```
|
|
373
374
|
|
|
@@ -15,5 +15,5 @@ module TaskLoader
|
|
|
15
15
|
end
|
|
16
16
|
end
|
|
17
17
|
|
|
18
|
-
TaskLoader.load_tasks_if_gem_present('
|
|
18
|
+
TaskLoader.load_tasks_if_gem_present('wicked_pdf', 'wkhtmltopdf/tasks',
|
|
19
19
|
'WARNING: Gemfile does not include wkhtmltopdf-binary gem which is required for wkhtmltopdf tasks')
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano-ops
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Florian Crusius
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-07-
|
|
11
|
+
date: 2024-07-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-s3
|