eventmachine 1.0.0.rc.3 → 1.0.0.rc.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/ext/extconf.rb +1 -1
  2. data/lib/em/version.rb +1 -1
  3. metadata +3 -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: ruby
14
14
  authors:
15
15
  - Francis Cianfrocca