limarka 0.7.2.pre2 → 0.7.2.pre3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e0dfd70bed5633a31349b053a9d52e4cf6d09aeb
4
- data.tar.gz: fd5078dce4bb29863507bef9006b336516c4fd73
3
+ metadata.gz: 9e6b8a912ebb2dff53d0f82902de3383e9577eb8
4
+ data.tar.gz: 728340034b13c9deac3112f9ec498a269a96acaa
5
5
  SHA512:
6
- metadata.gz: 790ee40ab475aef5c968950905801b96db0741457b6ccc51f6005d3be57c1d7c3d3ae889e6f7231ac6e6cc023b124cdf60a1706fbc07ffdfbadae45879a12711
7
- data.tar.gz: 2de6c9b3516aff38e90d661d643183bd60cd6e6d05e9e882eb351f41d9bcee123bf4e11d3f29ea1212ee35a455dd439a5c3eaf5227fa322184e8db1106b02373
6
+ metadata.gz: b4898fcde34034cf3ca940b23f7c0fdec8b0542ca41a46125a8493c392b3f071d81fe36fbbfca2052be47da0552ed3b8c9c6526fb418d7937c64d36e13b2306c
7
+ data.tar.gz: df2df189035dc1aefb028b24ebfc690b8852ac44b6af44caffd6b43a02970a634024fa837b426314b43fd5cb6ef97fa923470123126ba1dea15d476993bbe732
@@ -23,9 +23,7 @@ module Limarka
23
23
  attr_accessor :texto_tex
24
24
  attr_accessor :txt
25
25
  attr_accessor :usa_pdftotext
26
-
27
- pandoc_abnt_path = ENV["PANDOC_ABNT_PATH"] or "pandoc_abnt"
28
-
26
+
29
27
  # @param trabalho [Trabalho]
30
28
  def initialize(trabalho, options)
31
29
  self.t = trabalho
@@ -257,6 +255,10 @@ module Limarka
257
255
  s.string
258
256
  end
259
257
 
258
+ def pandoc_abnt_path
259
+ ENV["PANDOC_ABNT_PATH"] or "pandoc_abnt"
260
+ end
261
+
260
262
  end
261
263
  end
262
264
 
@@ -1,3 +1,3 @@
1
1
  module Limarka
2
- VERSION = "0.7.2.pre2"
2
+ VERSION = "0.7.2.pre3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: limarka
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2.pre2
4
+ version: 0.7.2.pre3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eduardo de Santana Medeiros Alexandre