Sha256: eb9deccf6f4d8f7136f01a7fb19f27455608c65e8302a9393dc995d86155a08e

Contents?: true

Size: 955 Bytes

Versions: 3

Compression:

Stored size: 955 Bytes

Contents

<?xml version="1.0"?>
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title><%= channel.name %></title>
    <link><%= assets['appcast.xml'].url %></link>
    <description>Software updates for <%= channel.name %></description>
    <language>en</language>
    <item>
      <title>Version <%= version %></title>
      <sparkle:releaseNotesLink><%= notes_asset.url %></sparkle:releaseNotesLink>
      <%= minimum_version_attribute %>
      <description>
        <![CDATA[
          <%= notes %>
        ]]>
      </description>
      <pubDate><%= published_at.strftime("%a, %d %b %Y %H:%M:%S %z") %></pubDate>
      <enclosure url="<%= executable_asset.url %>" sparkle:version="<%= bundle_version %>" sparkle:shortVersionString="<%= version %>" length="<%= FileTest.size executable.path %>" type="application/octet-stream" />
    </item>
  </channel>
</rss>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
glitter-2.2.1 lib/glitter/templates/appcast.xml.erb
glitter-2.2.0 lib/glitter/templates/appcast.xml.erb
glitter-2.1.0 lib/glitter/templates/appcast.xml.erb