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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8e288ec4bbb3f9a47c851c93e423ff4cb6ede778ec00bfe7fc60048c987c1ef5
4
- data.tar.gz: 19039293ca505e26707b100516c1e44105e652a3c3a7212bae34281a92be91d0
3
+ metadata.gz: c34b40c79632f2bdbae8311338c9c2d6fc596fdb62898fb10e3f71411befaa2b
4
+ data.tar.gz: 3707bf4ebb50d3f60dcb15f5931ec06a06a7347151732747192555e5b461a094
5
5
  SHA512:
6
- metadata.gz: 830d0aa13bf24f870f6f4d271ca00edd719ff118ada4fbe2b21b0be20b425778d239f0a457f270ddacba1f423d64f461ab4c160a9ad2c186716f27d2789f0c9f
7
- data.tar.gz: 375b90d3b5d5744ffe5f9a9de9fa613c894c25d8fb1dfa6e730687ea473ddf107ac70cf2b7d05c2a761ea5b5e37e8b14edc5d4085f3e5d09652c04abf5d90e30
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: EeoAjhLUodzU6JQEjkwb5VrItqztFNe8UINerGX0+pw6sDo/BLKQyIn5qQauc+lsuu4vn1/AOlAV+zVRmsBfPGM7QB7FbVHiv+Ru21MZ189evc94T43cjnP4AQzza8Y/30Avqz/IM7PIXM24fMmMdYApyYtW/itHXJoZC6202sPO71yQ95X8YzKfGPAqCGiYpLQzZXHPk9gRVn2LC+DALz/ARMPTMd3gf7F5pPdpto4h0vMhAV52HJxXB3RShi9cbQ2unRmTKTWblQJ3N7BJqZspcl7OA8FdzT5v8bnJulRi4uXCm54Rh0VCZqBryhgdZFdrYFKPv162R4JwY/Q9ug0gGJ3ZvApYKZxubbYAYUBIc9JZza2FmPGrb1f4y21i2JGObpx9+BSOk7TbFIDn3dsQPRplGma+E6/DD5q51dYK56bCdI2FKLF3ImvqqkeFF3tP3L/i0rxj2IhETcuYF7Aoc2rInMKj+zdMAxTFnuO/y8K2kZSw7VPrN/fX1ZbV4pzjxRY+8jUYPCqXkVX3UD0IWtFbfaNKrpxDJNcGO/OZFx2TR/llz8v4H04TIREerKkcCv73QhpceXzB7VzF0e8ADsBDtO8WbsNO4/Qbyxi+S9r9c6ppS/TX3USGMXUVGn0t4cX24Wzvdkp8ntVM5LvkSQKu0BbIJ+MI3PbwoXg=
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: faloi/yanapiri
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
  [![Gem Version](https://badge.fury.io/rb/yanapiri.svg)](https://rubygems.org/gems/yanapiri)
2
- [![Build Status](https://travis-ci.org/faloi/yanapiri.svg?branch=master)](https://travis-ci.org/faloi/yanapiri)
2
+ [![Build Status](https://travis-ci.org/uqbar-project/yanapiri.svg?branch=master)](https://travis-ci.org/uqbar-project/yanapiri)
3
3
 
4
4
  # Yanapiri
5
5
 
6
6
  ![logo](https://user-images.githubusercontent.com/1585835/57146278-53838f00-6d9b-11e9-9875-56dc509e4943.png)
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/).
@@ -1,3 +1,3 @@
1
1
  module Yanapiri
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
3
3
  end
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/faloi/yanapiri"
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.1
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-16 00:00:00.000000000 Z
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/faloi/yanapiri
197
+ homepage: https://github.com/uqbar-project/yanapiri
198
198
  licenses:
199
199
  - MIT
200
200
  metadata: {}