Skip to content

Commit

Permalink
Merge pull request #1201 from tdiary/hide-patchlevel
Browse files Browse the repository at this point in the history
Removed RUBY_PATCHLEVEL from footer
  • Loading branch information
hsbt authored Jan 16, 2025
2 parents 1e36f03 + 6925b7f commit b5aad83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/footer.rhtml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%%=footer_proc%>
<div class="footer">
Generated by <a href="https://www.tdiary.org/">tDiary</a> version <%=h TDIARY_VERSION %><br>
Powered by <a href="https://www.ruby-lang.org/">Ruby</a> version <%=h RUBY_VERSION %><%=h( RUBY_PATCHLEVEL >= 0 ? "-p#{RUBY_PATCHLEVEL}" : "dev-#{RUBY_RELEASE_DATE}" ) rescue ''%>
Powered by <a href="https://www.ruby-lang.org/">Ruby</a> version <%=h RUBY_VERSION %>
<% if defined?(RubyVM::MJIT) && RubyVM::MJIT.enabled? || defined?(RubyVM::JIT) && RubyVM::JIT.enabled? %> +JIT<% end %>
<% if /ruby/i =~ @cgi.gateway_interface %> with <a href="https://github.com/shugo/mod_ruby">mod_ruby</a>
<% elsif defined?(FCGI) %> with <a href="https://github.com/alphallc/ruby-fcgi-ng">ruby-fcgi-ng</a>
Expand Down

0 comments on commit b5aad83

Please sign in to comment.