Sha256: 272be630096f5dcb4d259ead021fdce8ecb6c3919423748f3b180164316d195b
Contents?: true
Size: 481 Bytes
Versions: 6
Compression:
Stored size: 481 Bytes
Contents
<h1>Version</h1> <dl class="dl-horizontal"> <dt>iQvoc version:</dt> <dd><%= Iqvoc::VERSION %></dd> <dt>iQvoc revision</dt> <% if File.exists?(Rails.root.join('headrev.txt')) %> <dd><%= File.read(Rails.root.join('headrev.txt')) %></dd> <% else %> <dd>-</dd> <% end %> <% if Iqvoc.host_version %> <dt>iQvoc version:</dt> <dd><%= "#{Iqvoc.host_namespace} #{Iqvoc.host_version}" %></dd> <% end %> <dt>RAILS_ENV:</dt> <dd><%= Rails.env %></dd> </dl>
Version data entries
6 entries across 6 versions & 1 rubygems