toxiclibs 0.3.0.pre → 0.4.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 909c65556c23dc29fcb81e78a05bf4aed6eece6b
4
- data.tar.gz: 193ab4232f1785cea840833ae80d01feb9fb751a
3
+ metadata.gz: 4f3be66d492c1dece587f59d954fc2e8d3d02f5c
4
+ data.tar.gz: d9af583fda5386e928549a7dd565ff72b9cb6036
5
5
  SHA512:
6
- metadata.gz: 99778b58f3e5e4f1106f86dee7466206d8858c005d53a26e4bfe3a34716c87f63bd826210408e390d0446cf84a151f87b76b5d1ae4f54fba69b155e11410fbb1
7
- data.tar.gz: 359e1cb50d419c83e87672217bd013677456a88827b16d1c4a4d489dc45ae9d1ea1fb850472c8761763e3e3c6bd8312dbdaf00f62d147ee6d7a79215d87f6564
6
+ metadata.gz: 9ebed78f6dc0154fa6c5a709e934984672471fcdeb95d07eda46aff29367ae99aed5e03c3898e774ece577c92b5e4709b3a72dc53234d5700effadcf177c9369
7
+ data.tar.gz: b150a469d3c7063b65e6e1808de6109cf3b5cfe90e0d2bc74d14135448f6a410aab3d63668b8981368589fc0393f2ec0be8961e78a0498cc5f5c1f8e23a0f1de
data/README.md CHANGED
@@ -1,7 +1,13 @@
1
1
  ## Using Toxiclibs jars in JRubyArt
2
- ### Also works with ruby-processing
2
+ Current Gem Version 0.4.0
3
+ ### Installing
4
+ ```bash
5
+ gem install toxiclibs
6
+ ```
3
7
 
4
- Here we demonstrate how to create a gem to use Karsten Schmidts (aka toxi, @postspectacular) toxiclibs jars in JRubyArt. To compile the gem follow the instructions for [JRubyArt][]. In this proof of concept version, only a small part of toxiclibs API is exposed, but in principle it should be possible to make all available!!! For this demonstration I have used up to date source code for version 21, since [toxis final release][] has yet to materialise.
8
+ ### NB: Also works with ruby-processing
9
+
10
+ Here I have created create a gem to use Karsten Schmidts (aka toxi, @postspectacular) toxiclibs jars in JRubyArt. To compile the gem follow the instructions for [JRubyArt][]. Most parts of toxiclibs API is exposed in the latest version, (but only a few examples are included) in principle it should be possible to make all available!!! For this demonstration I have used up to date source code for version 21, since [toxis final release][] may never materialise (he's probably got more interesting things to do). There are reported to be number of outstanding bugs with toxiclibs, if they affect you report it [here][] (or better fix them yourself and submit a pull request).
5
11
 
6
12
  ![grayscott image](http://4.bp.blogspot.com/-d4MiL4_0Njk/VFJMv6VUicI/AAAAAAAAEgY/fFAfrXDxNXM/s400/grayscott.png)
7
13
 
@@ -31,4 +37,5 @@ version 2.1 of the License, or (at your option) any later version.
31
37
  [Post Spectacular Home]:http://postspectacular.com/
32
38
  [Toxiclibs Bitbucket]:http://hg.postspectacular.com/
33
39
  [Toxiclibs Documentation]:http://toxiclibs.org/
34
- [Example Usage]:https://github.com/ruby-processing/toxicgem/blob/master/example/gray_scott_tone_map.rb
40
+ [Example Usage]:https://github.com/ruby-processing/toxicgem/tree/master/examples
41
+ [here]:https://github.com/ruby-processing/toxiclibs/issues
data/lib/toxiclibs.jar CHANGED
Binary file
@@ -1,3 +1,3 @@
1
1
  module Toxiclibs
2
- VERSION = '0.3.0.pre'
2
+ VERSION = '0.4.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: toxiclibs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0.pre
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karsten Schmidt
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-03-25 00:00:00.000000000 Z
12
+ date: 2015-03-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  requirement: !ruby/object:Gem::Requirement
@@ -68,9 +68,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  version: '0'
69
69
  required_rubygems_version: !ruby/object:Gem::Requirement
70
70
  requirements:
71
- - - '>'
71
+ - - '>='
72
72
  - !ruby/object:Gem::Version
73
- version: 1.3.1
73
+ version: '0'
74
74
  requirements:
75
75
  - A decent graphics card
76
76
  - java runtime >= 1.7+