feedjira-podcast 0.9.9 → 0.9.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 38527b384b13fc1713f833b004ce78539672351d
4
- data.tar.gz: 27c346b905413c4be736dd6bdcc99e2009c8b031
3
+ metadata.gz: bb6a6b2a97331c69b43040b8dd626acaea02cbdf
4
+ data.tar.gz: 24da07b2e22084f2ff2bb37b9505397a0dfce72b
5
5
  SHA512:
6
- metadata.gz: bb0d065cc8db6d048b64cc1449fcc048ccd17d42f1627330f97f76e94f8e9a470d25e7ec0c71d8e9e386e198becc946b1d4b9658912af149649d05c8a941bc9d
7
- data.tar.gz: 1e98767c7db7ff50f00163ab4510a36c78c3c39352096767bb4fb9dd4f0fb2fab6b7587264decb9d6fa095a729fa71f067839748434315a6eee9676701360dea
6
+ metadata.gz: a0c4131e16168702e6df5d46e76a7fd08d5fa795a813634d8ffde4f7e1d982cbd781a2bf7420f553f3b183d22472db1243c449620ea9a01f85a9f3fae6d1222d
7
+ data.tar.gz: 80e49ffda80bc84f07542f56a48351ef7f7bfa219204ce195669aeb847d2fd0a49141ce351fd2649f8c4a8babb99e2583c3a73d04f925ad3e7c358ed35ec3638
data/README.md CHANGED
@@ -66,6 +66,6 @@ For more detailed information about specific aspects of feeds, how they are spec
66
66
 
67
67
  ## In Progress
68
68
 
69
- Coverage of RSS, iTunes, and the other common constituents of podcast feeds is very high, but there are some bits that need to be addressed. Several rarely-used RSS elements (`<rating>`, etc) are not supported. More esoteric elements, such a host-specific tags, or various parts of Dublin Core, are added based on their prevalence in real world feeds.
69
+ Coverage of RSS, iTunes, and the other common constituents of podcast feeds is very high, but there are some bits that need to be addressed. More esoteric elements, such a host-specific tags, or various parts of Dublin Core, are added based on their prevalence in real world feeds.
70
70
 
71
71
  Experimental feed elements may be added over time, but they should be used with caution until they reach a critical mass or become standardized.
@@ -96,7 +96,7 @@ module Feedjira
96
96
 
97
97
  base.element :image, as: :_image, class: Image
98
98
 
99
- # base.element :rating
99
+ base.element :rating
100
100
  base.element :textInput, as: :text_input, class: TextInput, default: Struct.new(:title, :description, :name, :link).new
101
101
  base.element :skipHours, as: :skip_hours, class: SkipHours
102
102
  base.element :skipDays, as: :skip_days, class: SkipDays
@@ -1,5 +1,5 @@
1
1
  module Feedjira
2
2
  module Podcast
3
- VERSION = "0.9.9"
3
+ VERSION = "0.9.10"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: feedjira-podcast
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.9
4
+ version: 0.9.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Kalafarski
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-12-04 00:00:00.000000000 Z
11
+ date: 2015-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler