feedzirra 0.0.20 → 0.0.21

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.
@@ -30,5 +30,5 @@ require 'feedzirra/parser/atom'
30
30
  require 'feedzirra/parser/atom_feed_burner'
31
31
 
32
32
  module Feedzirra
33
- VERSION = "0.0.20"
33
+ VERSION = "0.0.21"
34
34
  end
@@ -30,7 +30,8 @@ module Feedzirra
30
30
 
31
31
  @updated = false
32
32
  UPDATABLE_ATTRIBUTES.each do |name|
33
- @updated ||= update_attribute(feed, name)
33
+ updated = update_attribute(feed, name)
34
+ @updated ||= updated
34
35
  end
35
36
  end
36
37
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: feedzirra
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.20
4
+ version: 0.0.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Dix