eventmachine 1.0.0.rc.3-x86-mswin32-60 → 1.0.0.rc.4-x86-mswin32-60

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.
Files changed (3) hide show
  1. data/ext/extconf.rb +1 -1
  2. data/lib/em/version.rb +1 -1
  3. metadata +5 -3
@@ -40,7 +40,7 @@ def manual_ssl_config
40
40
  end
41
41
 
42
42
  if ENV['CROSS_COMPILING']
43
- openssl_version = ENV.fetch("OPENSSL_VERSION", "1.0.0a")
43
+ openssl_version = ENV.fetch("OPENSSL_VERSION", "1.0.0j")
44
44
  openssl_dir = File.expand_path("~/.rake-compiler/builds/openssl-#{openssl_version}/")
45
45
  if File.exists?(openssl_dir)
46
46
  FileUtils.mkdir_p Dir.pwd+"/openssl/"
@@ -1,3 +1,3 @@
1
1
  module EventMachine
2
- VERSION = "1.0.0.rc.3"
2
+ VERSION = "1.0.0.rc.4"
3
3
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eventmachine
3
3
  version: !ruby/object:Gem::Version
4
- hash: -2955305448
4
+ hash: -2011589374
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
9
  - 0
10
10
  - rc
11
- - 3
12
- version: 1.0.0.rc.3
11
+ - 4
12
+ version: 1.0.0.rc.4
13
13
  platform: x86-mswin32-60
14
14
  authors:
15
15
  - Francis Cianfrocca
@@ -249,7 +249,9 @@ files:
249
249
  - tests/test_ud.rb
250
250
  - tests/test_unbind_reason.rb
251
251
  - lib/1.8/rubyeventmachine.so
252
+ - lib/1.9/rubyeventmachine.so
252
253
  - lib/1.8/fastfilereaderext.so
254
+ - lib/1.9/fastfilereaderext.so
253
255
  - lib/rubyeventmachine.rb
254
256
  has_rdoc: true
255
257
  homepage: http://rubyeventmachine.com