my_help 1.2.9 → 1.2.12

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 (52) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -10
  3. data/Gemfile.lock +6 -64
  4. data/README.org +24 -0
  5. data/Rakefile +0 -35
  6. data/development_memo.org +4 -0
  7. data/doc/MyHelp/CLI.html +218 -74
  8. data/doc/MyHelp/Config.html +108 -42
  9. data/doc/MyHelp/Error.html +2 -2
  10. data/doc/MyHelp/GetConfig.html +6 -4
  11. data/doc/MyHelp/Git.html +8 -8
  12. data/doc/MyHelp/Init.html +2 -2
  13. data/doc/MyHelp/List.html +121 -56
  14. data/doc/MyHelp/Md2Hash.html +2 -2
  15. data/doc/MyHelp/Modify.html +2 -2
  16. data/doc/MyHelp/Org2Hash.html +14 -4
  17. data/doc/MyHelp.html +3 -3
  18. data/doc/Org2Yaml.html +2 -2
  19. data/doc/_index.html +2 -2
  20. data/doc/class_list.html +6 -3
  21. data/doc/css/full_list.css +3 -3
  22. data/doc/css/style.css +6 -0
  23. data/doc/file.README.html +2 -2
  24. data/doc/file_list.html +5 -2
  25. data/doc/index.html +2 -2
  26. data/doc/js/app.js +294 -264
  27. data/doc/js/full_list.js +30 -4
  28. data/doc/js/jquery.js +2 -4
  29. data/doc/method_list.html +63 -28
  30. data/doc/top-level-namespace.html +2 -2
  31. data/lib/my_help/cli.rb +45 -6
  32. data/lib/my_help/config.rb +8 -3
  33. data/lib/my_help/init.rb +8 -1
  34. data/lib/my_help/list.rb +20 -14
  35. data/lib/my_help/modify.rb +7 -5
  36. data/lib/my_help/org2hash.rb +3 -3
  37. data/lib/my_help/version.rb +1 -1
  38. data/lib/templates/kick_off.md +51 -0
  39. data/lib/templates/kick_off.org +57 -0
  40. data/my_help.gemspec +3 -3
  41. metadata +5 -56
  42. data/.DS_Store +0 -0
  43. data/.dockerignore +0 -2
  44. data/.my_help/example2.org +0 -9
  45. data/.rspec +0 -3
  46. data/.rspec_status +0 -13
  47. data/.travis.yml +0 -4
  48. data/.yardoc/checksums +0 -11
  49. data/.yardoc/complete +0 -0
  50. data/.yardoc/object_types +0 -0
  51. data/.yardoc/objects/root.dat +0 -0
  52. data/.yardoc/proxy_types +0 -0
metadata CHANGED
@@ -1,29 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: my_help
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.9
4
+ version: 1.2.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shigeto R. Nishiani
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-10-08 00:00:00.000000000 Z
11
+ date: 2025-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: rspec
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - ">="
18
- - !ruby/object:Gem::Version
19
- version: '0'
20
- type: :development
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - ">="
25
- - !ruby/object:Gem::Version
26
- version: '0'
27
13
  - !ruby/object:Gem::Dependency
28
14
  name: thor
29
15
  requirement: !ruby/object:Gem::Requirement
@@ -66,34 +52,6 @@ dependencies:
66
52
  - - ">="
67
53
  - !ruby/object:Gem::Version
68
54
  version: '0'
69
- - !ruby/object:Gem::Dependency
70
- name: yard
71
- requirement: !ruby/object:Gem::Requirement
72
- requirements:
73
- - - ">="
74
- - !ruby/object:Gem::Version
75
- version: '0'
76
- type: :development
77
- prerelease: false
78
- version_requirements: !ruby/object:Gem::Requirement
79
- requirements:
80
- - - ">="
81
- - !ruby/object:Gem::Version
82
- version: '0'
83
- - !ruby/object:Gem::Dependency
84
- name: rubocop
85
- requirement: !ruby/object:Gem::Requirement
86
- requirements:
87
- - - ">="
88
- - !ruby/object:Gem::Version
89
- version: '0'
90
- type: :development
91
- prerelease: false
92
- version_requirements: !ruby/object:Gem::Requirement
93
- requirements:
94
- - - ">="
95
- - !ruby/object:Gem::Version
96
- version: '0'
97
55
  description: user building help
98
56
  email:
99
57
  - daddygongon@users.noreply.github.com
@@ -102,18 +60,7 @@ executables:
102
60
  extensions: []
103
61
  extra_rdoc_files: []
104
62
  files:
105
- - ".DS_Store"
106
- - ".dockerignore"
107
63
  - ".gitignore"
108
- - ".my_help/example2.org"
109
- - ".rspec"
110
- - ".rspec_status"
111
- - ".travis.yml"
112
- - ".yardoc/checksums"
113
- - ".yardoc/complete"
114
- - ".yardoc/object_types"
115
- - ".yardoc/objects/root.dat"
116
- - ".yardoc/proxy_types"
117
64
  - Gemfile
118
65
  - Gemfile.lock
119
66
  - LICENSE.txt
@@ -163,6 +110,8 @@ files:
163
110
  - lib/templates/emacs_j.org
164
111
  - lib/templates/example.md
165
112
  - lib/templates/example.org
113
+ - lib/templates/kick_off.md
114
+ - lib/templates/kick_off.org
166
115
  - lib/templates/my_help_j.org
167
116
  - lib/templates/org_j.org
168
117
  - lib/templates/template.org
@@ -187,7 +136,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
187
136
  - !ruby/object:Gem::Version
188
137
  version: '0'
189
138
  requirements: []
190
- rubygems_version: 3.5.14
139
+ rubygems_version: 3.5.21
191
140
  signing_key:
192
141
  specification_version: 4
193
142
  summary: user building help
data/.DS_Store DELETED
Binary file
data/.dockerignore DELETED
@@ -1,2 +0,0 @@
1
- /tmp
2
- .ipynb_checkpoints/
@@ -1,9 +0,0 @@
1
- #+STARTUP: indent nolineimages overview
2
- * head
3
- - help_title example
4
- * license
5
- - cc by Shigeto R. Nishitani, 2016-22
6
- * a_item : item_short_description
7
- - content_a
8
- * b_item
9
- - content_b
data/.rspec DELETED
@@ -1,3 +0,0 @@
1
- --format documentation
2
- --color
3
- --require spec_helper
data/.rspec_status DELETED
@@ -1,13 +0,0 @@
1
- example_id | status | run_time |
2
- --------------------------- | ------ | --------------- |
3
- ./spec/cli_spec.rb[1:1:1] | passed | 0.31228 seconds |
4
- ./spec/cli_spec.rb[1:2:1] | passed | 0.31058 seconds |
5
- ./spec/cli_spec.rb[1:3:1] | passed | 0.31153 seconds |
6
- ./spec/cli_spec.rb[1:4:1] | passed | 0.2152 seconds |
7
- ./spec/cli_spec.rb[1:4:2] | passed | 0.21003 seconds |
8
- ./spec/cli_spec.rb[1:5:1] | passed | 0.31109 seconds |
9
- ./spec/cli_spec.rb[1:6:1] | passed | 0.31433 seconds |
10
- ./spec/cli_spec.rb[1:7:1] | passed | 0.21002 seconds |
11
- ./spec/cli_spec.rb[1:7:2] | passed | 0.21031 seconds |
12
- ./spec/cli_spec.rb[1:7:3] | passed | 0.21089 seconds |
13
- ./spec/my_help_spec.rb[1:1] | passed | 0.00078 seconds |
data/.travis.yml DELETED
@@ -1,4 +0,0 @@
1
- language: ruby
2
- rvm:
3
- - 2.2.2
4
- before_install: gem install bundler -v 1.11.2
data/.yardoc/checksums DELETED
@@ -1,11 +0,0 @@
1
- lib/my_help.rb 7539f0f58056d44d38352f868bfea4d6fb63a9ee
2
- lib/my_help/cli.rb c2a482691a6e9183e393110da8a552d477cf856e
3
- lib/my_help/init.rb ac83b0cbfd9394278da8e7bf83b089cb84e132e4
4
- lib/my_help/list.rb a63c0f1366a7c162d2c5e16e70f37f7ebb32cf8e
5
- lib/my_help/config.rb be52fb39c0656febb6d230aa50e7b7a6804c7cc4
6
- lib/my_help/modify.rb 17a00a9f1b4126d9c067a320b47639e5a5fec845
7
- lib/my_help/git_cli.rb bb04396f0b9d54ecb13100fe5cde029f7dbb0ea7
8
- lib/my_help/md2hash.rb 35ebd32d3f545b40cd9ebb1972dc60d53b58b22a
9
- lib/my_help/org2yml.rb 334d0a7b648dc75b1d9504ec6d68937c70e96343
10
- lib/my_help/version.rb 618ac9ac5ac451afc28fc6bae7bd657fc71a915a
11
- lib/my_help/org2hash.rb a6e90f0a910b16f54765d06c1fbb034ded267720
data/.yardoc/complete DELETED
File without changes
data/.yardoc/object_types DELETED
Binary file
Binary file
data/.yardoc/proxy_types DELETED
Binary file