limarka 0.6.3 → 0.6.4
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 +8 -1
- data/CONTRIBUTING.md +0 -3
- data/docs/paper/codemeta.json +1 -1
- data/lib/limarka/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e80dfd0083b8c812e3e18a87a5a7be782af7cd17
|
|
4
|
+
data.tar.gz: afdfd32814f5ae0b81ebf69c242cfb4b32bffdad
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dd8ba50b21f7bbab31d65f29e179989cd01d35fddbbc290ec985c67ab4d451affd9cbafe5fa2ec3b941eb99c48bc456992dc21672dddbc6cb902a2ab65bdeb96
|
|
7
|
+
data.tar.gz: 3a48ac85cbd764a260524ba2d4a194e4e838dc274ccb1d6c49b5804ee3cd6dde04a53d86e35fbb6c5cc32a6f700699d0a7a3d0998fe3985ce002e6a5f480efd2
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [v0.6.4](https://github.com/abntex/limarka/tree/v0.6.4) (2017-01-16)
|
|
4
|
+
[Full Changelog](https://github.com/abntex/limarka/compare/v0.6.3...v0.6.4)
|
|
5
|
+
|
|
6
|
+
**Issues fechados:**
|
|
7
|
+
|
|
8
|
+
- Updating version software of the paper [\#120](https://github.com/abntex/limarka/issues/120)
|
|
9
|
+
|
|
3
10
|
## [v0.6.3](https://github.com/abntex/limarka/tree/v0.6.3) (2017-01-15)
|
|
4
11
|
[Full Changelog](https://github.com/abntex/limarka/compare/v0.6.2...v0.6.3)
|
|
5
12
|
|
|
@@ -15,11 +22,11 @@
|
|
|
15
22
|
|
|
16
23
|
**Issues fechados:**
|
|
17
24
|
|
|
25
|
+
- Comunicar a equipe do abntex sobre o lançamento do limarka [\#66](https://github.com/abntex/limarka/issues/66)
|
|
18
26
|
- Apresentar a ferramenta utilizando gif animados [\#114](https://github.com/abntex/limarka/issues/114)
|
|
19
27
|
- Write a better CONTRIBUTING and README [\#99](https://github.com/abntex/limarka/issues/99)
|
|
20
28
|
- Software paper writing [\#94](https://github.com/abntex/limarka/issues/94)
|
|
21
29
|
- Several actions related to the software paper [\#93](https://github.com/abntex/limarka/issues/93)
|
|
22
|
-
- Comunicar a equipe do abntex sobre o lançamento do limarka [\#66](https://github.com/abntex/limarka/issues/66)
|
|
23
30
|
|
|
24
31
|
## [v0.6.2](https://github.com/abntex/limarka/tree/v0.6.2) (2017-01-09)
|
|
25
32
|
[Full Changelog](https://github.com/abntex/limarka/compare/v0.6.1...v0.6.2)
|
data/CONTRIBUTING.md
CHANGED
|
@@ -106,6 +106,3 @@ Faça um Push para o seu fork:
|
|
|
106
106
|
|
|
107
107
|
Talvez você deseje consulta a página sobre o [desenvolvimento da ferramenta](https://github.com/abntex/limarka/wiki/Desenvolvimento).
|
|
108
108
|
|
|
109
|
-
# Participando no fórum
|
|
110
|
-
|
|
111
|
-
Você também pode participar do [fórum de discussão do limarka](https://groups.google.com/forum/#!forum/limarka).
|
data/docs/paper/codemeta.json
CHANGED
data/lib/limarka/version.rb
CHANGED