mwilliams-feedzirra 0.0.16 → 0.0.17

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.
Files changed (3) hide show
  1. data/lib/feedzirra.rb +1 -1
  2. data/lib/feedzirra/feed.rb +1 -1
  3. metadata +1 -1
data/lib/feedzirra.rb CHANGED
@@ -7,7 +7,7 @@ module Feedzirra
7
7
  def self.use_curb?
8
8
  @use_curb
9
9
  end
10
- VERSION = "0.0.16"
10
+ VERSION = "0.0.17"
11
11
  end
12
12
 
13
13
  gem 'activesupport'
@@ -163,7 +163,7 @@ module Feedzirra
163
163
  when Net::HTTPSuccess then res
164
164
  when Net::HTTPRedirection then fetch_url(res['location'], limit - 1)
165
165
  else
166
- response.error!
166
+ res.error!
167
167
  end
168
168
  end
169
169
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mwilliams-feedzirra
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.16
4
+ version: 0.0.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Dix