ffi 1.1.1.rc2 → 1.1.1
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/Rakefile +1 -1
- data/ext/ffi_c/extconf.rb +0 -1
- metadata +5 -7
- data/lib/ffi_c.bundle +0 -0
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.1
|
|
77
|
+
PROJ.version = '1.1.1'
|
|
78
78
|
PROJ.rubyforge.name = 'ffi'
|
|
79
79
|
PROJ.readme_file = 'README.rdoc'
|
|
80
80
|
|
data/ext/ffi_c/extconf.rb
CHANGED
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ffi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.1
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 1.1.1
|
|
5
|
+
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Wayne Meissner
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-07-
|
|
12
|
+
date: 2012-07-27 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: ! 'Ruby-FFI is a ruby extension for programmatically loading dynamic
|
|
15
15
|
|
|
@@ -53,7 +53,6 @@ extra_rdoc_files:
|
|
|
53
53
|
- lib/ffi/platform/x86_64-netbsd/types.conf
|
|
54
54
|
- lib/ffi/platform/x86_64-openbsd/types.conf
|
|
55
55
|
- lib/ffi/platform/x86_64-solaris/types.conf
|
|
56
|
-
- lib/ffi_c.bundle
|
|
57
56
|
files:
|
|
58
57
|
- History.txt
|
|
59
58
|
- LICENSE
|
|
@@ -435,7 +434,6 @@ files:
|
|
|
435
434
|
- lib/ffi/types.rb
|
|
436
435
|
- lib/ffi/union.rb
|
|
437
436
|
- lib/ffi/variadic.rb
|
|
438
|
-
- lib/ffi_c.bundle
|
|
439
437
|
- spec/ffi/async_callback_spec.rb
|
|
440
438
|
- spec/ffi/bool_spec.rb
|
|
441
439
|
- spec/ffi/buffer_spec.rb
|
|
@@ -500,9 +498,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
500
498
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
501
499
|
none: false
|
|
502
500
|
requirements:
|
|
503
|
-
- - ! '
|
|
501
|
+
- - ! '>='
|
|
504
502
|
- !ruby/object:Gem::Version
|
|
505
|
-
version:
|
|
503
|
+
version: '0'
|
|
506
504
|
requirements: []
|
|
507
505
|
rubyforge_project: ffi
|
|
508
506
|
rubygems_version: 1.8.11
|
data/lib/ffi_c.bundle
DELETED
|
Binary file
|