rubylibre-feedzirra 0.0.24 → 0.0.25
Sign up to get free protection for your applications and to get access to all the features.
@@ -17,8 +17,8 @@ module Feedzirra
|
|
17
17
|
include FeedEntryUtilities
|
18
18
|
element :title
|
19
19
|
element :name, :as => :author
|
20
|
+
element :"feedburner:origLink", :as => :url
|
20
21
|
element :link, :as => :url, :value => :href, :with => {:type => "text/html", :rel => "alternate"}
|
21
|
-
#element :"feedburner:origLink", :as => :url
|
22
22
|
element :summary
|
23
23
|
element :content
|
24
24
|
element :published
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubylibre-feedzirra
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.25
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Paul Dix
|
@@ -128,6 +128,7 @@ files:
|
|
128
128
|
- spec/spec_helper.rb
|
129
129
|
has_rdoc: true
|
130
130
|
homepage: http://github.com/pauldix/feedzirra
|
131
|
+
licenses:
|
131
132
|
post_install_message:
|
132
133
|
rdoc_options: []
|
133
134
|
|
@@ -148,7 +149,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
148
149
|
requirements: []
|
149
150
|
|
150
151
|
rubyforge_project:
|
151
|
-
rubygems_version: 1.
|
152
|
+
rubygems_version: 1.3.5
|
152
153
|
signing_key:
|
153
154
|
specification_version: 2
|
154
155
|
summary: "A feed fetching and parsing library that treats the internet like Godzilla treats Japan: it dominates and eats all."
|