limarka 1.0.1 → 1.0.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/.travis.yml +7 -6
- data/CHANGELOG.md +13 -0
- data/ISSUE_TEMPLATE.md +2 -0
- data/README.md +2 -0
- data/bin/setup +10 -0
- data/lib/limarka/version.rb +1 -1
- data/limarka.gemspec +1 -1
- metadata +3 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '048f8ddd7134273f541aa5b0a0bc8459e25b42f1d92f912eaf8172c4912c59b3'
|
|
4
|
+
data.tar.gz: 33096399627cb76c333a1616c0a3e3927bf0bd50ab839a8db7e580c0d2987b2b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f74a8ac2092ed39272ab667f5bf061ab3f09d8f4d16d901b273edb486f11d832ce2971e1eea9a4aae0070015325b4172f00de6a02884ae9bb25c5e127ce71af1
|
|
7
|
+
data.tar.gz: 8ad2d1f49bc5c84b976af4e16eea64e49d88bb699e08f19528be48541048a0465651763b24843d01e500a8b4582e5e78300e31f5e224f7a31f5f4420808d9099
|
data/.travis.yml
CHANGED
|
@@ -5,10 +5,11 @@ rvm:
|
|
|
5
5
|
- 2.3.1
|
|
6
6
|
before_install:
|
|
7
7
|
- sudo apt-get update -qq
|
|
8
|
-
- sudo apt-get install -y -qq ruby-full pdftk xclip poppler-utils language-pack-pt libreoffice
|
|
9
|
-
- wget https://github.com/jgm/pandoc/releases/download/
|
|
10
|
-
- wget
|
|
11
|
-
-
|
|
8
|
+
- sudo apt-get install -y -qq ruby-full pdftk xclip poppler-utils language-pack-pt libreoffice unzip pdfgrep locales
|
|
9
|
+
- wget https://github.com/jgm/pandoc/releases/download/2.5/pandoc-2.5-1-amd64.deb && sudo dpkg -i pandoc-*.deb
|
|
10
|
+
- wget -qO- "https://yihui.name/gh/tinytex/tools/install-unx.sh" | sh
|
|
11
|
+
- tlmgr install memoir abntex2 lastpage microtype lipsum pdfpages ifetex textcase enumitem xcolor babel-portuges listings
|
|
12
|
+
- export PATH=$PATH:~/bin
|
|
12
13
|
|
|
13
14
|
script:
|
|
14
15
|
- latexmk -v
|
|
@@ -16,8 +17,8 @@ script:
|
|
|
16
17
|
- pdftotext -v
|
|
17
18
|
- pandoc -v
|
|
18
19
|
- libreoffice --version
|
|
20
|
+
- bundle exec rspec -t @latex_minimo
|
|
19
21
|
- bundle exec rake
|
|
20
22
|
- bundle exec rake spec:latex
|
|
21
23
|
after_failure:
|
|
22
|
-
-
|
|
23
|
-
- cat /usr/local/texlive/2018/install-tl.log
|
|
24
|
+
- cat test/latex/exemplo-minimo/xxx-Monografia.log
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [v1.0.2](https://github.com/abntex/limarka/tree/v1.0.2) (2019-01-17)
|
|
4
|
+
[Full Changelog](https://github.com/abntex/limarka/compare/v1.0.1...v1.0.2)
|
|
5
|
+
|
|
6
|
+
**Melhorias implementadas:**
|
|
7
|
+
|
|
8
|
+
- Utilizar o tinytex nos testes automatizados [\#164](https://github.com/abntex/limarka/issues/164)
|
|
9
|
+
|
|
10
|
+
**Issues fechados:**
|
|
11
|
+
|
|
12
|
+
- Atualizar documentação sobre o TinyTex [\#170](https://github.com/abntex/limarka/issues/170)
|
|
13
|
+
- Atualizar documentação sobre o pacote pdftk no Ubuntu 18.04 [\#168](https://github.com/abntex/limarka/issues/168)
|
|
14
|
+
- Atualizar documentação sobre dependências de compilação no Ubuntu 17.10.1 [\#160](https://github.com/abntex/limarka/issues/160)
|
|
15
|
+
|
|
3
16
|
## [v1.0.1](https://github.com/abntex/limarka/tree/v1.0.1) (2018-10-22)
|
|
4
17
|
[Full Changelog](https://github.com/abntex/limarka/compare/v1.0.0...v1.0.1)
|
|
5
18
|
|
data/ISSUE_TEMPLATE.md
CHANGED
data/README.md
CHANGED
|
@@ -39,6 +39,8 @@ O limarka é uma ferramenta que possibilita seus usuários escreverem relatório
|
|
|
39
39
|
|
|
40
40
|
Veja como é fácil contribuir!
|
|
41
41
|
|
|
42
|
+
[](https://opencollective.com/limarka/donate)
|
|
43
|
+
|
|
42
44
|
## Professor
|
|
43
45
|
|
|
44
46
|
- Atualize sua página pessoal/institucional adicionando uma [matéria ou link sobre o limarka](https://github.com/abntex/limarka/wiki/Imprensa)
|
data/bin/setup
CHANGED
|
@@ -6,3 +6,13 @@ set -vx
|
|
|
6
6
|
bundle install
|
|
7
7
|
|
|
8
8
|
# Do any other automated setup that you need to do here
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
# tlmgr update --self --all
|
|
12
|
+
# tlmgr path add
|
|
13
|
+
# fmtutil-sys --all
|
|
14
|
+
|
|
15
|
+
# sudo apt-get install xzdec
|
|
16
|
+
# tlmgr install memoir abntex2 lm latex lastpage tools graphics microtype lipsum hyperref pdfpages caption
|
|
17
|
+
|
|
18
|
+
# docker: https://docs.docker.com/install/linux/docker-ce/ubuntu/
|
data/lib/limarka/version.rb
CHANGED
data/limarka.gemspec
CHANGED
|
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
|
|
|
18
18
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
19
19
|
spec.require_paths = ["lib"]
|
|
20
20
|
spec.requirements = 'pandoc, v1.19.1'
|
|
21
|
-
spec.post_install_message = '
|
|
21
|
+
spec.post_install_message = 'Gostou do limarka? Considere contribuir com o projeto: https://opencollective.com/limarka/donate'
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
spec.add_development_dependency "bundler", "~> 1.12"
|
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: 1.0.
|
|
4
|
+
version: 1.0.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:
|
|
11
|
+
date: 2019-01-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -305,9 +305,7 @@ homepage: https://github.com/abntex/limarka
|
|
|
305
305
|
licenses:
|
|
306
306
|
- MIT
|
|
307
307
|
metadata: {}
|
|
308
|
-
post_install_message: '
|
|
309
|
-
superior) que ainda não está disponível nos repositórios de muitas distribuições.
|
|
310
|
-
Será necessário instalar a nova versão manualmente: https://github.com/abntex/limarka/issues/138'
|
|
308
|
+
post_install_message: 'Gostou do limarka? Considere contribuir com o projeto: https://opencollective.com/limarka/donate'
|
|
311
309
|
rdoc_options: []
|
|
312
310
|
require_paths:
|
|
313
311
|
- lib
|