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 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.rc2'
77
+ PROJ.version = '1.1.1'
78
78
  PROJ.rubyforge.name = 'ffi'
79
79
  PROJ.readme_file = 'README.rdoc'
80
80
 
@@ -19,7 +19,6 @@ if !defined?(RUBY_ENGINE) || RUBY_ENGINE == "ruby"
19
19
  end
20
20
 
21
21
  have_func('rb_thread_blocking_region')
22
- have_func('ruby_thread_has_gvl_p') unless RUBY_VERSION >= "1.9.3"
23
22
  have_func('ruby_native_thread_p')
24
23
  have_func('rb_thread_call_with_gvl')
25
24
 
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.rc2
5
- prerelease: 6
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-23 00:00:00.000000000 Z
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: 1.3.1
503
+ version: '0'
506
504
  requirements: []
507
505
  rubyforge_project: ffi
508
506
  rubygems_version: 1.8.11
Binary file