web_crawler 0.5.2 → 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ module WebCrawler
2
2
  module VERSION
3
3
  MAJOR = 0
4
4
  MINOR = 5
5
- TINY = 2
5
+ TINY = 3
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
@@ -64,7 +64,7 @@ module WebCrawler::View
64
64
  path = Pathname.new(filename)
65
65
 
66
66
  unless path.dirname.exist?
67
- info("#{path.dirname} not exist, try to create...")
67
+ logger.info("#{path.dirname} not exist, try to create...")
68
68
  path.dirname.mkpath
69
69
  end
70
70
 
data/lib/web_crawler.rb CHANGED
@@ -37,5 +37,4 @@ module WebCrawler
37
37
  config.logger
38
38
  end
39
39
 
40
- end
41
-
40
+ end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: web_crawler
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.5.2
5
+ version: 0.5.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Anton Sozontov