hubbub 0.0.8 → 0.0.9

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.
@@ -8,7 +8,7 @@ atom_feed(
8
8
  feed.generator "Hubbub", "uri" => "http://github.com/rapodaca/hubbub"
9
9
 
10
10
  @articles.each do |article|
11
- feed.entry(article, :url => article_url(article), :published => article.created_at, :updated => article.updated_at) do |entry|
11
+ feed.entry(article, :url => article_permalink_url(article), :published => article.created_at, :updated => article.updated_at) do |entry|
12
12
  entry.title article.title
13
13
  entry.content article.body_html, :type => 'html'
14
14
  end
@@ -8,7 +8,7 @@ atom_feed(
8
8
  feed.generator "Hubbub", "uri" => "http://github.com/rapodaca/hubbub"
9
9
 
10
10
  @articles.each do |article|
11
- feed.entry(article, :url => article_url(article), :published => article.created_at, :updated => article.updated_at) do |entry|
11
+ feed.entry(article, :url => article_permalink_url(article), :published => article.created_at, :updated => article.updated_at) do |entry|
12
12
  entry.title article.title
13
13
  entry.content article.body_html, :type => 'html'
14
14
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hubbub
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - rich