File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
12
12
spec . description = <<-EOS
13
13
JRubyArt is a ruby wrapper for the processing art framework.
14
- This version supports processing-3.1.1, and uses jruby-9.1.1 .0 as the glue
14
+ This version supports processing-3.1.1, and uses jruby-9.1.2 .0 as the glue
15
15
between ruby and java. You can use both processing libraries and ruby gems
16
16
in your sketches. Features create/run/watch/live modes. The "watch" mode,
17
17
provides a nice REPL-ish way to work on your processing sketches. Includes:-
@@ -34,6 +34,6 @@ Gem::Specification.new do |spec|
34
34
spec . add_development_dependency 'rake' , '~> 11.1'
35
35
spec . add_development_dependency 'minitest' , '~> 5.8'
36
36
spec . requirements << 'A decent graphics card'
37
- spec . requirements << 'java runtime >= 1.8.0_77 +'
38
- spec . requirements << 'processing = 3.0.2 +'
37
+ spec . requirements << 'java runtime >= 1.8.0_92 +'
38
+ spec . requirements << 'processing = 3.1.0 +'
39
39
end
Original file line number Diff line number Diff line change 5
5
project 'rp5extras' , 'https://github.com/ruby-processing/JRubyArt' do
6
6
7
7
model_version '4.0.0'
8
- id 'ruby-processing:rp5extras' , '1.1.0 '
8
+ id 'ruby-processing:rp5extras' , '1.1.1 '
9
9
packaging 'jar'
10
10
11
11
description 'rp5extras for JRubyArt'
35
35
'jruby.api' => 'http://jruby.org/apidocs/'
36
36
)
37
37
38
- pom 'org.jruby:jruby:9.1.1 .0'
38
+ pom 'org.jruby:jruby:9.1.2 .0'
39
39
jar 'org.processing:core:3.1'
40
40
jar 'org.processing:video:3.0.2'
41
41
plugin_management do
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.1.0 </version >
14
+ <version >1.1.1 </version >
15
15
<name >rp5extras</name >
16
16
<description >rp5extras for JRubyArt</description >
17
17
<url >https://github.com/ruby-processing/JRubyArt</url >
@@ -50,7 +50,7 @@ DO NOT MODIFIY - GENERATED CODE
50
50
<dependency >
51
51
<groupId >org.jruby</groupId >
52
52
<artifactId >jruby</artifactId >
53
- <version >9.1.1 .0</version >
53
+ <version >9.1.2 .0</version >
54
54
<type >pom</type >
55
55
</dependency >
56
56
<dependency >
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ WARNING = <<-EOS
8
8
9
9
EOS
10
10
11
- JRUBYC_VERSION = '9.1.1 .0'
12
- EXAMPLES = '1.0 '
11
+ JRUBYC_VERSION = '9.1.2 .0'
12
+ EXAMPLES = '1.1 '
13
13
HOME_DIR = ENV [ 'HOME' ]
14
14
MAC_OR_LINUX = /linux|mac|darwin/ =~ RbConfig ::CONFIG [ 'host_os' ]
15
15
@@ -27,7 +27,7 @@ file "jruby-complete-#{JRUBYC_VERSION}.jar" do
27
27
rescue
28
28
warn ( WARNING )
29
29
end
30
- check_sha256 ( "jruby-complete-#{ JRUBYC_VERSION } .jar" , "659a2b120a02e8df55dddf3836e34023c80313a1c08b159ba3882f7d25ff8ef2 " )
30
+ check_sha256 ( "jruby-complete-#{ JRUBYC_VERSION } .jar" , "b9a6838ff7bbb0b3eda4eeba26017329572bc2fa014008a069b3848482275283 " )
31
31
end
32
32
33
33
directory "../lib/ruby"
You can’t perform that action at this time.
0 commit comments