scrapers 1.5.0 → 1.5.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: 003f7ffd1d5c6ccc6df7470045cf46b28fc5256e
4
- data.tar.gz: 621f3354ac4af8a765495973ba7e204cde20b570
3
+ metadata.gz: eb80fb9fb6be0a4c94bba33715ea5bafef20f941
4
+ data.tar.gz: 066bec449349a457301154834289f3db74e257fe
5
5
  SHA512:
6
- metadata.gz: 8b5c40acbe36d4b90d0f06db30f79acdae8c4ab173c6f572f0a7a0bb96400560038187cdbaf8030ee1bec801d822ac9ec7e0ff4cbc5937839f6853a26173fc68
7
- data.tar.gz: 35e373c156d79a39f7661453475b5a3cfcfbac855c0d09bdb0a0fa913cae89fc047e29605e98d3189a46672a64b9781e76e972f024e9b2d0bc287dca45b4e5f2
6
+ metadata.gz: 1683f98572977ddbff0d92252f58ee53966a8cef7b362374ef5e04194771718cc4b84156dfac740f86e113f4cff7c112bdc1a4b1ab872e0bf488020cedf72d97
7
+ data.tar.gz: cab26c4fd6438c5743dad7dfbcd7cd14d005c5f43d8fef40fc7cd4f47efabfca6d61543aa0a433cd9f8b585c26b4ab4d732927fcb251b47abd103b6ef6564f74
data/bin/manning_books CHANGED
@@ -5,7 +5,6 @@ require 'thor'
5
5
  require 'netrc'
6
6
  require 'scrapers/manning_books'
7
7
  require 'awesome_print'
8
- require 'pry'
9
8
 
10
9
  ################################################################################
11
10
  #
@@ -32,7 +31,6 @@ class ManningBooks < Thor
32
31
  pw = options.fetch("password", pw)
33
32
  destination = options.fetch("destination", nil)
34
33
  STDERR.puts "destination: #{destination}, user: #{user}, pw: #{pw.length}"
35
- binding.pry
36
34
  Signal.trap('INT', proc { STDERR.puts "Download Interrupted"; exit(-1)})
37
35
  results = Scrapers::ManningBooks.scrape destination, user, pw
38
36
  ap results
@@ -3,7 +3,7 @@ module Scrapers
3
3
 
4
4
  MAJOR = 1
5
5
  MINOR = 5
6
- BUILD = 0
6
+ BUILD = 1
7
7
 
8
8
  end
9
9
 
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: 1.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tamara Temple