limarka 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4d66b3b22fa2cc328b357586798165ddc50b628e7b0aba24d376149f7150c53d
4
- data.tar.gz: f4811c01d2cf1da6bdc6314599f0caf3118c65683d1dbe806c257e9d2721cfb3
3
+ metadata.gz: '048f8ddd7134273f541aa5b0a0bc8459e25b42f1d92f912eaf8172c4912c59b3'
4
+ data.tar.gz: 33096399627cb76c333a1616c0a3e3927bf0bd50ab839a8db7e580c0d2987b2b
5
5
  SHA512:
6
- metadata.gz: a1485fd8c56d5d0f8788f17bff1b4cca99a569803b5722c9d187598d66613f84b1a36bc74d5d170635620146d4bf89f33bca736fb8732f1920c67bcf64c00a2a
7
- data.tar.gz: ad88497d1eb466766add2e9d38b145fafbd98a8d6c852ca881280fbde31b6e7e8eed662353820e1e6f78fa2780eeb658de017e7ff3db6fb98e35e35031f79057
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/1.19.2.1/pandoc-1.19.2.1-1-amd64.deb && sudo dpkg -i pandoc-*.deb
10
- - wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz && tar -xf install-tl-unx.tar.gz && cd install-tl-* && sudo ./install-tl -no-gui -profile ../spec/dependencias/texlive-abntex2.profile -no-verify-downloads && cd ..
11
- - export PATH=$PATH:/usr/local/texlive/2018/bin/x86_64-linux
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
- - cd /usr/local/texlive && find . -iname latexmk
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
@@ -6,3 +6,5 @@
6
6
 
7
7
  **Especificações do sistema**:
8
8
 
9
+ <!-- Gosta do limarka? Por favor considere dar suporte ao projeto:
10
+ 👉 https://opencollective.com/limarka/donate -->
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
+ [![OpenCollective](https://opencollective.com/limarka/backers/badge.svg)![OpenCollective](https://opencollective.com/limarka/sponsors/badge.svg)](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/
@@ -1,3 +1,3 @@
1
1
  module Limarka
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
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 = 'O limarka depende de uma versão nova do pandoc (v1.19.1 ou superior) que ainda não está disponível nos repositórios de muitas distribuições. Será necessário instalar a nova versão manualmente: https://github.com/abntex/limarka/issues/138'
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.1
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: 2018-10-22 00:00:00.000000000 Z
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: 'O limarka depende de uma versão nova do pandoc (v1.19.1 ou
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