Dynamised 0.1.4 → 0.1.5

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: e3c518035c2541727ecc8ae369ac5c3a1641a38a
4
- data.tar.gz: 9a00100d538fae1b85bf926f1340c49c8aeceafb
3
+ metadata.gz: a4382496b1899c1a709a2b10a4dc5e7a6dff1a4b
4
+ data.tar.gz: dbc87478bbb52fd93519af0c5c356772d1d5a7e9
5
5
  SHA512:
6
- metadata.gz: 869906f75c240c384c88331b855b124243035675381c804368c3bb21278439b8f83cd9404b87c7ca947c9f8dc099729bde63dc0bc0c4d332a0633a39c7872ffb
7
- data.tar.gz: 6a4d9eab4fbf9efd878f6f1110f7f7d346da6cd7f179d71a5cd14896624710874da01149aa7b175bb124ca30a8186d6998a9e31b83da78133f10645f4bd8827b
6
+ metadata.gz: da07328d22fe81ec98958bc3e683de00afa0707172176d7ea016a3a83dadc899bfe55b9396c3a25e235a105dc35b8eb157ae0b11263b74f9bd57e04fb4f01c3f
7
+ data.tar.gz: ee82ed7f95e34dc21e491975b80b9881c3cf09cf05548f549b968fc1e2492fc6511e157fc62213dc3659a5ed0a24392d6e447101ce327bf36c72eb087b2045be
data/bin/dynamised CHANGED
@@ -1,9 +1,9 @@
1
1
  #!/usr/bin/env ruby
2
+ puts [$0, __FILE__].inspect
2
3
  require_relative '../lib/dynamised'
3
4
  require 'commander'
4
5
 
5
6
 
6
-
7
7
  module Dynamised
8
8
  class CLI
9
9
  include Commander::Methods
@@ -58,7 +58,7 @@ module Dynamised
58
58
  script_path = File.expand_path(path, Dir.pwd )
59
59
  unless File.exists?(script_path)
60
60
  puts "File name %s doesn't exist" % script_path
61
- exit
61
+ exit
62
62
  end
63
63
  script_path
64
64
  end
@@ -79,4 +79,4 @@ module Dynamised
79
79
  end
80
80
  end
81
81
 
82
- Dynamised::CLI.new.run if $0 == __FILE__
82
+ Dynamised::CLI.new.run
@@ -1,6 +1,6 @@
1
1
  module Dynamised
2
2
  module META
3
- Version = "0.1.4"
3
+ Version = "0.1.5"
4
4
  Description = <<-DESC.gsub(/^\s*/, '')
5
5
  A tool that allows a user to build a web scraper that works by recursively crawling pages until
6
6
  it finds the requested infomation.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Dynamised
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Becker
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-04 00:00:00.000000000 Z
11
+ date: 2017-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tty-spinner