pandoc_binary 2.17.1 → 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: 759c84f1a369e92ac353e7b5237f2cdefde7c9094c2cb0173c9ca058530ab0c1
4
- data.tar.gz: 91a7fdcdfbcd5c12a5c823a44dea8b213cd0767aff9f1cb1227203335e64566d
3
+ metadata.gz: 67ea8d202477ddfa54f5eabe7ee8124c8f6d83ce77b445f59abe4b81a4b190b1
4
+ data.tar.gz: b8eac91d15827820d1ffa0b07a6c56ffcd772f8d2a4c6b722d15fbe98b14ce49
5
5
  SHA512:
6
- metadata.gz: e5ee7de59593940f29f8dc8ac85d6221e1b6260f2f399133bbe3d5a83d0ae489df35eabd9e06bb700855075f76245a6624c683f88bae7b9faf4907c8b0b22e9f
7
- data.tar.gz: 7fd49f46e8c9e0c7523a5a5abdeef7776a3395f5bbebfd106fd98e7c1431977cc09533e59eefab4d10b33056a92d516fbd9ec62348a5783d02e23ba7f2077532
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.17.1)
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.17.1"
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.17.1
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-02 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