File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
spec . author = 'Martin Prout'
12
12
spec . email = 'mamba2928@yahoo.co.uk'
13
13
spec . description = <<-DESCRIPTION
14
- JRubyArt-2.4 .0+ is a ruby implementation of the processing art framework, with enhanced
14
+ JRubyArt-2.5 .0+ is a ruby implementation of the processing art framework, with enhanced
15
15
functionality. Processing libraries and ruby gems can be used in your sketches.
16
16
Features create/run/watch/live modes.
17
17
DESCRIPTION
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ SOUND = 'sound.zip'
16
16
SOUND_VERSION = 'v2.2.3'
17
17
VIDEO = 'video.zip'
18
18
VIDEO_VERSION = 'v2.0'
19
- EXAMPLES = '4.0 '
19
+ EXAMPLES = '4.1 '
20
20
HOME_DIR = ENV [ 'HOME' ]
21
21
MAC_OR_LINUX = /linux|mac|darwin/ . match? ( RbConfig ::CONFIG [ 'host_os' ] )
22
22
DOWNLOAD = 'releases/download/latest'
You can’t perform that action at this time.
0 commit comments