somezack-feedzirra 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,6 +4,7 @@ module Feedzirra
4
4
  include FeedEntryUtilities
5
5
  element :title
6
6
  element :link, :as => :url, :value => :href, :with => {:type => "text/html", :rel => "alternate"}
7
+ element :guid
7
8
  element :name, :as => :author
8
9
  element :content
9
10
  element :summary
@@ -5,10 +5,11 @@ module Feedzirra
5
5
  element :title
6
6
  element :name, :as => :author
7
7
  element :link, :as => :url, :value => :href, :with => {:type => "text/html", :rel => "alternate"}
8
+ element :guid
8
9
  element :"feedburner:origLink", :as => :url
9
10
  element :summary
10
11
  element :content
11
12
  element :published
12
13
  elements :category, :as => :categories, :value => :term
13
14
  end
14
- end
15
+ end
@@ -8,5 +8,9 @@ module Feedzirra
8
8
  element :"content:encoded", :as => :content
9
9
  element :description, :as => :summary
10
10
  element :"dc:date", :as => :published
11
+
12
+ # mock up empty guid field
13
+ attr_reader :guid
14
+
11
15
  end
12
- end
16
+ end
@@ -12,5 +12,9 @@ module Feedzirra
12
12
  element :pubDate, :as => :published
13
13
  element :"dc:date", :as => :published
14
14
  elements :category, :as => :categories
15
+
16
+ # mock up empty guid field
17
+ attr_reader :guid
18
+
15
19
  end
16
- end
20
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: somezack-feedzirra
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Dix