githelp 0.2.5 → 0.2.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +10 -0
- data/lib/githelp/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 23f87b424f3e789a0d4640e6e8eb146c5032b5c0d09bec9fd6be602a5c8a055e
|
4
|
+
data.tar.gz: cb9ad9cd24deb93ac6350a0625d32ed303388ad066c2a9fdffee21deb942db74
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c64303a82989749874f2ece88aa3854b09e9e3c60c8f83ae366e5c26ead0ebb9495b599cd201377f98d4db605a51b98a0e8d3cc353f55ce0aff1a240da79d3fa
|
7
|
+
data.tar.gz: 597a83d03eaabd66047fc9f63cbe98084bc6bf296900da57f5669c66a802097ddf6f67b96583608452a2e7aeafafc0d07c8c7a09158ef1f6b00668850ffea119
|
data/Rakefile
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.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Toshiyuki Masui
|
@@ -82,6 +82,7 @@ files:
|
|
82
82
|
- Gemfile
|
83
83
|
- Makefile
|
84
84
|
- README.md
|
85
|
+
- Rakefile
|
85
86
|
- bin/gh
|
86
87
|
- exe/getghdata
|
87
88
|
- exe/gh
|