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.
- data/bin/ghrh +1 -0
- data/ghrh.gemspec +1 -0
- data/lib/ghrh/version.rb +1 -1
- metadata +3 -2
data/bin/ghrh
CHANGED
data/ghrh.gemspec
CHANGED
data/lib/ghrh/version.rb
CHANGED
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.
|
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
|