listen 0.5.0 → 0.5.1

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,9 @@
1
+ ## 0.5.1 - Septemper 18, 2012
2
+
3
+ ### Bug fixes
4
+
5
+ - [#61] Fix a synchronisation bug that caused constant fallback to polling. (fixed by [@Maher4Ever][])
6
+
1
7
  ## 0.5.0 - Septemper 1, 2012
2
8
 
3
9
  ### New features
@@ -194,6 +194,7 @@ module Listen
194
194
  end
195
195
 
196
196
  @callback.call(changed_dirs, {})
197
+ @turnstile.signal
197
198
  end
198
199
 
199
200
  private
@@ -205,7 +206,6 @@ module Listen
205
206
  until @stop
206
207
  sleep(@latency)
207
208
  report_changes
208
- @turnstile.signal
209
209
  end
210
210
  end
211
211
  end
@@ -1,3 +1,3 @@
1
1
  module Listen
2
- VERSION = '0.5.0'
2
+ VERSION = '0.5.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: listen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-09-01 00:00:00.000000000 Z
13
+ date: 2012-09-18 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  version: '0'
67
67
  segments:
68
68
  - 0
69
- hash: 786921235
69
+ hash: -1041051149
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  none: false
72
72
  requirements: