Skip to content

Commit

Permalink
Fix JRuby.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Feb 29, 2024
1 parent 6420587 commit 0cede17
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ FileList['doc/*.markdown'].each do |source|
file dest => [source, 'doc/layout.html.erb'] do |f|
puts "markdown: #{source} -> #{dest}" if verbose
require 'erb' unless defined? ERB
require 'rdiscount' unless defined? RDiscount
template = File.read(source)
content = Markdown.new(ERB.new(template, 0, "%<>").result(binding), :smart).to_html
content.match("<h1>(.*)</h1>")[1] rescue ''
Expand Down
1 change: 0 additions & 1 deletion rack-cache.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Gem::Specification.new do |s|
s.add_development_dependency 'dalli'
s.add_development_dependency 'bump'
s.add_development_dependency 'rake'
s.add_development_dependency 'rdiscount'
s.add_development_dependency 'hanna-nouveau'

s.license = "MIT"
Expand Down

0 comments on commit 0cede17

Please sign in to comment.