ingest 1.0.10 → 1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cf24b55f0291ceb829723b7f6f86108fb3650ea9
4
- data.tar.gz: 2340fe45a47ede0ff96135b1b559d6def9115489
3
+ metadata.gz: 011de287f74f9acc9636ab2255767ef81b8be0e3
4
+ data.tar.gz: f79ae7dbe56a9a35cd52523cd98b4c55e8870f94
5
5
  SHA512:
6
- metadata.gz: 75b6267d489673fe7bf5459f8ae792157f1af105d6fce88a098307eecf3cd0c1eaf5eafbb4a16ea5881fc2183ade94e13e836fe7cdb4b2f1c0e92c0b8c12abc0
7
- data.tar.gz: 148c2300ae5dbbc254c90f39d6390baf0f2d6cec99bc961c6f2ade382d7e0ca8b8430818132c2c4cea44cd7bba3e74058e9a30d64ce44dabb08ef57c031cbc38
6
+ metadata.gz: d6b030a8cd5d38c1bd96a150e462a7a453c732b20d01ec4b03c09c625a03444186d9da7a08102aa6cd29c41a5b0594d99e6920d59d8ace5e6a3585ebe738d090
7
+ data.tar.gz: 34ce27bd440ac88c691764f5b939c52991f46020498f2aa53d21523bd2935df0a5c194fe3e40c012c89d5fa9599dafdf8e7d434ac3f813ccabfa2ecdb5345eaa
data/lib/ingest/feed.rb CHANGED
@@ -71,7 +71,7 @@ module Ingest
71
71
 
72
72
  # Assign values based on the RSS feed item
73
73
  feed_item.author = item.author
74
- feed_item.content = item.content_encoded
74
+ feed_item.content = item.content
75
75
  feed_item.description = item.description
76
76
  if item.enclosure.present?
77
77
  feed_item.enclosure_length = item.enclosure.length
@@ -1,10 +1,23 @@
1
1
  module Ingest
2
2
  class FeedItem
3
- attr_accessor :author, :content, :description, :enclosure_length,
4
- :enclosure_type, :enclosure_url, :guid, :itunes_author,
5
- :itunes_block, :itunes_closed_captioned, :itunes_duration,
6
- :itunes_explicit, :itunes_image, :itunes_keywords,
7
- :itunes_subtitle, :itunes_summary, :link, :published_at,
3
+ attr_accessor :author,
4
+ :content,
5
+ :description,
6
+ :enclosure_length,
7
+ :enclosure_type,
8
+ :enclosure_url,
9
+ :guid,
10
+ :itunes_author,
11
+ :itunes_block,
12
+ :itunes_closed_captioned,
13
+ :itunes_duration,
14
+ :itunes_explicit,
15
+ :itunes_image,
16
+ :itunes_keywords,
17
+ :itunes_subtitle,
18
+ :itunes_summary,
19
+ :link,
20
+ :published_at,
8
21
  :title
9
22
  end
10
23
  end
@@ -1,3 +1,3 @@
1
1
  module Ingest
2
- VERSION = "1.0.10"
2
+ VERSION = "1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ingest
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.10
4
+ version: '1.1'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Benjamin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-01 00:00:00.000000000 Z
11
+ date: 2016-10-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A library designed to help fetch and parse podcast RSS feeds.
14
14
  email: dan@hivelogic.com