pandoc_binary 2.18 → 2.19

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: 290dc2882ba0c6a52cc91d77eb71e20ee1c69e7a51facfee6e79e6366c19de9b
4
- data.tar.gz: 36b076e3ee6a953eeff16c3d8d64d7ca8f1bdc39d08b142ef0d6e140c5f63f4a
3
+ metadata.gz: 67ea8d202477ddfa54f5eabe7ee8124c8f6d83ce77b445f59abe4b81a4b190b1
4
+ data.tar.gz: b8eac91d15827820d1ffa0b07a6c56ffcd772f8d2a4c6b722d15fbe98b14ce49
5
5
  SHA512:
6
- metadata.gz: c78ad58b15d31603a82cbcfaac9e08b90a64855d30d8ab32b82f13abf03d110a3a32dda9b1ef369827a53535b2e0536cce65d45f83745dbf70b1208782198615
7
- data.tar.gz: f5383c4bbac3077a87f5e06666eede2b36b6e314050b4c2d392954ce19cd27ac8ecb9fbbdf9d40d8bf71f680cebc723f6a09e80d6decc33e0db264a13e7772c4
6
+ metadata.gz: 49152784bc1199955330af9730e6fb16bbda44e7aa10a05ca4246bd559b0d4c279bced2b0f8bb06ba30e62d0583bbdffdc6644994c69c61229ba38a47d5f9b88
7
+ data.tar.gz: 38640846e8878ea94f23c04972c5f95909c0fa5dda61229e63a7dd7dfa27654b08c089e0ad0deab0157272bf387ee327bcd56012e077752f04559026037b19e5
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pandoc_binary (2.18)
4
+ pandoc_binary (2.19)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- debug (1.5.0)
9
+ debug (1.6.1)
10
10
  irb (>= 1.3.6)
11
- reline (>= 0.2.7)
11
+ reline (>= 0.3.1)
12
12
  io-console (0.5.11)
13
13
  irb (1.4.1)
14
14
  reline (>= 0.3.0)
data/LICENSE.txt CHANGED
@@ -1,3 +1,12 @@
1
+ On libexec/ directory, these files are downloaded from
2
+ https://github.com/jgm/pandoc/releases and gzipped.
3
+ They are licensed under GNU GPLv2 or later:
4
+ https://github.com/jgm/pandoc/blob/master/COPYRIGHT
5
+
6
+ ---
7
+
8
+ On except libexec/ directory, see below:
9
+
1
10
  Copyright (c) 2022 Yuya.Nishida.
2
11
 
3
12
  X11 License
@@ -2,5 +2,5 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module PandocBinary
5
- VERSION = "2.18"
5
+ VERSION = "2.19"
6
6
  end
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pandoc_binary
3
3
  version: !ruby/object:Gem::Version
4
- version: '2.18'
4
+ version: '2.19'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yuya.Nishida.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-05-04 00:00:00.000000000 Z
11
+ date: 2022-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: debug
@@ -48,7 +48,9 @@ files:
48
48
  - libexec/pandoc-windows-x86_64.gz
49
49
  - sig/pandoc_binary.rbs
50
50
  homepage: https://github.com/nishidayuya/pandoc_binary_gem
51
- licenses: []
51
+ licenses:
52
+ - GPL-2.0-or-later
53
+ - X11
52
54
  metadata:
53
55
  homepage_uri: https://github.com/nishidayuya/pandoc_binary_gem
54
56
  source_code_uri: https://github.com/nishidayuya/pandoc_binary_gem