ffi 1.0.12.rc2-x86-mingw32 → 1.0.12.rc3-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.
Potentially problematic release.
This version of ffi might be problematic. Click here for more details.
- data/Rakefile +2 -2
- data/lib/1.8/ffi_c.so +0 -0
- data/lib/1.9/ffi_c.so +0 -0
- metadata +5 -4
data/Rakefile
CHANGED
@@ -5,7 +5,7 @@ USE_RAKE_COMPILER = (RUBY_PLATFORM =~ /java/) ? false : true
|
|
5
5
|
if USE_RAKE_COMPILER
|
6
6
|
gem 'rake-compiler', '>=0.6.0'
|
7
7
|
require 'rake/extensiontask'
|
8
|
-
ENV['RUBY_CC_VERSION'] = '1.8.7:1.9.
|
8
|
+
ENV['RUBY_CC_VERSION'] = '1.8.7:1.9.3'
|
9
9
|
end
|
10
10
|
|
11
11
|
require 'date'
|
@@ -75,7 +75,7 @@ PROJ.name = 'ffi'
|
|
75
75
|
PROJ.authors = 'Wayne Meissner'
|
76
76
|
PROJ.email = 'wmeissner@gmail.com'
|
77
77
|
PROJ.url = 'http://wiki.github.com/ffi/ffi'
|
78
|
-
PROJ.version = '1.0.12.
|
78
|
+
PROJ.version = '1.0.12.rc3'
|
79
79
|
PROJ.rubyforge.name = 'ffi'
|
80
80
|
PROJ.readme_file = 'README.rdoc'
|
81
81
|
|
data/lib/1.8/ffi_c.so
CHANGED
Binary file
|
data/lib/1.9/ffi_c.so
ADDED
Binary file
|
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:
|
4
|
+
hash: 1025094349
|
5
5
|
prerelease: 7
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
9
|
- 12
|
10
10
|
- rc
|
11
|
-
-
|
12
|
-
version: 1.0.12.
|
11
|
+
- 3
|
12
|
+
version: 1.0.12.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-
|
20
|
+
date: 2012-04-03 00:00:00 +10:00
|
21
21
|
default_executable:
|
22
22
|
dependencies: []
|
23
23
|
|
@@ -461,6 +461,7 @@ files:
|
|
461
461
|
- tasks/test.rake
|
462
462
|
- tasks/yard.rake
|
463
463
|
- lib/1.8/ffi_c.so
|
464
|
+
- lib/1.9/ffi_c.so
|
464
465
|
has_rdoc: true
|
465
466
|
homepage: http://wiki.github.com/ffi/ffi
|
466
467
|
licenses: []
|