event_machine_flush 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +4 -0
- data/ext/extconf.rb +1 -1
- data/lib/event_machine_flush/version.rb +1 -1
- metadata +3 -3
data/CHANGELOG
CHANGED
data/ext/extconf.rb
CHANGED
@@ -5,7 +5,7 @@ require 'rubygems'
|
|
5
5
|
specs = Gem.source_index.find_name('eventmachine')
|
6
6
|
specs.size > 0 or
|
7
7
|
abort "can't find eventmachine gem"
|
8
|
-
event_machine_path = specs.
|
8
|
+
event_machine_path = specs.last.full_gem_path
|
9
9
|
|
10
10
|
# Stub out create_makefile and load EventMachine's extconf.rb. This
|
11
11
|
# ensures our build environment matches.
|
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
|
- George Ogata
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-04-
|
17
|
+
date: 2010-04-29 00:00:00 -04:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|