Sha256: 50d410cf6cec7642748c3ef21b49658a378b3e46cc614dc1e79181abca47bd30

Contents?: true

Size: 635 Bytes

Versions: 24

Compression:

Stored size: 635 Bytes

Contents

<h2 id="<%= anchor %>"><%= title %></h2>
<table>
  <thead>
    <th>Name</th>
    <th>Supported</th>
    <th>Deprecated</th>
    <th>Experimental</th>
  </thead>
  <% for version in versions %>
    <tr>
      <td><b><%= version.name %></b></td>
      <td><%= version_list(version.supported) %></td>
      <td><%= version_list(version.deprecated) %></td>
      <td><%= version_list(version.experimental) %></td>
    </tr>
    <% if version.notes %>
    <tr>
      <td></td>
      <td colspan=3>
        <% for note in version.notes %>
          <%= note %><br/>
        <% end %>
      </td>
    </tr>
    <% end %>
  <% end %>
</table>

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
newrelic_rpm-3.9.3.241 lib/tasks/versions.html.erb
newrelic_rpm-3.9.2.239 lib/tasks/versions.html.erb
newrelic_rpm-3.9.1.236 lib/tasks/versions.html.erb
newrelic_rpm-3.9.0.229 lib/tasks/versions.html.erb