File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,6 @@ Gem::Specification.new do |spec|
29
29
spec . add_development_dependency 'rake' , '~> 12'
30
30
spec . add_development_dependency 'minitest' , '~> 5.10'
31
31
spec . requirements << 'A decent graphics card'
32
- spec . requirements << 'java runtime >= 1.8.0_121 +'
33
- spec . requirements << 'processing = 3.3.3 '
32
+ spec . requirements << 'java runtime >= 1.8.0_131 +'
33
+ spec . requirements << 'processing = 3.3.4 '
34
34
end
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
# A wrapper for version
3
3
module JRubyArt
4
- VERSION = '1.3.3 ' . freeze
4
+ VERSION = '1.3.2 ' . freeze
5
5
end
Original file line number Diff line number Diff line change 2
2
project 'rp5extras' , 'https://github.com/ruby-processing/JRubyArt' do
3
3
4
4
model_version '4.0.0'
5
- id 'ruby-processing:rp5extras' , '1.3.3 '
5
+ id 'ruby-processing:rp5extras' , '1.3.2 '
6
6
packaging 'jar'
7
7
8
8
description 'rp5extras for JRubyArt'
32
32
'jruby.api' => 'http://jruby.org/apidocs/'
33
33
)
34
34
35
- pom 'org.jruby:jruby:9.1.8 .0'
36
- jar 'org.processing:core:3.3.3 '
35
+ pom 'org.jruby:jruby:9.1.10 .0'
36
+ jar 'org.processing:core:3.3.4 '
37
37
jar 'org.processing:video:3.0.2'
38
38
plugin_management do
39
39
plugin :resources , '2.6'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
11
11
<modelVersion >4.0.0</modelVersion >
12
12
<groupId >ruby-processing</groupId >
13
13
<artifactId >rp5extras</artifactId >
14
- <version >1.3.3 </version >
14
+ <version >1.3.2 </version >
15
15
<name >rp5extras</name >
16
16
<description >rp5extras for JRubyArt</description >
17
17
<url >https://github.com/ruby-processing/JRubyArt</url >
@@ -50,13 +50,13 @@ DO NOT MODIFIY - GENERATED CODE
50
50
<dependency >
51
51
<groupId >org.jruby</groupId >
52
52
<artifactId >jruby</artifactId >
53
- <version >9.1.8 .0</version >
53
+ <version >9.1.10 .0</version >
54
54
<type >pom</type >
55
55
</dependency >
56
56
<dependency >
57
57
<groupId >org.processing</groupId >
58
58
<artifactId >core</artifactId >
59
- <version >3.3.3 </version >
59
+ <version >3.3.4 </version >
60
60
</dependency >
61
61
<dependency >
62
62
<groupId >org.processing</groupId >
You can’t perform that action at this time.
0 commit comments