githelp 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/exe/gh +2 -0
- data/lib/githelp/version.rb +1 -1
- metadata +3 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 92db4206c3c9976c676b59168d447fcf57707513c0fff1e236b7d86594b55013
|
4
|
+
data.tar.gz: 483950265b8fc2adf5acd5c86fd2a0d7f5df1e54af30d6611f81158143e5b14c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a804bf60960e8d79c2a9b45734c1948238c96b9b9f443acfa2e84ab2a14376e4d6d7bad55cf950e4b6038cf525c96aae45c680d0a6d980685493493a0ae1343e
|
7
|
+
data.tar.gz: 412b592256f6d4a209d9440d748bea0b7c1a54f0460cc6379c4883690238e43011b460dedf6d3a8119452a5045a876d87c6763efcfa89246e3b59fb8a44b7400
|
data/exe/gh
ADDED
data/lib/githelp/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: githelp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Toshiyuki Masui
|
@@ -71,6 +71,7 @@ email:
|
|
71
71
|
- masui@pitecan.com
|
72
72
|
executables:
|
73
73
|
- getghdata
|
74
|
+
- gh
|
74
75
|
- githelp
|
75
76
|
extensions: []
|
76
77
|
extra_rdoc_files: []
|
@@ -83,6 +84,7 @@ files:
|
|
83
84
|
- README.md
|
84
85
|
- bin/gh
|
85
86
|
- exe/getghdata
|
87
|
+
- exe/gh
|
86
88
|
- exe/githelp
|
87
89
|
- getdata
|
88
90
|
- githelp
|