ghedsh 1.0.1 → 1.0.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/ghedsh +2 -0
  3. metadata +8 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4b9ad13b706e18012f1945714efb9c761071b269
4
- data.tar.gz: b5feca841bc3faa829ce189d05e89f3a69fae101
3
+ metadata.gz: d2b558989dba0e8c35366ba6f67d550620153058
4
+ data.tar.gz: bb569468e95dda11314f71f12a925ccc9206a302
5
5
  SHA512:
6
- metadata.gz: c2216138e80af8d12b48d172dd3165197035af26d2f98b1959d61ca8ba0097613231a9e8c57fa5b20ea1107ab9c9667558edd1b015434d9d8894374a68424495
7
- data.tar.gz: 3797d3efec77bec29a9529e09cf99ba7962537397af8669caa995dd03c2fcdd47a718a89bf36bcde1e0d5c1d70abd1b7427208571266e397dc56b4d5d77b09ba
6
+ metadata.gz: 630c6fb2e699d6cbe5959ef8dc301ec89cb10ed1635d8fe4c552297be12ad378cb0cad37145dc8e84d4c288a96bd23fd36957b8d967bdda68ae1f437085e40c9
7
+ data.tar.gz: 87956999ecdfaa8d442e954fb502f4891ae9068ffbc78fdefcb0242e0456426f49e1dca60b6839860c5c30de6b8294c65bd16604fdf87ab31e651b3a73bddb32
data/bin/ghedsh ADDED
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env ruby
2
+ require './lib/ghedsh'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ghedsh
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Javier Clemente
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-15 00:00:00.000000000 Z
11
+ date: 2016-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: octokit
@@ -68,17 +68,19 @@ dependencies:
68
68
  version: '1.5'
69
69
  description: A command line program following the philosophy of GitHub Education.
70
70
  email: nookstyle@gmail.com
71
- executables: []
71
+ executables:
72
+ - ghedsh
72
73
  extensions: []
73
74
  extra_rdoc_files: []
74
- files: []
75
+ files:
76
+ - bin/ghedsh
75
77
  homepage: ''
76
78
  licenses: []
77
79
  metadata: {}
78
80
  post_install_message:
79
81
  rdoc_options: []
80
82
  require_paths:
81
- - lib
83
+ - "./lib"
82
84
  required_ruby_version: !ruby/object:Gem::Requirement
83
85
  requirements:
84
86
  - - ">="
@@ -91,7 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
91
93
  version: '0'
92
94
  requirements: []
93
95
  rubyforge_project:
94
- rubygems_version: 2.5.1
96
+ rubygems_version: 2.2.2
95
97
  signing_key:
96
98
  specification_version: 4
97
99
  summary: ''