limarka 1.0.0 → 1.0.1

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
  SHA256:
3
- metadata.gz: e5a229c70a6161c259dd71818ccba1375ec410a84bbf851f2a852f70e2af0f1a
4
- data.tar.gz: 14d0115165f5476b0a2b84ff1111cbe91f0aa5948f34d3259d8eb8cf2392c54e
3
+ metadata.gz: 4d66b3b22fa2cc328b357586798165ddc50b628e7b0aba24d376149f7150c53d
4
+ data.tar.gz: f4811c01d2cf1da6bdc6314599f0caf3118c65683d1dbe806c257e9d2721cfb3
5
5
  SHA512:
6
- metadata.gz: 5049c4f7525afc26ad260c8b37201b076486b98a2a9e848e80b19988b3ba3d4638b72c15262f310e6aa0361a44fb49068dd15f21b59fb4e095d0068c4feef386
7
- data.tar.gz: e3502f1a3e0e609ba2b3bae739be9313e1523dd72d34243be5e26fdc5870ebca55f2ddac38384732f76eadf26fd61e45d2c93fc8c2eb5d91bf2344bbe05e29d1
6
+ metadata.gz: a1485fd8c56d5d0f8788f17bff1b4cca99a569803b5722c9d187598d66613f84b1a36bc74d5d170635620146d4bf89f33bca736fb8732f1920c67bcf64c00a2a
7
+ data.tar.gz: ad88497d1eb466766add2e9d38b145fafbd98a8d6c852ca881280fbde31b6e7e8eed662353820e1e6f78fa2780eeb658de017e7ff3db6fb98e35e35031f79057
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Change Log
2
2
 
3
+ ## [v1.0.1](https://github.com/abntex/limarka/tree/v1.0.1) (2018-10-22)
4
+ [Full Changelog](https://github.com/abntex/limarka/compare/v1.0.0...v1.0.1)
5
+
6
+ **Bugs corrigidos:**
7
+
8
+ - Limarka ainda informava que a versão 2.X era incompatível [\#167](https://github.com/abntex/limarka/issues/167)
9
+
3
10
  ## [v1.0.0](https://github.com/abntex/limarka/tree/v1.0.0) (2018-10-22)
4
11
  [Full Changelog](https://github.com/abntex/limarka/compare/v0.8.0...v1.0.0)
5
12
 
data/lib/limarka/check.rb CHANGED
@@ -9,7 +9,7 @@ module Limarka
9
9
  attr_accessor :pandoc
10
10
  attr_accessor :sistema
11
11
  PANDOC_VERSAO_MINIMA = '1.19.1'
12
- PANDOC_VERSAO_MAXIMA = '2.0.0'
12
+ PANDOC_VERSAO_MAXIMA = '3.0.0'
13
13
 
14
14
  def initialize(pandoc: nil, sistema: true)
15
15
  self.pandoc = pandoc
@@ -1,3 +1,3 @@
1
1
  module Limarka
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
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: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eduardo de Santana Medeiros Alexandre