ghrh 0.0.1 → 0.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 (4) hide show
  1. data/bin/ghrh +1 -0
  2. data/ghrh.gemspec +1 -0
  3. data/lib/ghrh/version.rb +1 -1
  4. metadata +3 -2
data/bin/ghrh CHANGED
@@ -1,5 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
+ require 'rubygems'
3
4
  require 'ghrh'
4
5
 
5
6
  GHRH::Command::Main.run
data/ghrh.gemspec CHANGED
@@ -28,5 +28,6 @@ Gem::Specification.new do |s|
28
28
  s.add_development_dependency 'pry'
29
29
 
30
30
  s.extra_rdoc_files = ['README.md', 'LICENSE']
31
+ s.executables = ['ghrh']
31
32
  s.license = 'MIT'
32
33
  end
data/lib/ghrh/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module GHRH
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ghrh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -109,7 +109,8 @@ dependencies:
109
109
  version: '0'
110
110
  description: Manage GitHub repository hooks easily on the commandline
111
111
  email: pranay.kanwar@gmail.com
112
- executables: []
112
+ executables:
113
+ - ghrh
113
114
  extensions: []
114
115
  extra_rdoc_files:
115
116
  - README.md