billymeltdown-choctop 0.11.0.2 → 0.11.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/choctop/appcast.rb +2 -2
  2. metadata +2 -2
@@ -21,7 +21,7 @@ module ChocTop::Appcast
21
21
  xml.description("#{app_name} updates")
22
22
  xml.link(base_url)
23
23
  xml.language('en')
24
- xml.pubDate Time.now.to_s(:rfc822)
24
+ xml.pubDate( Time.now.strftime("%a, %d %b %Y %H:%M:%S %z") )
25
25
  # xml.lastBuildDate(Time.now.rfc822)
26
26
  xml.atom(:link, :href => "#{base_url}/#{appcast_filename}",
27
27
  :rel => "self", :type => "application/rss+xml")
@@ -29,7 +29,7 @@ module ChocTop::Appcast
29
29
  xml.item do
30
30
  xml.title("#{name} #{version}")
31
31
  xml.tag! "sparkle:releaseNotesLink", "#{base_url}/#{release_notes}"
32
- xml.pubDate Time.now.to_s(:rfc822) #(File.mtime(pkg))
32
+ xml.pubDate Time.now.strftime("%a, %d %b %Y %H:%M:%S %z")
33
33
  xml.guid("#{name}-#{version}", :isPermaLink => "false")
34
34
  xml.enclosure(:url => "#{base_url}/#{pkg_name}",
35
35
  :length => "#{File.size(pkg)}",
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 11
8
8
  - 0
9
- - 2
10
- version: 0.11.0.2
9
+ - 3
10
+ version: 0.11.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dr Nic Williams