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

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3a99f7cc0ee695104250f882d7cdbda9f0a96a99
4
- data.tar.gz: 31bd2d4062179eecfbb2d0fe5cc8caa4f0a1ecd4
3
+ metadata.gz: b2af2a5e643017f9da7f9ebfef1ce2ab6036a12b
4
+ data.tar.gz: 9926e01f6bcb3d022088c8074828f4025da0c49c
5
5
  SHA512:
6
- metadata.gz: 21a921e2ddf9360182541d2a450443bb5e5ead2ac6ffe1f13f034f2f8ae0c1e4ca088b1eb14a9e59bb8525fc1302d2245c303b62064e95a9d4a148c59fe1e364
7
- data.tar.gz: a5289e8ec9928212214cbd7e29eb33229e555ad8ada55169539940e70cd6cfc7d99b4fefa8843ae2a3eea85ec02815692f45dd25ca518860bb71eac3db33e94b
6
+ metadata.gz: 6c6935d11933da452908ef8481820f01633781be309e7b1062e216c8eeb90baf982fbed49a2050c686a81d6a66e10fb1c26f2bbd35b22a3845deeb0e3033d8cb
7
+ data.tar.gz: cbf79787de71ae257a1feb56152f2902268e696c4dea6ae1f205cba9e0f76cc10d1c64c40acf823b30deed8695490792bbac9a1ad6fb4c427e0721575faaadf4
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
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: x86-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
@@ -424,6 +424,7 @@ files:
424
424
  - lib/2.0/ffi_c.so
425
425
  - lib/2.1/ffi_c.so
426
426
  - lib/2.2/ffi_c.so
427
+ - lib/2.3/ffi_c.so
427
428
  - lib/ffi.rb
428
429
  - lib/ffi/autopointer.rb
429
430
  - lib/ffi/buffer.rb
@@ -554,7 +555,7 @@ files:
554
555
  - spec/spec.opts
555
556
  homepage: http://wiki.github.com/ffi/ffi
556
557
  licenses:
557
- - BSD
558
+ - BSD-3-Clause
558
559
  metadata: {}
559
560
  post_install_message:
560
561
  rdoc_options:
@@ -574,7 +575,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
574
575
  version: '0'
575
576
  requirements: []
576
577
  rubyforge_project:
577
- rubygems_version: 2.4.8
578
+ rubygems_version: 2.5.1
578
579
  signing_key:
579
580
  specification_version: 4
580
581
  summary: Ruby FFI