formatafacil 0.1.2 → 0.1.3

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
  SHA1:
3
- metadata.gz: 8836bc5815513a6054f4e6241f30e3b3d7013e32
4
- data.tar.gz: d73c0d0bb89c975fdc80e4a8cb800300a23b4b8e
3
+ metadata.gz: 7d006cc17793fecbeb1064503959e2f4c9ff1571
4
+ data.tar.gz: f1e735fe65aea5434e1e63a2fa5943c8b8f33172
5
5
  SHA512:
6
- metadata.gz: c444ae1cc5fdb35682119ca463caa4ac11f52e3b2ef60630783e388efccadfa0201dffaf44ad332fbec1472e6b33aa20218bd0be6c97b540f558649eafc3d4c8
7
- data.tar.gz: c4503eea3b2a3a2f42a4e2c06f6f035f96829f75a625192dc8cb3e2bc362e92cb06a0453d97e4afe5b3e002bfce32920f6c3ba5655403a1f5e61c4f9fa93dfb5
6
+ metadata.gz: f7aaf86d76fc7146cf8d0e07b85c3f51948e61163f9c82193da9354f39d93c02c0c56346599abe3db66986363d27afd16554c3c2e9761190725e2e1c2ce23882
7
+ data.tar.gz: 4df9a9c192028aa87e1b43b6f9f01e82e3c2bdddd2f37468d25b46bc5e409357fd72227d6d512c5fbca7583f8ffb195e7df58774e91250eefb37f28a54b782fb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # formatafacil Change Log
2
2
 
3
+ ## 0.1.3
4
+
5
+ * Correção de problema quando arquivo não termina com quebra de linha #1
6
+
3
7
  ## 0.1.2
4
8
 
5
9
  * Inclusão de comando para compilar artigo latex: compila --documento=artigo
@@ -139,14 +139,13 @@ module Formatafacil
139
139
  }
140
140
  end
141
141
 
142
+ # Precisa gerar arquivos com quebra de linha antes e depois
143
+ # porque pandoc utiliza
142
144
  def salva_configuracao_yaml_para_inclusao_em_pandoc
143
-
144
-
145
-
146
-
147
145
  File.open(@arquivo_saida_yaml, 'w'){ |file|
146
+ file.write("\n")
148
147
  file.write @artigo_latex.to_yaml
149
- file.write("---")
148
+ file.write("---\n")
150
149
  }
151
150
  end
152
151
 
@@ -1,3 +1,3 @@
1
1
  module Formatafacil
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: formatafacil
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eduardo de Santana Medeiros Alexandre