ghedsh 2.3.8 → 2.3.9
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/ghedsh.gemspec +1 -1
- data/lib/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ade352ef8a20929bc6e11f2883100bffb4186f15
|
|
4
|
+
data.tar.gz: 82fff45ef6decbf291cb50e0090a9317bfd41cbd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 976ecf4bf4552fe03578e3c06be49aaca79c2ea0df32615f532f62207cf5d82ac1f77a3848b8b138b1a2cd12408bbeddb91ec87622888f3d3106fae019165da9
|
|
7
|
+
data.tar.gz: 6e7213eb482afc12eba2cabf5276cf548536f5535cc550108ed4715881082812e14e54c579461c722a98b08b5eae51a6e3ca4ffbc568e398f87c1ca99d02b817
|
data/ghedsh.gemspec
CHANGED
|
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
|
|
|
5
5
|
s.version = Ghedsh::VERSION
|
|
6
6
|
s.summary ="A command line program following the philosophy of GitHub Education."
|
|
7
7
|
s.description = "A command line program following the philosophy of GitHub Education. More information: https://github.com/ULL-ESIT-GRADOII-TFG/ghedsh"
|
|
8
|
-
s.authors = ["Javier Clemente", "Casiano Rodriguez-Leon"]
|
|
8
|
+
s.authors = ["Carlos de Armas", "Javier Clemente", "Casiano Rodriguez-Leon"]
|
|
9
9
|
s.email = 'nookstyle@gmail.com'
|
|
10
10
|
s.licenses = ['MIT']
|
|
11
11
|
s.files = `git ls-files`.split($/)
|
data/lib/version.rb
CHANGED