Skip to content

Commit 5c16dd3

Browse files
committed
Move back to @matthewd's close io fixed rb-inotify.
1 parent 1f7f872 commit 5c16dd3

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ gem "json", ">= 2.0.0"
3939

4040
gem "rubocop", ">= 0.47", require: false
4141

42+
gem "rb-inotify", github: "matthewd/rb-inotify", branch: "close-handling", require: false
43+
4244
group :doc do
4345
gem "sdoc", "> 1.0.0.rc1", "< 2.0"
4446
gem "redcarpet", "~> 3.2.3", platforms: :ruby

Gemfile.lock

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ GIT
1212
specs:
1313
thor (0.19.4)
1414

15+
GIT
16+
remote: https://github.com/matthewd/rb-inotify.git
17+
revision: 856730aad4b285969e8dd621e44808a7c5af4242
18+
branch: close-handling
19+
specs:
20+
rb-inotify (0.9.9)
21+
ffi (~> 1.0)
22+
1523
GIT
1624
remote: https://github.com/matthewd/websocket-client-simple.git
1725
revision: e161305f1a466b9398d86df3b1731b03362da91b
@@ -220,6 +228,8 @@ GEM
220228
metaclass (~> 0.0.1)
221229
mono_logger (1.1.0)
222230
msgpack (1.1.0)
231+
msgpack (1.1.0-x64-mingw32)
232+
msgpack (1.1.0-x86-mingw32)
223233
multi_json (1.12.1)
224234
multipart-post (2.0.0)
225235
mustache (1.0.3)
@@ -267,8 +277,6 @@ GEM
267277
rake
268278
rake (12.0.0)
269279
rb-fsevent (0.9.8)
270-
rb-inotify (0.9.9)
271-
ffi (~> 1.0)
272280
rdoc (5.1.0)
273281
redcarpet (3.2.3)
274282
redis (3.3.3)
@@ -416,6 +424,7 @@ DEPENDENCIES
416424
rack-cache (~> 1.2)
417425
rails!
418426
rake (>= 11.1)
427+
rb-inotify!
419428
redcarpet (~> 3.2.3)
420429
redis
421430
resque

0 commit comments

Comments
 (0)