pandoc_binary 2.18 → 2.19.2

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: 4d6f19d332acef5534adbb9b29d785f7ee30406280273e0f878645764869f6ac
4
+ data.tar.gz: d4badde2672ef91363320784b71faaaa0ba85bcf338d4697a047f2d6e3c7267c
5
5
  SHA512:
6
- metadata.gz: c78ad58b15d31603a82cbcfaac9e08b90a64855d30d8ab32b82f13abf03d110a3a32dda9b1ef369827a53535b2e0536cce65d45f83745dbf70b1208782198615
7
- data.tar.gz: f5383c4bbac3077a87f5e06666eede2b36b6e314050b4c2d392954ce19cd27ac8ecb9fbbdf9d40d8bf71f680cebc723f6a09e80d6decc33e0db264a13e7772c4
6
+ metadata.gz: e20cfa94fc40630c13713529bcaac7e9ab86a44680880a7865002f9deef98bedc91d1c26652d3bfa039e45512dc5041a63733f1a92031e30c7780a7c5952122c
7
+ data.tar.gz: 16c3871d1fb9e3141877e530e2a8e6b67aa80fc75e258e2ac12c901c61a164cb3bab5589a64ad5a9e3e2539c3e4a9a82834c69e963baddacbe6ab74f4fee6b6e
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.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- debug (1.5.0)
9
+ debug (1.6.2)
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.2"
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.2
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-23 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