starting_blocks 0.0.19 → 0.0.20

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.
@@ -1,3 +1,3 @@
1
1
  module StartingBlocks
2
- VERSION = "0.0.19"
2
+ VERSION = "0.0.20"
3
3
  end
@@ -14,7 +14,7 @@ module StartingBlocks
14
14
  location = dir.getwd
15
15
  all_files = Dir['**/*']
16
16
  puts "Listening to: #{location}"
17
- Listen.to!(location, latency: 0.1) do |modified, added, removed|
17
+ Listen.to!(location) do |modified, added, removed|
18
18
  if modified.count > 0
19
19
  StartingBlocks::Watcher.run_it modified[0], all_files, options
20
20
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: starting_blocks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.19
4
+ version: 0.0.20
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-06 00:00:00.000000000 Z
12
+ date: 2013-05-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -164,7 +164,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
164
164
  version: '0'
165
165
  segments:
166
166
  - 0
167
- hash: -2515999654231235318
167
+ hash: -1450285586092815377
168
168
  required_rubygems_version: !ruby/object:Gem::Requirement
169
169
  none: false
170
170
  requirements:
@@ -173,10 +173,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
173
173
  version: '0'
174
174
  segments:
175
175
  - 0
176
- hash: -2515999654231235318
176
+ hash: -1450285586092815377
177
177
  requirements: []
178
178
  rubyforge_project:
179
- rubygems_version: 1.8.25
179
+ rubygems_version: 1.8.24
180
180
  signing_key:
181
181
  specification_version: 3
182
182
  summary: One command to run all tests, test watcher, etc.