pluto-models 1.5.4 → 1.5.5

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: 51ec18ad86fd2cc4cafda7e80bc4d9e8d038d650
4
- data.tar.gz: 27883c52dd7e3d08b2380c0085d162e48112e7ef
3
+ metadata.gz: e3b576a61254285708c3a75ec3723ddf5e5e99dd
4
+ data.tar.gz: 34e15ef65f13fbef5457e231fa823c3bcb2a1bd2
5
5
  SHA512:
6
- metadata.gz: ba8e07e5e685a6d605625e399e210f017af5274724a518f12f9ab71cfb28f08cf9daf5fbd1537aad47f10792a84b4e0825bbb91bf6244683835d9dc275d1002b
7
- data.tar.gz: 02ce3fde608247434c54114044c5368269b5f941a463d0f5f383041da61a8c49b181a182c6ffaaa74e1b95e38a6d18b505a4124a6144c328a4bd916555632394
6
+ metadata.gz: 1c57e421a46116fb8c8ad93aec9bd79ee4aca87a51dbdabde900fdbdd21b3c39272e8d9d40c21974c5714c7484706926354951c7f5d17f3bd6c1cc0d14fbdb30
7
+ data.tar.gz: 2a65d0ede84bac1c1004161fc5573779d6edb0e3bf80e851fcd7292ba1d3a903de7fd0ef9a51fc3f4494a17f77528617a4e17415a09668da6cec8671ec73af9d
@@ -188,15 +188,16 @@ class Feed < ActiveRecord::Base
188
188
  ## <a href="https://groups.google.com/group/polymer-dev">https://groups.google.com/group/polymer-dev</a>
189
189
 
190
190
  feed_attribs = {
191
- format: data.format,
192
- updated: data.updated,
193
- published: data.published,
194
- summary: data.summary,
195
- generator: data.generator.to_s, ## note: use single-line/string generator stringified -- might return null (if no data)
196
- ### todo/fix: add/use
197
- # auto_title: ???,
198
- # auto_url: ???,
199
- # auto_feed_url: ???,
191
+ format: data.format,
192
+ updated: data.updated,
193
+ published: data.published,
194
+ summary: data.summary,
195
+ generator: data.generator.to_s, ## note: use single-line/string generator stringified -- might return null (if no data)
196
+
197
+ ## note: always auto-update auto_* fields for now
198
+ auto_title: data.title,
199
+ auto_url: data.url,
200
+ auto_feed_url: data.feed_url,
200
201
  }
201
202
 
202
203
  if debug?
@@ -4,7 +4,7 @@ module Pluto
4
4
 
5
5
  MAJOR = 1
6
6
  MINOR = 5
7
- PATCH = 4
7
+ PATCH = 5
8
8
  VERSION = [MAJOR,MINOR,PATCH].join('.')
9
9
 
10
10
  def self.version
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pluto-models
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.4
4
+ version: 1.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gerald Bauer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-02-01 00:00:00.000000000 Z
11
+ date: 2020-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: props