pandoc_abnt 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/{exec → exe}/pandoc_abnt +0 -0
- data/lib/pandoc_abnt/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 07c34f9436e69a9375b77006ac695067feae579c
|
4
|
+
data.tar.gz: 8b504f45c1999bc448110e8397ab95f31abb7bb3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 649e2f6bf1a7b982a9f9cf6230cea27cdd39a8e80a0a70eaf778deea39129c7461bdf445d4c14ba7d19ece57608f1c2715e00b9f6e2af72fc321a9b837c4e41f
|
7
|
+
data.tar.gz: c29363c7f3eb7bbde0269c0fb19d7e33865bbc06ea5b84bfe7de9375c47b776f27bfde030e3f03d5197203f4f86e5f98d417d04a31465268c737e2b0e328cee1
|
data/{exec → exe}/pandoc_abnt
RENAMED
File without changes
|
data/lib/pandoc_abnt/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pandoc_abnt
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eduardo de Santana Medeiros Alexandre
|
@@ -83,7 +83,8 @@ dependencies:
|
|
83
83
|
description: Adiciona fontes à Imagens e Tabelas.
|
84
84
|
email:
|
85
85
|
- eduardo.ufpb@gmail.com
|
86
|
-
executables:
|
86
|
+
executables:
|
87
|
+
- pandoc_abnt
|
87
88
|
extensions: []
|
88
89
|
extra_rdoc_files: []
|
89
90
|
files:
|
@@ -97,7 +98,7 @@ files:
|
|
97
98
|
- Rakefile
|
98
99
|
- bin/console
|
99
100
|
- bin/setup
|
100
|
-
-
|
101
|
+
- exe/pandoc_abnt
|
101
102
|
- lib/pandoc_abnt.rb
|
102
103
|
- lib/pandoc_abnt/figura_filter.rb
|
103
104
|
- lib/pandoc_abnt/version.rb
|