hessml-ffi-opencl 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.rdoc +5 -1
  2. data/VERSION +1 -1
  3. data/ffi-opencl.gemspec +1 -1
  4. 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 --source http://gems.github.com
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.2
1
+ 0.1.3
data/ffi-opencl.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{ffi-opencl}
5
- s.version = "0.1.2"
5
+ s.version = "0.1.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Martin Hess"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hessml-ffi-opencl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Hess