Skip to content

Commit 16f710c

Browse files
committed
AppRender has been replaced by GfxRender (matches JRubyArt, propane)
1 parent 13c5a6a commit 16f710c

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

docs/_methods/noise_modes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ title: "Noise Modes"
88
There are two noise modes available in PiCrate, both base on KdotJPG java noise.
99
The default noise uses the FastNoise module, the SmoothNoise module can be used using the module name as a prefix see example below.
1010

11-
1211
### Examples ###
1312

1413
```ruby

docs/_posts/2018-05-06-install_jruby.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Get the latest version from [http://jruby.org/download][download]
1414

1515
```bash
1616
cd /opt
17-
sudo tar xzvf /pathToDownload/jruby-bin-9.2.19.0.tar.gz
17+
sudo tar xzvf /pathToDownload/jruby-bin-9.3.0.0.tar.gz
1818
```
1919

2020
Then use the excellent `update-alternatives` tool to provide symbolic links to `jruby`, `jgem`, `jirb` and `rake` especially if you haven't installed `mri` ruby.
@@ -31,16 +31,16 @@ You should prefer to install gems locally (no need for sudo). To do that it is c
3131
```bash
3232
alias jpry="jruby -e \"require 'pry'; binding.pry\""
3333
# export JAVA_HOME="/opt/jdk1.8.0_151" # if using oracle java openjdk-8 is fine though
34-
export GEM_HOME="$HOME/.gem/ruby/2.5.0"
35-
export GEM_PATH="$HOME/tux/.gem/ruby/2.5.0"
34+
export GEM_HOME="$HOME/.gem/ruby/2.6.0"
35+
export GEM_PATH="$HOME/tux/.gem/ruby/2.6.0"
3636
export PATH="${PATH}:${GEM_PATH}/bin"
3737
```
3838

3939
### Automated install using bash ###
4040

41-
The [picrate2_install.sh][bash] script currently installs jruby-9.2.19.0 and picrate-2.4.2.
41+
The [picrate2_install.sh][bash] script currently installs jruby-9.3.0.0 and picrate-2.5.0.
4242

4343
If you know better please post on wiki
4444

45-
[download]:"https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.2.19.0/jruby-dist-9.2.19.0-bin.tar.gz"
45+
[download]:"https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.0.0/jruby-dist-9.3.0.0-bin.tar.gz"
4646
[bash]:https://gist.github.com/monkstone/6ae9840d7b7008c177b4a9f589d14ec6

0 commit comments

Comments
 (0)