rdoc-babel 1.2.0 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdoc-babel
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thierry Lambert
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-21 00:00:00.000000000 Z
11
+ date: 2024-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rdoc
@@ -75,6 +75,8 @@ files:
75
75
  - lib/rdoc/generator/babel.rb
76
76
  - lib/rdoc/generator/ruby-lang/class-page.html.erb
77
77
  - lib/rdoc/generator/ruby-lang/file-page.html.erb
78
+ - lib/rdoc/generator/ruby-lang/images/close_black_18dp.svg
79
+ - lib/rdoc/generator/ruby-lang/images/menu_black_18dp.svg
78
80
  - lib/rdoc/generator/ruby-lang/images/zoom.png
79
81
  - lib/rdoc/generator/ruby-lang/index.html.erb
80
82
  - lib/rdoc/generator/ruby-lang/indexes.html.erb
@@ -108,14 +110,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
108
110
  requirements:
109
111
  - - ">="
110
112
  - !ruby/object:Gem::Version
111
- version: '0'
113
+ version: '3.0'
112
114
  required_rubygems_version: !ruby/object:Gem::Requirement
113
115
  requirements:
114
116
  - - ">="
115
117
  - !ruby/object:Gem::Version
116
118
  version: '0'
117
119
  requirements: []
118
- rubygems_version: 3.4.10
120
+ rubygems_version: 3.5.9
119
121
  signing_key:
120
122
  specification_version: 4
121
123
  summary: An RDoc formatter producing HTML documentation.