em-dir-watcher 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/em-dir-watcher.rb +2 -1
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.3
|
data/lib/em-dir-watcher.rb
CHANGED
@@ -10,7 +10,7 @@ module EMDirWatcher
|
|
10
10
|
end
|
11
11
|
end
|
12
12
|
|
13
|
-
require "em-dir-watcher/platform/#{EMDirWatcher::PLATFORM.
|
13
|
+
require "em-dir-watcher/platform/#{EMDirWatcher::PLATFORM.downcase}"
|
14
14
|
|
15
15
|
module EMDirWatcher
|
16
16
|
Watcher = Platform.const_get(PLATFORM)::Watcher
|
@@ -19,3 +19,4 @@ module EMDirWatcher
|
|
19
19
|
Watcher.new path, globs, &handler
|
20
20
|
end
|
21
21
|
end
|
22
|
+
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
8
|
+
- 3
|
9
|
+
version: 0.0.3
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Andrey Tarantsov
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-07-
|
17
|
+
date: 2010-07-18 00:00:00 +07:00
|
18
18
|
default_executable:
|
19
19
|
dependencies: []
|
20
20
|
|