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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a3c1ef771e5500f212822a0bb6bd6440e187aed2325816515aed7cfff84ac41a
4
- data.tar.gz: 2242cdde6c1d9e5befbce56038382075bff9661d5ec36456d0af4ec8f610c3b6
3
+ metadata.gz: 664d575228713718db469b21b0ea906d3232310e37b309bfe1ad69309e1caefa
4
+ data.tar.gz: 0e1ce4fddd4fe1e79251c28d7109baf71b7018237ce15c675640fe2ddd8a0f68
5
5
  SHA512:
6
- metadata.gz: c5f67a328a2b55f0208059082d85b428156b09695c29121c03731866fad9d57000d7a0b1689b6563e9e6a6829ebeab7a59f93ea20db67b56828577faf7777fd0
7
- data.tar.gz: 67d5782fb1d673376042e95b52888964d73a04e0aee03365f1e401391e7e18ec5b5d7ff535dd792a0ddf0fe48a00729270ca0a95f3903146c2ebdaf34e93d489
6
+ metadata.gz: c3eb113bbb2ac216c66602a334797cc4da918111df0604c806940e7b898dbcb71077ffd96e7adbb965bccf71bf518376760ca1c9cc8a3cf4391c3c348aa49414
7
+ data.tar.gz: d2b0401ce18f11d3dd3b851b33a3b0b956c1359f361bf0a6478d2f2b37b1c78d4032c0c96562c25aeffabbf6785e41b4fb391926f50c5c44703c8657ba719f8a
data/.gitignore CHANGED
@@ -202,3 +202,4 @@ master.bib
202
202
 
203
203
  test
204
204
  .byebug_history
205
+ coverage/
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
+ ---
@@ -1,4 +1,4 @@
1
1
  module Limarka
2
2
  # O Versionamento é ano e mês
3
- VERSION = "19.5"
3
+ VERSION = "19.6"
4
4
  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: 19.5.pre.289
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
@@ -1,2 +0,0 @@
1
- "Mudanças":
2
- - "Gestão do changelog passou ser feito com o codelog - [\\#191](https://github.com/abntex/limarka/issues/191)"
@@ -1,5 +0,0 @@
1
- "Mudanças":
2
- - >
3
- Novas imagens do docker passaram a ser geradas no processo de build.
4
- Imagens de desenvolvimento: `limarka/ruby-latex-pandoc:dev` e `limarka/limarka:dev`
5
- Imagens de release: `limarka/limarka`, `limarka/limarka:ANO` e `limarka/limarka:ANO.MES`
@@ -1,2 +0,0 @@
1
- "Melhorias implementadas":
2
- - Otimização da execução dos testes no Travis através do cache com o TinyTex entre execuções.
@@ -1,2 +0,0 @@
1
- "Melhorias implementadas":
2
- - Os testes automatizados geram [relatório de cobertura dos códigos](https://coveralls.io/github/abntex/limarka) - [\#152](https://github.com/abntex/limarka/issues/152)