Skip to content

Commit 89ee7ec

Browse files
committed
bump again
1 parent 9c306d5 commit 89ee7ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_building/building.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Building ruby-processing projects"
44
---
55
### Tools of the Trade ###
66

7-
You will need to install jdk8, maven (apache-maven-3.5), jruby-9.1.8.0+, have access to processing-3.3.1 jars. Note we prefer a local install of [minitest][minitest] for testing.
7+
You will need to install jdk8, maven (apache-maven-3.5), jruby-9.1.8.0+, have access to processing-3.3.2 jars. Note we prefer a local install of [minitest][minitest] for testing.
88

99
### How to build ruby-processing projects ###
1010
Install the processing core jar in your local [maven repository][local], unfortunately you will need to do this until the processing guys (mainly Ben Fry) see the light and convert vanilla processing to use a maven build. Do this for any other jars you require that are not available from maven central.

_projects/projects.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ keywords: projects, propane, JRubyArt, toxicgem, atom-k9, language-jruby-art, pb
66

77
### JRubyArt ###
88

9-
The natural successor to ruby-processing, for processing-3.3.1 and jruby-9.1.8.0, requires vanilla processing install. Executable `k9`. Can work without jruby install (using jruby-complete.jar). Features a --watch (-w) mode, where sketch will reload on saved changes. Supports `bare` sketches (like vanilla processing)
9+
The natural successor to ruby-processing, for processing-3.3.2 and jruby-9.1.8.0, requires vanilla processing install. Executable `k9`. Can work without jruby install (using jruby-complete.jar). Features a --watch (-w) mode, where sketch will reload on saved changes. Supports `bare` sketches (like vanilla processing)
1010

1111
### propane ###
1212

13-
An alternative ruby-processing implementation, for processing-3.3.1 and jruby-9.1.8.0, does not require vanilla processing install, does require jruby install. Executable `jruby`. Should be be easier to convert into an exportable app, no reliance on vanilla processing install. Only supports class wrapped sketches.
13+
An alternative ruby-processing implementation, for processing-3.3.2 and jruby-9.1.8.0, does not require vanilla processing install, does require jruby install. Executable `jruby`. Should be be easier to convert into an exportable app, no reliance on vanilla processing install. Only supports class wrapped sketches.
1414

1515
### pbox2d ###
1616

0 commit comments

Comments
 (0)