opencl_ruby_ffi 0.8 → 0.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ require 'ffi'
2
2
 
3
3
  module OpenCL
4
4
  extend FFI::Library
5
- ffi_lib "libOpenCL"
5
+ ffi_lib "OpenCL"
6
6
  #:stopdoc:
7
7
  SUCCESS = 0
8
8
  DEVICE_NOT_FOUND = -1
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'opencl_ruby_ffi'
3
- s.version = "0.8"
3
+ s.version = "0.9"
4
4
  s.author = "Brice Videau"
5
5
  s.email = "brice.videau@imag.fr"
6
6
  s.homepage = "https://forge.imag.fr/projects/opencl-ruby/"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opencl_ruby_ffi
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.8'
4
+ version: '0.9'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: