tourist 0.0.1 → 0.0.2

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 (2) hide show
  1. data/lib/tourist.rb +1 -1
  2. metadata +2 -2
data/lib/tourist.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'anemone'
2
2
  require 'timeout'
3
3
 
4
- class PeepingTom
4
+ class Tourist
5
5
 
6
6
  def self.peep_site(site_name, site_address, image_location, depth = nil)
7
7
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tourist
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -43,7 +43,7 @@ dependencies:
43
43
  - - ! '>='
44
44
  - !ruby/object:Gem::Version
45
45
  version: '0'
46
- description: In development.
46
+ description: Quick way to crawl and screenshot your site.
47
47
  email: craigcbrunner@gmail.com
48
48
  executables: []
49
49
  extensions: []