Skip to content

Commit b2edcff

Browse files
committed
bump jruby-complete
1 parent ac71b07 commit b2edcff

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 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.12.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.13.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.3+` or `jruby-9.1.12.0`) to download gem.
13+
A suitable version of ruby (MRI `ruby 2.3+` or `jruby-9.1.13.0`) to download gem.
1414

1515
`processing-3.3.6`
1616

vendors/Rakefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WARNING = <<-EOS.freeze
99
EOS
1010

1111

12-
JRUBYC_VERSION = '9.1.12.0'
12+
JRUBYC_VERSION = '9.1.13.0'
1313

1414
EXAMPLES = '2.4'
1515
HOME_DIR = ENV['HOME']
@@ -29,9 +29,7 @@ file "jruby-complete-#{JRUBYC_VERSION}.jar" do
2929
rescue
3030
warn(WARNING)
3131
end
32-
33-
check_sha256("jruby-complete-#{JRUBYC_VERSION}.jar", "f97a65d79aa57f01328783dd00f81568f70dbf26a3ed2a502d6a985224d0ac72")
34-
32+
check_sha256("jruby-complete-#{JRUBYC_VERSION}.jar", "96acc80d383e3268df6d1e4947367966729a9c130dfeb889e4e3af77e63a2433")
3533
end
3634

3735
directory "../lib/ruby"

0 commit comments

Comments
 (0)