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 CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.0.3 2010-04-29
2
+
3
+ * Build against latest installed eventmachine gem.
4
+
1
5
  == 0.0.2 2010-04-26
2
6
 
3
7
  * Flush all pages, don't die if none.
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.first.full_gem_path
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.
@@ -1,5 +1,5 @@
1
1
  module EventMachineFlush
2
- VERSION = [0, 0, 2]
2
+ VERSION = [0, 0, 3]
3
3
 
4
4
  class << VERSION
5
5
  include Comparable
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
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-26 00:00:00 -04:00
17
+ date: 2010-04-29 00:00:00 -04:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency