ffi 1.1.0.rc2-x86-mingw32 → 1.1.0.rc3-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of ffi might be problematic. Click here for more details.

data/Rakefile CHANGED
@@ -74,7 +74,7 @@ PROJ.name = 'ffi'
74
74
  PROJ.authors = 'Wayne Meissner'
75
75
  PROJ.email = 'wmeissner@gmail.com'
76
76
  PROJ.url = 'http://wiki.github.com/ffi/ffi'
77
- PROJ.version = '1.1.0.rc2'
77
+ PROJ.version = '1.1.0.rc3'
78
78
  PROJ.rubyforge.name = 'ffi'
79
79
  PROJ.readme_file = 'README.rdoc'
80
80
 
Binary file
Binary file
@@ -90,7 +90,7 @@ module FFI
90
90
  end
91
91
 
92
92
  LIBC = if IS_WINDOWS
93
- "msvcrt.dll"
93
+ RbConfig::CONFIG['RUBY_SO_NAME'].split('-')[-2] + '.dll'
94
94
  elsif IS_GNU
95
95
  GNU_LIBC
96
96
  else
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ffi
3
3
  version: !ruby/object:Gem::Version
4
- hash: -2431023002
4
+ hash: 4154040295
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
9
  - 0
10
10
  - rc
11
- - 2
12
- version: 1.1.0.rc2
11
+ - 3
12
+ version: 1.1.0.rc3
13
13
  platform: x86-mingw32
14
14
  authors:
15
15
  - Wayne Meissner
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2012-04-05 00:00:00 +10:00
20
+ date: 2012-04-21 00:00:00 +10:00
21
21
  default_executable:
22
22
  dependencies: []
23
23