eventmachine 1.0.0.rc.3-x86-mingw32 → 1.0.0.rc.4-x86-mingw32
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.
- data/ext/extconf.rb +1 -1
- data/lib/em/version.rb +1 -1
- metadata +5 -3
data/ext/extconf.rb
CHANGED
@@ -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.
|
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/"
|
data/lib/em/version.rb
CHANGED
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: -
|
4
|
+
hash: -2011589374
|
5
5
|
prerelease: 6
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
9
|
- 0
|
10
10
|
- rc
|
11
|
-
-
|
12
|
-
version: 1.0.0.rc.
|
11
|
+
- 4
|
12
|
+
version: 1.0.0.rc.4
|
13
13
|
platform: x86-mingw32
|
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
|