limarka 0.5.0 → 0.5.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
  SHA1:
3
- metadata.gz: 0fc858cd5a934757419b7ffeb8cd1cce7a7f8d14
4
- data.tar.gz: a2d9496801859e7c01e724a76e01c8d926532b00
3
+ metadata.gz: 5254e9346cf8b5c691ab42a8468af71cb2f8498a
4
+ data.tar.gz: 02fca2dd1204abe8119228fa20a13768023bdf2e
5
5
  SHA512:
6
- metadata.gz: 3d51a3b57b1522a540ae0dc07d1cbba6389fe2274e0aad68ac1a33809ec2b3721bb9116f013bfa57874a14ad61a0ad0efa12a7e96f18f690318c78cdb365413b
7
- data.tar.gz: c1f9e76760498c82deedca9e0f2e657b30709c8932b7b34817d5c814ee7320330f01a96ba671690bc8b435d2452bff87a16049285d853af648c14e5b33e29f49
6
+ metadata.gz: a59e022d98789001b2dc6d3a3c05d1475bb6fe1df32dc7f586cb439c1c572d1b9b2f9c9d278a2ccc65025951af454672239a72b69d4277d69af27ccd834c68e1
7
+ data.tar.gz: 0f36415438a8f20ab058d663156df4681a865b8f704fda82ad8098e5540593fe950b151198f19b2747e49fec8476a20c579d44c74234615a9ae46a86f3fffc94
data/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Change Log
2
2
 
3
- ## [v0.5.0](https://github.com/abntex/limarka/tree/v0.5.0) (2016-12-04)
3
+ ## [v0.5.1](https://github.com/abntex/limarka/tree/v0.5.1) (2016-12-04)
4
+ [Full Changelog](https://github.com/abntex/limarka/compare/v0.5.0...v0.5.1)
5
+
6
+ **Issues fechados:**
7
+
8
+ - Correção da legenda da tabela [\#91](https://github.com/abntex/limarka/issues/91)
9
+
10
+ ## [v0.5.0](https://github.com/abntex/limarka/tree/v0.5.0) (2016-12-05)
4
11
  [Full Changelog](https://github.com/abntex/limarka/compare/v0.4.6...v0.5.0)
5
12
 
6
13
  **Melhorias implementadas:**
data/lib/limarka/cli.rb CHANGED
@@ -154,7 +154,7 @@ DESC
154
154
 
155
155
  \\begin{table}[htb]
156
156
  \\ABNTEXfontereduzida
157
- \\caption[#{legenda}]{#{legenda}}
157
+ \\caption{#{legenda}}
158
158
  \\label{#{rotulo}}
159
159
  \\begin{tabular}{p{2.6cm}|p{6.0cm}|p{2.25cm}|p{3.40cm}}
160
160
  %\\hline
@@ -1,3 +1,3 @@
1
1
  module Limarka
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.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: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eduardo de Santana Medeiros Alexandre