opencl-bindings 1.0.0pre

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.
metadata ADDED
@@ -0,0 +1,56 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: opencl-bindings
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0pre
5
+ platform: ruby
6
+ authors:
7
+ - vaiorabbit
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-11-21 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: |
14
+ Ruby bindings for OpenCL 1.2 using Fiddle (For MRI >= 2.0.0).
15
+ email:
16
+ - vaiorabbit@gmail.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - ChangeLog
22
+ - LICENSE.txt
23
+ - README.md
24
+ - lib/opencl.rb
25
+ - lib/opencl_ext.rb
26
+ - lib/opencl_gl.rb
27
+ - lib/opencl_gl_ext.rb
28
+ - sample/hello.cl
29
+ - sample/hello.rb
30
+ - sample/hello_clu.rb
31
+ - sample/util/clu.rb
32
+ homepage: https://github.com/vaiorabbit/ruby-opencl
33
+ licenses:
34
+ - zlib/libpng
35
+ metadata: {}
36
+ post_install_message:
37
+ rdoc_options: []
38
+ require_paths:
39
+ - lib
40
+ required_ruby_version: !ruby/object:Gem::Requirement
41
+ requirements:
42
+ - - ">="
43
+ - !ruby/object:Gem::Version
44
+ version: 2.0.0
45
+ required_rubygems_version: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - ">"
48
+ - !ruby/object:Gem::Version
49
+ version: 1.3.1
50
+ requirements: []
51
+ rubyforge_project:
52
+ rubygems_version: 2.4.8
53
+ signing_key:
54
+ specification_version: 4
55
+ summary: Bindings for OpenCL 1.2
56
+ test_files: []