ghedsh 1.0.6 → 1.0.7
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/Rakefile +1 -1
- data/ghedsh.gemspec +5 -4
- metadata +6 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8cafa31023034edca7c245e01c4d9ad36dcf5791
|
4
|
+
data.tar.gz: 1cc53a75262240334c5aeef94505c535f9e45c1f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5e5aa39a9d02e6c27e7c1da5b11a8092132f00e620cde69958d91e04837db54fd75d7d046fd84ad4b8699dc6462b3d5e706ada160fa9232f03e853c6700f651d
|
7
|
+
data.tar.gz: b1b7439783c2f2bd8d45c3f53fb4a687477ad9914e915b7e0414ba2e308979756d4b4f2701b2d36404e38c712bb61ad3a6316d68ab6cfad6a7925a04e35a2737
|
data/Rakefile
CHANGED
data/ghedsh.gemspec
CHANGED
@@ -1,14 +1,15 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'ghedsh'
|
3
|
-
s.version = '1.0.
|
4
|
-
s.
|
5
|
-
s.
|
3
|
+
s.version = '1.0.7'
|
4
|
+
s.summary ="A command line program following the philosophy of GitHub Education."
|
5
|
+
s.description = s.summary
|
6
6
|
s.authors = ["Javier Clemente", "Casiano Rodriguez-Leon"]
|
7
7
|
s.email = 'nookstyle@gmail.com'
|
8
|
+
s.licenses = ['MIT']
|
8
9
|
s.files = `git ls-files`.split($/)
|
9
10
|
s.executables = s.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
10
11
|
s.test_files = s.files.grep(%r{^(test|spec|features)/})
|
11
|
-
s.homepage = ''
|
12
|
+
s.homepage = 'https://github.com/ULL-ESIT-GRADOII-TFG/ghedsh'
|
12
13
|
s.require_paths = ['lib']
|
13
14
|
s.required_ruby_version = '>= 1.9.3'
|
14
15
|
s.add_dependency 'octokit', '~> 3.3'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ghedsh
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Javier Clemente
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-
|
12
|
+
date: 2016-04-05 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: octokit
|
@@ -90,8 +90,9 @@ files:
|
|
90
90
|
- lib/db/assignments.json
|
91
91
|
- lib/interface.rb
|
92
92
|
- spec/spec.rb
|
93
|
-
homepage:
|
94
|
-
licenses:
|
93
|
+
homepage: https://github.com/ULL-ESIT-GRADOII-TFG/ghedsh
|
94
|
+
licenses:
|
95
|
+
- MIT
|
95
96
|
metadata: {}
|
96
97
|
post_install_message:
|
97
98
|
rdoc_options: []
|
@@ -112,6 +113,6 @@ rubyforge_project:
|
|
112
113
|
rubygems_version: 2.2.2
|
113
114
|
signing_key:
|
114
115
|
specification_version: 4
|
115
|
-
summary:
|
116
|
+
summary: A command line program following the philosophy of GitHub Education.
|
116
117
|
test_files:
|
117
118
|
- spec/spec.rb
|