ffi 1.9.13-x64-mingw32 → 1.9.14-x64-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.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e2b17f5b40e60f2fd8c48d4456ed03ae5bb185d0
4
- data.tar.gz: 4279ca220d55a076c1140ac9e0e76b9b9062d06b
3
+ metadata.gz: 68d94d54080177c7c838a62d72d2f6c6e6cf0891
4
+ data.tar.gz: 68c571bc26de0aaf97f9e10e0406b68a40242aed
5
5
  SHA512:
6
- metadata.gz: 8e22f412c90c089fa06706c8a996e277d75a3bf61f84f57beeca81793ffc253ec1bb3bed5206f310118e26944093202b86415f788ec957b0b6ab3f106442f5dd
7
- data.tar.gz: 2aa3cb5131810bd29cc8786d87aa37120eea39d07adda31576b4f85bd60af5ac22f41c40ac7fe8409800cb9107cdf64bfeb7363129903675456f5dbc7aa18657
6
+ metadata.gz: 91b2d9725de54d2ab85dcafe57b1ee9478ca35fcf7b3626889ee800eaed1c8ba3c5ce8f073d43f5d0b94f8cc513965a7b4724310bd6aad7f569fe747750a9b55
7
+ data.tar.gz: c091c8d7aff75c9237e64f8048f7913e2bffcf7b74e1ec16e3ab8f73428bb47b5d5dcb7f230ddc239026102c86e451b8977d569e26979774e66773878ba01bca
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2008-2013, Ruby FFI project contributors
1
+ Copyright (c) 2008-2016, Ruby FFI project contributors
2
2
  All rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
12
12
  s.extensions << 'ext/ffi_c/extconf.rb'
13
13
  s.has_rdoc = false
14
14
  s.rdoc_options = %w[--exclude=ext/ffi_c/.*\.o$ --exclude=ffi_c\.(bundle|so)$]
15
- s.license = 'BSD'
15
+ s.license = 'BSD-3-Clause'
16
16
  s.require_paths << 'ext/ffi_c'
17
17
  s.required_ruby_version = '>= 1.8.7'
18
18
  s.add_development_dependency 'rake', '~> 10.1'
Binary file
Binary file
Binary file
Binary file
@@ -1,4 +1,4 @@
1
1
  module FFI
2
- VERSION = '1.9.13'
2
+ VERSION = '1.9.14'
3
3
  end
4
4
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ffi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.13
4
+ version: 1.9.14
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - Wayne Meissner
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-06 00:00:00.000000000 Z
11
+ date: 2016-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -422,6 +422,7 @@ files:
422
422
  - lib/2.0/ffi_c.so
423
423
  - lib/2.1/ffi_c.so
424
424
  - lib/2.2/ffi_c.so
425
+ - lib/2.3/ffi_c.so
425
426
  - lib/ffi.rb
426
427
  - lib/ffi/autopointer.rb
427
428
  - lib/ffi/buffer.rb
@@ -552,7 +553,7 @@ files:
552
553
  - spec/spec.opts
553
554
  homepage: http://wiki.github.com/ffi/ffi
554
555
  licenses:
555
- - BSD
556
+ - BSD-3-Clause
556
557
  metadata: {}
557
558
  post_install_message:
558
559
  rdoc_options:
@@ -572,7 +573,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
572
573
  version: '0'
573
574
  requirements: []
574
575
  rubyforge_project:
575
- rubygems_version: 2.4.8
576
+ rubygems_version: 2.5.1
576
577
  signing_key:
577
578
  specification_version: 4
578
579
  summary: Ruby FFI