ffi-opencl 0.1.2 → 0.1.3
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.
- data/README.rdoc +5 -1
- data/VERSION +1 -1
- data/ffi-opencl.gemspec +1 -1
- metadata +1 -1
data/README.rdoc
CHANGED
@@ -8,7 +8,11 @@ Copyright (c) 2009 Martin Hess. See LICENSE for details.
|
|
8
8
|
|
9
9
|
== Installation
|
10
10
|
|
11
|
-
[sudo] gem install ffi-opencl
|
11
|
+
[sudo] gem install ffi-opencl
|
12
|
+
|
13
|
+
or you can get it off github:
|
14
|
+
|
15
|
+
[sudo] gem install hessml-ffi-opencl --source http://gems.github.com
|
12
16
|
|
13
17
|
Or you can permanently add github to your gemservers with:
|
14
18
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.3
|
data/ffi-opencl.gemspec
CHANGED