Skip to content

Commit f202ac9

Browse files
committed
bump versions
1 parent d9c3445 commit f202ac9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: _building/building.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Building ruby-processing projects
55

66
# Tools of the Trade
77

8-
You will need to install jdk12, maven (apache-maven-3.5+), jruby-9.2.8.0+, and have access to processing jogl jars. Note we prefer a local install of [minitest][minitest] for testing.
8+
You will need to install jdk12, maven (apache-maven-3.5+), jruby-9.2.9.0+, and have access to processing jogl jars. Note we prefer a local install of [minitest][minitest] for testing.
99

1010
# How to build ruby-processing projects
1111

Diff for: _building/hype.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This file tells maven to do a polyglot-ruby build
2727
<extension>
2828
<groupId>io.takari.polyglot</groupId>
2929
<artifactId>polyglot-ruby</artifactId>
30-
<version>0.3.0</version>
30+
<version>0.4.3</version>
3131
</extension>
3232
</extensions>
3333
```

Diff for: about.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Not forgetting the atom editor projects [atom-k9] and [language-jruby-art][langu
2020

2121
## Martin Prout
2222

23-
First degree was BSc hons Biochemistry from University of Surrey, I went on to specialize in xenobiotic metabolism (at first drugs, then industrial chemicals and pesticides). I later studied for a computer science degree with the Open University (BSc hons 2:1 but completed insufficient specific modules to be a named degree), course included some smalltalk but mainly java. Subsequently I dabbled a bit with C++, perl python, and even lisp, but got hooked on ruby, particulary ruby-processing. OS experience Windows-98 up to Windows-XP and mainly linux since 2004 (tried gentoo, fedora, even pardus) now using exclusively Archlinux and Mint (Debian). Since November 2012 I have been sole developer/maintainer of [ruby-processing] (_did update for processing-2.0_), and I have since developed JRubyArt and propane (_for processing-3.0+_) and ensured that jruby-9.2.0.0+ (with support from jruby group) continues to work with ruby-processing, and its descendants.
23+
First degree was BSc hons Biochemistry from University of Surrey, I went on to specialize in xenobiotic metabolism (at first drugs, then industrial chemicals and pesticides). I later studied for a computer science degree with the Open University (BSc hons 2:1 but completed insufficient specific modules to be a named degree), course included some smalltalk but mainly java. Subsequently I dabbled a bit with C++, perl python, and even lisp, but got hooked on ruby, particulary ruby-processing. OS experience Windows-98 up to Windows-XP and mainly linux since 2004 (tried gentoo, fedora, even pardus) now using exclusively Archlinux and Mint (Debian). Since November 2012 I have been sole developer/maintainer of [ruby-processing] (_did update for processing-2.0_), and I have since developed JRubyArt and propane (_for processing-3.0+_) and ensured that jruby-9.2.0.0+ (with support from jruby group) continues to work with ruby-processing, and its descendants. More recently got RaspberryPI 3B+ and RaspberryPI 4 to let me check my PiCrate gem (processing in ruby on the PI).
2424

2525
Personally I can't understand why processing group spawned p5*js (javascript is just horrible), but I learned sufficient to develop atom packages [atom-k9] and [language-jruby-art][language] for JRubyArt / propane.
2626

0 commit comments

Comments
 (0)