Sha256: f93511e285d7cad60bde233a8aeb746110fb4c2aa930e37b61f8f3e7b629632b

Contents?: true

Size: 762 Bytes

Versions: 3

Compression:

Stored size: 762 Bytes

Contents

<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<title><%= app.name %></title>
<link><%= app.appcast.url %></link>
<description>Software updates for <%= app.name %></description>
<language>en</language>
<% app.releases.each do |version, release| %>
<item>
  <title>Version <%= version %></title>
  <description>
    <![CDATA[
      <h2>New Features</h2>
      <p><%= release.notes %></p>
    ]]>
  </description>
  <pubDate><%= release.published_at.strftime("%a, %d %b %Y %H:%M:%S %z") %></pubDate>
  <enclosure url="<%= release.url %>" sparkle:version="2.0" length="<%= release.file.stat.size %>" type="application/octet-stream" />
</item>
<% end %>
</channel>
</rss>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
glitter-0.0.4 lib/glitter/templates/rss.xml.erb
glitter-0.0.3 lib/glitter/templates/rss.xml.erb
glitter-0.0.2 lib/glitter/templates/rss.xml.erb