lib/feedjira/parser/itunes_rss_item.rb in feedjira-2.2.0 vs lib/feedjira/parser/itunes_rss_item.rb in feedjira-3.0.0.beta1
- old
+ new
@@ -32,10 +32,10 @@
# If summary is not present, use the description tag
element :"itunes:summary", as: :itunes_summary
element :enclosure, value: :length, as: :enclosure_length
element :enclosure, value: :type, as: :enclosure_type
element :enclosure, value: :url, as: :enclosure_url
- elements 'psc:chapter', as: :raw_chapters, class: Feedjira::Parser::PodloveChapter # rubocop:disable Metrics/LineLength
+ elements "psc:chapter", as: :raw_chapters, class: Feedjira::Parser::PodloveChapter # rubocop:disable Metrics/LineLength
# Podlove requires clients to re-order by start time in the
# event the publisher doesn't provide them in that
# order. SAXMachine doesn't have any sort capability afaik, so
# we have to sort chapters manually.