openssl-nonblock 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@ dir_config("openssl_nonblock")
4
4
  have_library("c", "main")
5
5
 
6
6
  if have_header('openssl/ssl.h')
7
- $LIBS << '-lssl -lcrypto'
7
+ $LIBS << ' -lssl -lcrypto'
8
8
  else
9
9
  STDERR.puts("*** Error: OpenSSL header files are required to build openssl-nonblock")
10
10
  exit 1
@@ -2,10 +2,10 @@ require 'rubygems'
2
2
 
3
3
  GEMSPEC = Gem::Specification.new do |s|
4
4
  s.name = "openssl-nonblock"
5
- s.version = "0.1.0"
5
+ s.version = "0.2.0"
6
6
  s.authors = "Tony Arcieri"
7
7
  s.email = "tony@medioh.com"
8
- s.date = "2009-02-06"
8
+ s.date = "2009-03-09"
9
9
  s.summary = "Non-blocking support for Ruby OpenSSL"
10
10
  s.platform = Gem::Platform::RUBY
11
11
  s.required_ruby_version = '>= 1.8.6'
@@ -19,4 +19,4 @@ GEMSPEC = Gem::Specification.new do |s|
19
19
 
20
20
  # Extensions
21
21
  s.extensions = %w[ext/extconf.rb]
22
- end
22
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openssl-nonblock
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tony Arcieri
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-02-06 00:00:00 -07:00
12
+ date: 2009-03-09 00:00:00 -06:00
13
13
  default_executable:
14
14
  dependencies: []
15
15