Skip to content

Commit dbfdd97

Browse files
committed
bump version elsewhere
1 parent 7debe49 commit dbfdd97

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: false
33
dist: trusty
44

55
rvm:
6-
- jruby-9.1.15.0
6+
- jruby-9.1.16.0
77
jdk:
88
- oraclejdk8
99
os:

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Versions before JRubyArt-1.2.0, are unsupported, please update, preferably to la
77
_Note the main reason for the current build to fail on travis is when the current version of [processing is not available from maven central][testing], it has only ever been available by third parties (I am eternally hopeful that one day processing.org will see the light), actually rvm with jruby as used by travis-ci is also pretty crap as judged by the build traces._
88

99
## Requirements
10-
A clean start for `jruby_art` that works best with the latest version of [processing-3.3.6](https://github.com/processing/processing/releases) and [jruby-9.1.15.0](http://jruby.org/download) see [wiki](https://github.com/ruby-processing/JRubyArt/wiki/Building-latest-gem) for building gem from this repo. Changes from processing-2.0 to [processing-3.0 here](https://github.com/processing/processing/wiki/Changes-in-3.0). Should work on same platforms as vanilla processing (windows, mac, linux) for Android see Yuki Morohoshi [rubuto-processing3][].
10+
A clean start for `jruby_art` that works best with the latest version of [processing-3.3.6](https://github.com/processing/processing/releases) and [jruby-9.1.16.0](http://jruby.org/download) see [wiki](https://github.com/ruby-processing/JRubyArt/wiki/Building-latest-gem) for building gem from this repo. Changes from processing-2.0 to [processing-3.0 here](https://github.com/processing/processing/wiki/Changes-in-3.0). Should work on same platforms as vanilla processing (windows, mac, linux) for Android see Yuki Morohoshi [rubuto-processing3][].
1111
## Requirements
1212

13-
A suitable version of ruby (MRI `ruby 2.4+` or `jruby-9.1.15.0`) to download gem.
13+
A suitable version of ruby (MRI `ruby 2.4+` or `jruby-9.1.16.0`) to download gem.
1414

1515
`processing-3.3.6`
1616

@@ -40,9 +40,9 @@ height: 600 # for static sketch only
4040
4141
```bash
4242
gem install jruby_art
43-
k9 --install # installs jruby-complete-9.1.15.0 and downloads and installs samples to ~/k9_samples
43+
k9 --install # installs jruby-complete-9.1.16.0 and downloads and installs samples to ~/k9_samples
4444
cd ~/k9_samples/contributed
45-
k9 --run jwishy.rb # if you have jruby-9.1.15.0 installed or config `JRUBY: false`
45+
k9 --run jwishy.rb # if you have jruby-9.1.16.0 installed or config `JRUBY: false`
4646
# to use jruby-complete set `JRUBY: false` in config
4747
```
4848
## Create sketches from built in templates

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
1111
<modelVersion>4.0.0</modelVersion>
1212
<groupId>ruby-processing</groupId>
1313
<artifactId>rp5extras</artifactId>
14-
<version>1.4.5</version>
14+
<version>1.4.6</version>
1515
<name>rp5extras</name>
1616
<description>rp5extras for JRubyArt</description>
1717
<url>https://github.com/ruby-processing/JRubyArt</url>
@@ -50,7 +50,7 @@ DO NOT MODIFIY - GENERATED CODE
5050
<dependency>
5151
<groupId>org.jruby</groupId>
5252
<artifactId>jruby</artifactId>
53-
<version>9.1.13.0</version>
53+
<version>9.1.16.0</version>
5454
<type>pom</type>
5555
</dependency>
5656
<dependency>

0 commit comments

Comments
 (0)