limarka 0.6.1 → 0.6.2
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 +4 -4
- data/CHANGELOG.md +9 -2
- data/lib/limarka/version.rb +1 -1
- data/limarka.gemspec +1 -0
- metadata +18 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ee9a2ad0a20ddce9f9aa5d53f8ca050c90a76ea2
|
|
4
|
+
data.tar.gz: d8e086b75ed49ca6d3c8924243db6726d00862a1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6a9cecf6f1d48fcfd5797460d91316df35ff3b2b7c94e7f77a68452be1510fc433ffcc5681a33893931af44194dce461ba75a41598024c56f7ba4a318dc69672
|
|
7
|
+
data.tar.gz: a3ba8fc0f70a27a832fcb300cf1b18d90fc226c1669aa9fc7c4dafee34ded9a39a3103c88542ccbdad3617b28cf4db5c6ddf3fe94a1f366cf9e2985aa3883a7b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,19 +1,26 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [v0.6.2](https://github.com/abntex/limarka/tree/v0.6.2) (2017-01-09)
|
|
4
|
+
[Full Changelog](https://github.com/abntex/limarka/compare/v0.6.1...v0.6.2)
|
|
5
|
+
|
|
6
|
+
**Bugs corrigidos:**
|
|
7
|
+
|
|
8
|
+
- problema no windows [\#115](https://github.com/abntex/limarka/issues/115)
|
|
9
|
+
|
|
3
10
|
## [v0.6.1](https://github.com/abntex/limarka/tree/v0.6.1) (2017-01-08)
|
|
4
11
|
[Full Changelog](https://github.com/abntex/limarka/compare/v0.6.0...v0.6.1)
|
|
5
12
|
|
|
6
13
|
**Melhorias implementadas:**
|
|
7
14
|
|
|
8
|
-
- Configurar deployment a partir do travis [\#111](https://github.com/abntex/limarka/issues/111)
|
|
9
15
|
- Utilizar sistema de integração contínua [\#108](https://github.com/abntex/limarka/issues/108)
|
|
10
16
|
|
|
11
17
|
**Bugs corrigidos:**
|
|
12
18
|
|
|
13
|
-
-
|
|
19
|
+
- O build no servidor de integração contínua está falhando [\#109](https://github.com/abntex/limarka/issues/109)
|
|
14
20
|
|
|
15
21
|
**Issues fechados:**
|
|
16
22
|
|
|
23
|
+
- Sala no gitter será o meio oficial de comunicação [\#112](https://github.com/abntex/limarka/issues/112)
|
|
17
24
|
- Inclusão de badges no README [\#106](https://github.com/abntex/limarka/issues/106)
|
|
18
25
|
|
|
19
26
|
## [v0.6.0](https://github.com/abntex/limarka/tree/v0.6.0) (2016-12-27)
|
data/lib/limarka/version.rb
CHANGED
data/limarka.gemspec
CHANGED
|
@@ -25,6 +25,7 @@ Gem::Specification.new do |spec|
|
|
|
25
25
|
spec.add_development_dependency "github_changelog_generator"
|
|
26
26
|
|
|
27
27
|
spec.add_dependency "clipboard"
|
|
28
|
+
spec.add_dependency "ffi"
|
|
28
29
|
spec.add_dependency "colorize"
|
|
29
30
|
spec.add_dependency "pdf-forms", "~> 1.1.1"
|
|
30
31
|
spec.add_dependency "pandoc-ruby"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: limarka
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eduardo de Santana Medeiros Alexandre
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-01-
|
|
11
|
+
date: 2017-01-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -94,6 +94,20 @@ dependencies:
|
|
|
94
94
|
- - ">="
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
96
|
version: '0'
|
|
97
|
+
- !ruby/object:Gem::Dependency
|
|
98
|
+
name: ffi
|
|
99
|
+
requirement: !ruby/object:Gem::Requirement
|
|
100
|
+
requirements:
|
|
101
|
+
- - ">="
|
|
102
|
+
- !ruby/object:Gem::Version
|
|
103
|
+
version: '0'
|
|
104
|
+
type: :runtime
|
|
105
|
+
prerelease: false
|
|
106
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
107
|
+
requirements:
|
|
108
|
+
- - ">="
|
|
109
|
+
- !ruby/object:Gem::Version
|
|
110
|
+
version: '0'
|
|
97
111
|
- !ruby/object:Gem::Dependency
|
|
98
112
|
name: colorize
|
|
99
113
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -282,8 +296,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
282
296
|
version: '0'
|
|
283
297
|
requirements: []
|
|
284
298
|
rubyforge_project:
|
|
285
|
-
rubygems_version: 2.
|
|
299
|
+
rubygems_version: 2.5.1
|
|
286
300
|
signing_key:
|
|
287
301
|
specification_version: 4
|
|
288
302
|
summary: Ferramenta para compilação de trabalhos acadêmicos com markdown e abnTeX2
|
|
289
303
|
test_files: []
|
|
304
|
+
has_rdoc:
|