yanapiri 0.4.1 → 0.4.2
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/.travis.yml +5 -2
- data/README.md +15 -2
- data/lib/yanapiri/version.rb +1 -1
- data/yanapiri.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c34b40c79632f2bdbae8311338c9c2d6fc596fdb62898fb10e3f71411befaa2b
|
|
4
|
+
data.tar.gz: 3707bf4ebb50d3f60dcb15f5931ec06a06a7347151732747192555e5b461a094
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 67502de24593a15d49c4dda15b321292e1a286498f16085d5452b9fd9808e19edf75536c182ade58e8e05fe9fc008f77c0312ea5705cd16f315e7442cce17bde
|
|
7
|
+
data.tar.gz: 8f168c3c52cd230fc86ca14dc502dcef75b96c6a6b91798903b12be75f00121a1c3b07161f6711271bf4e4372e4760c077ff55d2746fea2c05f6f8b00a2a2f53
|
data/.travis.yml
CHANGED
|
@@ -7,8 +7,11 @@ before_install: gem install bundler -v 2.0.1
|
|
|
7
7
|
deploy:
|
|
8
8
|
provider: rubygems
|
|
9
9
|
api_key:
|
|
10
|
-
secure:
|
|
10
|
+
secure: ev+kPSDe+b40J1D/0US6I3qmzgCOP91xad7uNLVTW0Yu0kMX3vHuquNATtgN+SeLSz1/NKRugSVEDRd29Gb9u4DCo9fg7k3aYS9NdlvtgRLPWUv6z4PL5NixNUd+EZTZVpgK3RzjSHpGjFHEfRbzVOmOVk2Y4YhU1khFH0bOLNm//3hkVR5/F00dqlGFjHQHVOvtR7AuD8ceAs1PmXE1ybX9W6s2QyDqJbfEdDAxDW4pzvm66N3AewxnVppuxP+fdOfxBgAf2zWjl+r4SHStU1O/i44+AS93RVlVCFuwKu1lWGho4FVCctpRHzizRiMbNqjOn66xxdhqikyE4G0+OonkhCZNEAib3m1+tBaD1yyrSS52NDexrbjaiuFvXGhnoKcfCWdERRf0eHxfTcyxQaT4ol3agxSec7Uzk/ihzrt4RnHv7yV9EL2p0IR1UrpSYYVItzzfcAx+lkRx/wSvDDihL6LAr+X0AwtnQf4+s7aQg2D1qOVyFBZuMl4UxqX3yjI6nHvQssyQu2DxVGvTw6ErqTFU74QPIH9m2flKuarwo4hj64BmtW4J3QFPvec6eUZCH/BA9dswETbTwYFn3/SSq6U3hfEVJDtj1+YVolkLwHuLlKl7h2gdEiHmw7W6xoJdSNDAUx/n6nRrft1LLk2K48GcS+CKMfDymdryEMc=
|
|
11
11
|
gem: yanapiri
|
|
12
12
|
on:
|
|
13
13
|
tags: true
|
|
14
|
-
repo:
|
|
14
|
+
repo: uqbar-project/yanapiri
|
|
15
|
+
after_deploy:
|
|
16
|
+
- npm install -g github-release-notes
|
|
17
|
+
- gren r
|
data/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
[](https://rubygems.org/gems/yanapiri)
|
|
2
|
-
[](https://travis-ci.org/uqbar-project/yanapiri)
|
|
3
3
|
|
|
4
4
|
# Yanapiri
|
|
5
5
|
|
|
6
6
|

|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
Yanapiri es un vocablo aymara que significa "ayudante" o "el que ayuda".
|
|
9
|
+
Yanapiri es un vocablo aymara que significa "ayudante" o "el que ayuda".
|
|
10
10
|
|
|
11
11
|
A partir de este humilde aporte, es también una aplicación de línea de comandos (CLI) para asistir a docentes en ciertas tareas relacionadas al manejo de entregas a través de [GitHub Classroom](https://classroom.github.com/).
|
|
12
12
|
|
|
@@ -55,6 +55,19 @@ entregas
|
|
|
55
55
|
|
|
56
56
|
Para escribir la configuración local, habría que ejecutar `yanapiri init` en cada uno de los subdirectorios.
|
|
57
57
|
|
|
58
|
+
## Releases
|
|
59
|
+
|
|
60
|
+
Utilizamos la gema [bump](https://github.com/gregorym/bump) para generar los releases, en conjunto con [gren](https://github.com/github-tools/github-release-notes) para actualizar la información en GitHub Releases.
|
|
61
|
+
|
|
62
|
+
Las versiones se nombran según la especificación [Semantic Versioning 2.0.0](https://semver.org/) y son publicadas automáticamente en [RubyGems](http://rubygems.org) gracias a [Travis](https://travis-ci.org).
|
|
63
|
+
|
|
64
|
+
Para publicar una nueva versión (un _patch_, en este ejemplo), hay que ejecutar lo siguiente:
|
|
65
|
+
|
|
66
|
+
```bash
|
|
67
|
+
rake bump:patch # o bien bump:minor o bump:major
|
|
68
|
+
git push --follow-tags
|
|
69
|
+
```
|
|
70
|
+
|
|
58
71
|
## Agradecimientos
|
|
59
72
|
|
|
60
73
|
Gracias a [Elizabeth Arostegui](http://www.coloripop.com/), autora de la cholita que usamos como logo de Yanapiri. Podés ver otros íconos de esa gran colección entrando a su sitio [Cosmocollita](http://cosmocollita.com/).
|
data/lib/yanapiri/version.rb
CHANGED
data/yanapiri.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["federico.aloi@gmail.com"]
|
|
11
11
|
|
|
12
12
|
spec.summary = "Ayudante para administrar entregas via GitHub Classroom."
|
|
13
|
-
spec.homepage = "https://github.com/
|
|
13
|
+
spec.homepage = "https://github.com/uqbar-project/yanapiri"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
# Specify which files should be added to the gem when it is released.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yanapiri
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Federico Aloi
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-05-
|
|
11
|
+
date: 2019-05-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|
|
@@ -194,7 +194,7 @@ files:
|
|
|
194
194
|
- lib/yanapiri/transformacion_wollok.rb
|
|
195
195
|
- lib/yanapiri/version.rb
|
|
196
196
|
- yanapiri.gemspec
|
|
197
|
-
homepage: https://github.com/
|
|
197
|
+
homepage: https://github.com/uqbar-project/yanapiri
|
|
198
198
|
licenses:
|
|
199
199
|
- MIT
|
|
200
200
|
metadata: {}
|