mwilliams-feedzirra 0.0.14 → 0.0.15

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/feed.rb +2 -2
  2. data/lib/feedzirra.rb +1 -1
  3. metadata +1 -1
@@ -164,10 +164,10 @@ module Feedzirra
164
164
  feed.last_modified = headers['last-modified']
165
165
  feed
166
166
  rescue Exception => e
167
- response_code
167
+ "Error: Exception while parsing #{url}: #{e.message}"
168
168
  end
169
169
  else
170
- response_code
170
+ "Error: Cannot determine feed parser for #{url}"
171
171
  end
172
172
  end
173
173
 
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.14"
10
+ VERSION = "0.0.15"
11
11
  end
12
12
 
13
13
  gem 'activesupport'
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.14
4
+ version: 0.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Dix