smparkes-watchr 0.5.7.2 → 0.5.7.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -83,10 +83,8 @@ module Watchr
83
83
  #
84
84
  def monitored_paths
85
85
  paths = Dir['**/*'].select do |path|
86
- p path
87
86
  @script.rules.any? {|r| r.match(path) }
88
87
  end
89
- p paths
90
88
  paths.push(@script.path).compact!
91
89
  paths.map {|path| Pathname(path).expand_path }
92
90
  end
data/watchr.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  Gem::Specification.new do |s|
3
3
  s.name = 'smparkes-watchr'
4
- s.version = '0.5.7.2'
4
+ s.version = '0.5.7.3'
5
5
  s.summary = "Modern continious testing (flexible alternative to autotest)"
6
6
  s.description = "Modern continious testing (flexible alternative to autotest)."
7
7
  s.author = "mynyml"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smparkes-watchr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.7.2
4
+ version: 0.5.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - mynyml