my_help 0.5.0 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/exe/e_h +8 -0
- data/exe/emacs_help +8 -0
- data/exe/m_h +8 -0
- data/lib/my_help/version.rb +1 -1
- metadata +7 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 36eb49702ae0f7f1b7c4fac469300c6dc4990654
|
4
|
+
data.tar.gz: 3a0e037c6d79f730760f7c0e6d39f6f34ac1e842
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 28cf29db7674f449b9ba73469a2b92396bd4bb0694b46e7f05608b9fdd34c822547d0bd1d82e2397200f293b6d14c22f91f6044df4fa143684329e06dce1a686
|
7
|
+
data.tar.gz: d4cc6f3716f5dda735d76b81dab4cf4bfad065155b9f5441f3d812fa7d80d73361a3582acc84d7b7686522f836fd69c3a9a70df226c4cf7c65088436acb0126a
|
data/exe/e_h
ADDED
data/exe/emacs_help
ADDED
data/exe/m_h
ADDED
data/lib/my_help/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: my_help
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shigeto R. Nishitani
|
@@ -154,6 +154,9 @@ description: Emulating CUI(CLI) help, an user makes and displays his own helps.
|
|
154
154
|
email:
|
155
155
|
- shigeto_nishitani@me.com
|
156
156
|
executables:
|
157
|
+
- e_h
|
158
|
+
- emacs_help
|
159
|
+
- m_h
|
157
160
|
- my_help
|
158
161
|
extensions: []
|
159
162
|
extra_rdoc_files: []
|
@@ -554,6 +557,9 @@ files:
|
|
554
557
|
- docs/yagi/midterm_presentation/mid_keynote/mid_keynote.005.png
|
555
558
|
- docs/yagi/thor_spec.ipynb
|
556
559
|
- docs/yagi/thor_task.ipynb
|
560
|
+
- exe/e_h
|
561
|
+
- exe/emacs_help
|
562
|
+
- exe/m_h
|
557
563
|
- exe/my_help
|
558
564
|
- lib/emacs_help.rb
|
559
565
|
- lib/my_help.rb
|