Skip to content

Commit b178dbe

Browse files
committed
update samples
1 parent c4a9a53 commit b178dbe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A suitable version of ruby (MRI ruby > 2.3 or `jruby-9.1.6.0+`) to download gem.
1414

1515
`processing-3.2.3`
1616

17-
`jdk1.8.0_102+` can be openjdk with OpenJFX _a separate download works on ArchLinux_, currently FX2D is experimental is expected to replace JAVA2D in the near future see changes above...
17+
`jdk1.8.0_111+` can be openjdk with OpenJFX _a separate download works on ArchLinux_, currently FX2D is experimental is expected to replace JAVA2D in the near future see changes above...
1818

1919
### recommended installs (JRubyArt is currently hard-coded to expect them)
2020

@@ -38,9 +38,9 @@ template: bare
3838
3939
```bash
4040
gem install jruby_art
41-
k9 --install # installs jruby-complete-9.1.5.0 and downloads and installs samples to ~/k9_samples
41+
k9 --install # installs jruby-complete-9.1.6.0 and downloads and installs samples to ~/k9_samples
4242
cd ~/k9_samples/contributed
43-
k9 --run jwishy.rb # if you have jruby-9.1.5.0 installed or config `JRUBY: false`
43+
k9 --run jwishy.rb # if you have jruby-9.1.6.0 installed or config `JRUBY: false`
4444
# to use jruby-complete set `JRUBY: false` in config
4545
```
4646
## Create sketches from built in templates

vendors/Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WARNING = <<-EOS.freeze
99
EOS
1010

1111
JRUBYC_VERSION = '9.1.6.0'
12-
EXAMPLES = '1.6'
12+
EXAMPLES = '1.7'
1313
HOME_DIR = ENV['HOME']
1414
MAC_OR_LINUX = /linux|mac|darwin/ =~ RbConfig::CONFIG['host_os']
1515

0 commit comments

Comments
 (0)