aw_wkhtmltopdf 0.12.3.0.0 → 0.12.3.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b25e3bb39f8f0d247c08667042c7d0e35040ebb6e11e5de891cb925512ba7b1c
4
- data.tar.gz: 3e419db6f7e1c781dcfdcb1e3fb385fcd971e41308fc8f44669134e9b0d56de6
3
+ metadata.gz: bb1b142c8d901e899ea3334cc7204c3dc99aa3ec86d856d8800117ca0954e363
4
+ data.tar.gz: 206c059cf9f6b21cf71fd9fa7639221dbb5f26e1f2479caf43a0bec9c2f04c38
5
5
  SHA512:
6
- metadata.gz: 1847bd586c68b9ec7b9b1d1e707030feb9e5127ed5668197caa7ff66d014a02d68ce6f5645cb46243b89675fc12b9fc9e4cf7b3fc5c89d14d9ea93cfc17715ad
7
- data.tar.gz: 00715ee670537da1b5a52f02ce5a315f4a7860bf43eb9df9fc8be6627a2d60179dd67eef7eb2860a3edb3fea88a062f04f3984ebf3eb4d5887d2e59b0a611ccb
6
+ metadata.gz: 8bcb995b71a94e9c80ca76af447d91283035af5b5ef16a9bb6d7802800d64b51ae9301ff8f4f3ba2988db19979dfa71f1a95e4dfaa94897ee7d0ce44863820c3
7
+ data.tar.gz: 549a1cfd31de3dc5260db52072129d0f35b2edc67b0f4b46b87387bbbb036cf91274729eff87f72553723c88d6e613ef2997bedf517b7dd2ff9e78f946a13bda
data/LICENSE.txt CHANGED
@@ -1,8 +1,35 @@
1
1
  On libexec/ directory, they are licensed under GNU LGPLv3:
2
2
  https://github.com/wkhtmltopdf/wkhtmltopdf/blob/0.12.3/LICENSE
3
3
 
4
+ - libexec/wkhtmltopdf-x64_mingw32.exe:
5
+ copy of wkhtmltopdf.exe
6
+ in wkhtmltox-0.12.4_mingw-w64-cross-win64.exe
7
+ in https://github.com/wkhtmltopdf/wkhtmltopdf/releases/0.12.4/
8
+ - libexec/wkhtmltopdf-x86_64_darwin:
9
+ copy of bin/wkhtmltopdf
10
+ in usr/local/share/wkhtmltox-installer/app.tar.xz
11
+ in Payload~
12
+ in wkhtmltox-0.12.3_osx-cocoa-x86-64.pkg
13
+ in https://github.com/wkhtmltopdf/wkhtmltopdf/releases/0.12.3/
14
+ - libexec/wkhtmltopdf-x86_64_linux:
15
+ copy of wkhtmltox/bin/wkhtmltopdf
16
+ in wkhtmltox-0.12.3_linux-generic-amd64.tar.xz
17
+ in https://github.com/wkhtmltopdf/wkhtmltopdf/releases/0.12.3/
18
+
4
19
  ---
5
20
 
6
21
  On except libexec/ directory, see below:
7
22
 
8
- Copyright (c) 2023 Agileware Inc. All rights reserved.
23
+ Copyright (c) 2023 Agileware Inc.
24
+
25
+ Licensed under the Apache License, Version 2.0 (the "License");
26
+ you may not use this file except in compliance with the License.
27
+ You may obtain a copy of the License at
28
+
29
+ http://www.apache.org/licenses/LICENSE-2.0
30
+
31
+ Unless required by applicable law or agreed to in writing, software
32
+ distributed under the License is distributed on an "AS IS" BASIS,
33
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
34
+ See the License for the specific language governing permissions and
35
+ limitations under the License.
data/README.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # AwWkhtmltopdf
2
2
 
3
+ WKHTMLTOPDF binaries for GNU/Linux, Windows and macOS
4
+
5
+ [![Gem Version](https://badge.fury.io/rb/aw_wkhtmltopdf.svg)](https://rubygems.org/gems/aw_wkhtmltopdf)
6
+ [![Build Status](https://github.com/agileware-jp/aw_wkhtmltopdf/workflows/test/badge.svg)](https://github.com/agileware-jp/aw_wkhtmltopdf/actions?query=workflow%3Atest)
7
+
3
8
  ## Installation
4
9
 
5
10
  ```console
@@ -2,5 +2,5 @@
2
2
 
3
3
  module AwWkhtmltopdf
4
4
  # wkhtmltopdf version + ".0." + gem revision
5
- VERSION = '0.12.3.0.0'
5
+ VERSION = '0.12.3.0.1'
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aw_wkhtmltopdf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.3.0.0
4
+ version: 0.12.3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Agileware Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-11-29 00:00:00.000000000 Z
11
+ date: 2023-12-04 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email:
@@ -28,7 +28,8 @@ files:
28
28
  - libexec/wkhtmltopdf-x86_64_linux
29
29
  - sig/aw_wkhtmltopdf.rbs
30
30
  homepage: https://github.com/agileware-jp/aw_wkhtmltopdf
31
- licenses: []
31
+ licenses:
32
+ - Apache-2.0
32
33
  metadata:
33
34
  homepage_uri: https://github.com/agileware-jp/aw_wkhtmltopdf
34
35
  post_install_message:
@@ -46,7 +47,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
46
47
  - !ruby/object:Gem::Version
47
48
  version: '0'
48
49
  requirements: []
49
- rubygems_version: 3.4.10
50
+ rubygems_version: 3.3.26
50
51
  signing_key:
51
52
  specification_version: 4
52
53
  summary: WKHTMLTOPDF binaries for GNU/Linux, Windows and macOS