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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. data/ghedsh.gemspec +5 -4
  4. metadata +6 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e8f19cc8d047de65df95ed9563bb2352842fee0f
4
- data.tar.gz: 81094f97f646294b773fa76bc414977f6156645d
3
+ metadata.gz: 8cafa31023034edca7c245e01c4d9ad36dcf5791
4
+ data.tar.gz: 1cc53a75262240334c5aeef94505c535f9e45c1f
5
5
  SHA512:
6
- metadata.gz: c185d500961d44830416c760d55611f2c0c9f1d3eac6fec9b3d618bbc2041fdcb93f75570ad8fb04f07d4abd7789d7a47f8dd72ccd8b00c6304dad7f429ddf0d
7
- data.tar.gz: 194e4e98c1ae01dca95478e1f02a0723c12f6cef66197f76e7bbaa54359db3354cf852405dcb74523a802e51b89d3bfaa4e55e8c303eb5c4bfd17964c2b23391
6
+ metadata.gz: 5e5aa39a9d02e6c27e7c1da5b11a8092132f00e620cde69958d91e04837db54fd75d7d046fd84ad4b8699dc6462b3d5e706ada160fa9232f03e853c6700f651d
7
+ data.tar.gz: b1b7439783c2f2bd8d45c3f53fb4a687477ad9914e915b7e0414ba2e308979756d4b4f2701b2d36404e38c712bb61ad3a6316d68ab6cfad6a7925a04e35a2737
data/Rakefile CHANGED
@@ -7,7 +7,7 @@ task default: :bash
7
7
 
8
8
  desc "Run simple interace"
9
9
  task :bash do
10
- sh "ruby -Ilib lib/ghedsh.rb"
10
+ sh "ruby bin/ghedsh"
11
11
  end
12
12
 
13
13
 
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.6'
4
- s.description = "A command line program following the philosophy of GitHub Education."
5
- s.summary =""
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.6
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-03-30 00:00:00.000000000 Z
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