limarka 19.5.pre.289 → 19.6.pre.291
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/.gitignore +1 -0
- data/CHANGELOG.md +14 -2
- data/changelogs/releases/19.06.md +12 -0
- data/lib/limarka/version.rb +1 -1
- metadata +2 -5
- data/changelogs/unreleased/20190619164723009_changelog.yml +0 -2
- data/changelogs/unreleased/20190619190824221_docker.yml +0 -5
- data/changelogs/unreleased/20190620120826779_cache.yml +0 -2
- data/changelogs/unreleased/20190622161554859_codecoverage.yml +0 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 664d575228713718db469b21b0ea906d3232310e37b309bfe1ad69309e1caefa
|
|
4
|
+
data.tar.gz: 0e1ce4fddd4fe1e79251c28d7109baf71b7018237ce15c675640fe2ddd8a0f68
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c3eb113bbb2ac216c66602a334797cc4da918111df0604c806940e7b898dbcb71077ffd96e7adbb965bccf71bf518376760ca1c9cc8a3cf4391c3c348aa49414
|
|
7
|
+
data.tar.gz: d2b0401ce18f11d3dd3b851b33a3b0b956c1359f361bf0a6478d2f2b37b1c78d4032c0c96562c25aeffabbf6785e41b4fb391926f50c5c44703c8657ba719f8a
|
data/.gitignore
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
|
-
|
|
3
2
|
Todas as mudanças relevantes deste projeto serão documentadas neste arquivo.
|
|
3
|
+
O formato é baseado em [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
|
4
|
+
## 19.06 - 2019-06-22
|
|
5
|
+
### Melhorias implementadas
|
|
6
|
+
- Otimização da execução dos testes no Travis através do cache com o TinyTex entre execuções.
|
|
7
|
+
- Testes e deploys realizados em 2 stages no Travis (Otimização do tempo do teste e deploy)
|
|
8
|
+
- Os testes automatizados geram [relatório de cobertura dos testes](https://coveralls.io/github/abntex/limarka) - [\#152](https://github.com/abntex/limarka/issues/152)
|
|
9
|
+
|
|
10
|
+
### Mudanças
|
|
11
|
+
- Versionamento do limarka foi simplificado, agora utiliza ANO.MÊS (yy.d) para a versões oficiais, E ANO.MÊS-pre.NUMBER (yy.d-pre-n) para versões em desenvolvimento. Essa mudança permite o desenvolvimento mais ágil.
|
|
12
|
+
- Novas imagens do docker passaram a ser geradas no processo de build. Imagens de desenvolvimento: `limarka/ruby-latex-pandoc:dev` e `limarka/limarka:dev` Imagens de release: `limarka/limarka`, `limarka/limarka:ANO` e `limarka/limarka:ANO.MES`
|
|
13
|
+
- Gestão do changelog passou ser feito com o codelog - [\#191](https://github.com/abntex/limarka/issues/191)
|
|
4
14
|
|
|
15
|
+
---
|
|
16
|
+
<!-- Old changelog starts here -->
|
|
5
17
|
|
|
6
18
|
## [v1.1.0](https://github.com/abntex/limarka/tree/v1.1.0) (2019-06-04)
|
|
7
19
|
[Full Changelog](https://github.com/abntex/limarka/compare/v1.0.2...v1.1.0)
|
|
@@ -324,4 +336,4 @@ Todas as mudanças relevantes deste projeto serão documentadas neste arquivo.
|
|
|
324
336
|
|
|
325
337
|
|
|
326
338
|
|
|
327
|
-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
|
339
|
+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
## 19.06 - 2019-06-22
|
|
2
|
+
### Melhorias implementadas
|
|
3
|
+
- Otimização da execução dos testes no Travis através do cache com o TinyTex entre execuções.
|
|
4
|
+
- Testes e deploys realizados em 2 stages no Travis (Otimização do tempo do teste e deploy)
|
|
5
|
+
- Os testes automatizados geram [relatório de cobertura dos testes](https://coveralls.io/github/abntex/limarka) - [\#152](https://github.com/abntex/limarka/issues/152)
|
|
6
|
+
|
|
7
|
+
### Mudanças
|
|
8
|
+
- Versionamento do limarka foi simplificado, agora utiliza ANO.MÊS (yy.d) para a versões oficiais, E ANO.MÊS-pre.NUMBER (yy.d-pre-n) para versões em desenvolvimento. Essa mudança permite o desenvolvimento mais ágil.
|
|
9
|
+
- Novas imagens do docker passaram a ser geradas no processo de build. Imagens de desenvolvimento: `limarka/ruby-latex-pandoc:dev` e `limarka/limarka:dev` Imagens de release: `limarka/limarka`, `limarka/limarka:ANO` e `limarka/limarka:ANO.MES`
|
|
10
|
+
- Gestão do changelog passou ser feito com o codelog - [\#191](https://github.com/abntex/limarka/issues/191)
|
|
11
|
+
|
|
12
|
+
---
|
data/lib/limarka/version.rb
CHANGED
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: 19.
|
|
4
|
+
version: 19.6.pre.291
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eduardo de Santana Medeiros Alexandre
|
|
@@ -279,12 +279,9 @@ files:
|
|
|
279
279
|
- changelogs/header.txt
|
|
280
280
|
- changelogs/releases/.gitkeep
|
|
281
281
|
- changelogs/releases/1.1.0.md
|
|
282
|
+
- changelogs/releases/19.06.md
|
|
282
283
|
- changelogs/template.yml
|
|
283
284
|
- changelogs/unreleased/.gitkeep
|
|
284
|
-
- changelogs/unreleased/20190619164723009_changelog.yml
|
|
285
|
-
- changelogs/unreleased/20190619190824221_docker.yml
|
|
286
|
-
- changelogs/unreleased/20190620120826779_cache.yml
|
|
287
|
-
- changelogs/unreleased/20190622161554859_codecoverage.yml
|
|
288
285
|
- containers/limarka.dockerfile
|
|
289
286
|
- containers/ruby-latex-pandoc.dockerfile
|
|
290
287
|
- docs/paper/codemeta.json
|