limarka 0.5.1 → 0.5.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +13 -2
- data/CONTRIBUTING.md +40 -0
- data/bin/test +6 -0
- data/lib/limarka/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7aec22c987a60fa4b0691e44b9dfb594b1898a2f
|
4
|
+
data.tar.gz: 8ea2a32df33031be81caedbe3ca884953f26607f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c32cfa2c8d3cbb8a9edda4480ae53248845a32e2b74a59a69cc72bbd12b5deae5490c0268273b1afa130336dedface19da15c8d0c38b5c1d97f326be0383be07
|
7
|
+
data.tar.gz: a52290e30da57872e03ede9abff9a05877e0f22cf2c144ef7d46f60acfd333b7c9d91bc6a0762551ba4c4a18b5dca6cb4f0946b0abfef0f78e02d9277e42871d
|
data/CHANGELOG.md
CHANGED
@@ -1,10 +1,21 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
-
## [v0.5.
|
4
|
-
[Full Changelog](https://github.com/abntex/limarka/compare/v0.5.
|
3
|
+
## [v0.5.2](https://github.com/abntex/limarka/tree/v0.5.2) (2016-12-09)
|
4
|
+
[Full Changelog](https://github.com/abntex/limarka/compare/v0.5.1...v0.5.2)
|
5
|
+
|
6
|
+
**Melhorias implementadas:**
|
7
|
+
|
8
|
+
- Inclusão de instruções de como colaborar com o projeto [\#86](https://github.com/abntex/limarka/issues/86)
|
5
9
|
|
6
10
|
**Issues fechados:**
|
7
11
|
|
12
|
+
- Alteração de configurações nos repositórios do projeto no github [\#85](https://github.com/abntex/limarka/issues/85)
|
13
|
+
|
14
|
+
## [v0.5.1](https://github.com/abntex/limarka/tree/v0.5.1) (2016-12-05)
|
15
|
+
[Full Changelog](https://github.com/abntex/limarka/compare/v0.5.0...v0.5.1)
|
16
|
+
|
17
|
+
**Bugs corrigidos:**
|
18
|
+
|
8
19
|
- Correção da legenda da tabela [\#91](https://github.com/abntex/limarka/issues/91)
|
9
20
|
|
10
21
|
## [v0.5.0](https://github.com/abntex/limarka/tree/v0.5.0) (2016-12-05)
|
data/CONTRIBUTING.md
ADDED
@@ -0,0 +1,40 @@
|
|
1
|
+
# Contribuindo com o projeto
|
2
|
+
|
3
|
+
No momento, as maiores contribuições são: utilizar a ferramenta, [realizar o experimento]
|
4
|
+
e [divulgá-la](https://github.com/abntex/limarka/wiki/Imprensa).
|
5
|
+
|
6
|
+
[realizar o experimento]: https://github.com/abntex/limarka/wiki/Experimentos
|
7
|
+
|
8
|
+
Pull requests são sempre bem vindos. Ao participar desse projeto você está de
|
9
|
+
acordo com o [código de conduda].
|
10
|
+
|
11
|
+
[código de conduda]: https://github.com/abntex/limarka/blob/master/CONTRIBUTING.md
|
12
|
+
|
13
|
+
Realize um fork no projeto, depois faça o clone do seu fork:
|
14
|
+
|
15
|
+
git clone git@github.com:your-username/limarka.git
|
16
|
+
|
17
|
+
Configure sua máquina:
|
18
|
+
|
19
|
+
./bin/setup
|
20
|
+
|
21
|
+
Certifique-se que os testes estão passando:
|
22
|
+
|
23
|
+
rake
|
24
|
+
|
25
|
+
Crie uma branch a partir da master para sua funcionalidade:
|
26
|
+
|
27
|
+
git checkout -b minha-funcionalidade
|
28
|
+
|
29
|
+
Realize as alterações. Adicione testes para as suas mudanças. Faça os testes passarem:
|
30
|
+
|
31
|
+
rake
|
32
|
+
|
33
|
+
Se existir um Issue referente a funcionalidade implementada:
|
34
|
+
|
35
|
+
- [Utilizar o número do issue na mensagem de commit](https://help.github.com/articles/closing-issues-via-commit-messages/).
|
36
|
+
- Altere o título do issue para o texto que deseja ser adicionado ao [CHANGELOG](https://github.com/abntex/limarka/blob/master/CHANGELOG.md)
|
37
|
+
|
38
|
+
Faça um Push para o seu fork e [submeta um pull request][pr].
|
39
|
+
|
40
|
+
[pr]: https://github.com/abntex/limarka/compare/
|
data/bin/test
ADDED
data/lib/limarka/version.rb
CHANGED
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: 0.5.
|
4
|
+
version: 0.5.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: 2016-12-
|
11
|
+
date: 2016-12-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -179,6 +179,7 @@ files:
|
|
179
179
|
- ".travis.yml"
|
180
180
|
- CHANGELOG.md
|
181
181
|
- CODE_OF_CONDUCT.md
|
182
|
+
- CONTRIBUTING.md
|
182
183
|
- Gemfile
|
183
184
|
- ISSUE_TEMPLATE.md
|
184
185
|
- LICENSE
|
@@ -188,6 +189,7 @@ files:
|
|
188
189
|
- apendices.md
|
189
190
|
- bin/console
|
190
191
|
- bin/setup
|
192
|
+
- bin/test
|
191
193
|
- configuracao.odt
|
192
194
|
- errata.md
|
193
195
|
- exe/limarka
|