right_scraper 1.0.18 → 1.0.19

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.
@@ -107,7 +107,7 @@ module RightScale
107
107
  # === Return
108
108
  # succeeded(Boolean):: true if scrape finished with no error, false otherwise.
109
109
  def succeeded?
110
- succeeded = @errors.nil? || @errors.size == 0
110
+ succeeded = errors.size == 0
111
111
  end
112
112
  end
113
113
  end
@@ -23,7 +23,7 @@ require 'rubygems'
23
23
 
24
24
  spec = Gem::Specification.new do |spec|
25
25
  spec.name = 'right_scraper'
26
- spec.version = '1.0.18'
26
+ spec.version = '1.0.19'
27
27
  spec.authors = ['Raphael Simon']
28
28
  spec.email = 'raphael@rightscale.com'
29
29
  spec.homepage = 'https://github.com/rightscale/right_scraper'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: right_scraper
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.18
4
+ version: 1.0.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Raphael Simon
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-06-03 00:00:00 -07:00
12
+ date: 2010-06-18 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15