opencl_ruby_ffi 0.97 → 0.98

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.
@@ -393,10 +393,10 @@ module OpenCL
393
393
 
394
394
  # Frees an SVMPointer
395
395
  #
396
- # ==== Attributes
396
+ # ==== Attributes
397
397
  #
398
398
  # * +svm_pointer+ - the SVMPointer to deallocate
399
- def self.svm_free(svm_pointer)
399
+ def svm_free(svm_pointer)
400
400
  return OpenCL.svm_free(self, svm_pointer)
401
401
  end
402
402
 
@@ -45,7 +45,7 @@ module OpenCL
45
45
 
46
46
  # Frees an SVMPointer
47
47
  #
48
- # ==== Attributes
48
+ # ==== Attributes
49
49
  #
50
50
  # * +context+ - the Context in which to deallocate the memory
51
51
  # * +svm_pointer+ - the SVMPointer to deallocate
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'opencl_ruby_ffi'
3
- s.version = "0.97"
3
+ s.version = "0.98"
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.97'
4
+ version: '0.98'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-06-02 00:00:00.000000000 Z
12
+ date: 2014-06-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: narray