grmenu 2.0.0 → 4.0.1

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grmenu
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 4.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - grcode
@@ -16,14 +16,23 @@ email:
16
16
  - garabatoangelopolis@gmail.com
17
17
  executables: []
18
18
  extensions: []
19
- extra_rdoc_files: []
19
+ extra_rdoc_files:
20
+ - README.md
20
21
  files:
21
- - GRmenu.rb
22
22
  - LICENSE
23
23
  - README.md
24
24
  - data/borders.json
25
25
  - data/colors.json
26
26
  - data/fonts.json
27
+ - data/help.txt
28
+ - data/themes/cyberpunk.gr
29
+ - data/themes/dracula.gr
30
+ - data/themes/matrix.gr
31
+ - data/themes/monokai.gr
32
+ - data/themes/neon_red.gr
33
+ - data/themes/nord.gr
34
+ - data/themes/sunset.gr
35
+ - grmenu.rb
27
36
  homepage: https://github.com/JoseEduardoGR/GRmenu
28
37
  licenses:
29
38
  - MIT
@@ -31,7 +40,9 @@ metadata:
31
40
  source_code_uri: https://github.com/JoseEduardoGR/GRmenu
32
41
  bug_tracker_uri: https://github.com/JoseEduardoGR/GRmenu/issues
33
42
  changelog_uri: https://github.com/JoseEduardoGR/GRmenu/commits/main
34
- rdoc_options: []
43
+ rdoc_options:
44
+ - "--main"
45
+ - README.md
35
46
  require_paths:
36
47
  - "."
37
48
  required_ruby_version: !ruby/object:Gem::Requirement