scrapers 0.2.0 → 0.2.1

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: eef6a353955404ad8beaf88e4db8ab4b0a4f3cec
4
- data.tar.gz: 87ec094c87d315640c1ebb274b6f334b6dd73646
3
+ metadata.gz: 9b43a082501b462b834904adece5c2024b9e1d50
4
+ data.tar.gz: fbda2cfac531b98e3cf4e05273ddb99cd2dcfcd4
5
5
  SHA512:
6
- metadata.gz: ece9775696f757216e7c9fd9c2ef2a6ff4a1bd3a9dcbf1fd754caed7c751bdeb1f055a2ea6694b216dfaf61f7a1678cedc777fd0281d660d73e68f34399f2c90
7
- data.tar.gz: 370b23a91c38f349a8f02a6fe4ed8770bb58017b43876ad736c449087da7b303aae605f2a314e76b6489bdfc89aaceaa2588f94a6e6e1d7b3e0423c50f2c5f63
6
+ metadata.gz: 154fb4afbcda5ae845bfeaa44431ab9d2725fb606cfb76154346b9eb2c163dbffc620a657f7e4b0ed0b50077f8c5d1b4487894c566e276eaffe010c60c79a554
7
+ data.tar.gz: 2fba6befee1c8670c2978cf7943b67f467fa830bb1c1ac8d78a9ade0320590504603ed51900744ef5ca56832641dba40f1b53256586ea62be83ef155cd98a517
@@ -26,8 +26,6 @@ module Scrapers
26
26
  end
27
27
 
28
28
  def self.validate_directory(d)
29
- STDERR.puts caller(0,1).first +
30
- "d: #{d.inspect}. directory? #{File.directory?(d)}. writable? #{File.writable?(d)}"
31
29
  raise "#{d} is not a writable directory!" unless File.directory?(d) and File.writable?(d)
32
30
  d
33
31
  end
@@ -1,5 +1,5 @@
1
1
  module Scrapers
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  DESCRIPTION = "A library of web site scrapers utilizing mechanize and other goodies. Helpful in gathering images, moving things, saving things, etc."
4
4
  SUMMARY = "Web site scrapers"
5
5
  LICENSE = "MIT"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scrapers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tamara Temple