Skip to content

Commit 2321865

Browse files
committed
2 parents 81704dd + a3997c2 commit 2321865

File tree

6 files changed

+9
-13
lines changed

6 files changed

+9
-13
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
**v1.2.5** Change gemspec description, trying to get people not to ignore changes to documentation?
3+
24
**v1.2.4** Update to jruby-9.1.5.0-complete.
35

46
**v1.2.3** Further refactored sketchwriter.rb. Update to jruby-9.1.4.0-complete.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
![Travis CI](https://travis-ci.org/ruby-processing/JRubyArt.svg)
55
Versions before JRubyArt-1.2.0, are unsupported, please update, preferably to latest version...
66

7-
_Note the only reason the current build is failing on travis is that 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)._
7+
_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)._
88

99
## Requirements
1010
A clean start for `jruby_art` that works best with the latest version of [processing-3.2.1](https://github.com/processing/processing/releases) and [jruby-9.1.5.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][].

jruby_art.gemspec

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,9 @@ Gem::Specification.new do |spec|
1111
spec.email = '[email protected]'
1212
spec.description = <<-EOS
1313
JRubyArt is a ruby wrapper for the processing art framework.
14-
Use both processing libraries and ruby gems in your sketches. Features
15-
create/run/watch/live modes. The "--watch" mode, provides a nice REPL-ish
16-
way to work on your processing sketches. Includes:-
17-
A "Control Panel" library, so that you can easily create sliders, buttons,
18-
checkboxes and drop-down menus, and hook them into your sketch's instance
19-
variables and hundreds of worked examples to get you started...
14+
Use both processing libraries and ruby gems in your sketches. Features
15+
create/run/watch/live modes. The "--watch" mode, provides a nice REPL-ish
16+
way to work on your processing sketches. NB: See homepage for documentation.
2017
EOS
2118
spec.summary = %q{Code as Art, Art as Code. Processing and Ruby are meant for each other.}
2219
spec.homepage = "https://ruby-processing.github.io/JRubyArt/"

lib/jruby_art/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22
# A wrapper for version
33
module JRubyArt
4-
VERSION = '1.2.4'.freeze
4+
VERSION = '1.2.5'.freeze
55
end

pom.rb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# encoding: utf-8
2-
# frozen_string_literal: false
3-
41
require 'fileutils'
52
project 'rp5extras', 'https://github.com/ruby-processing/JRubyArt' do
63

74
model_version '4.0.0'
8-
id 'ruby-processing:rp5extras', '1.2.4'
5+
id 'ruby-processing:rp5extras', '1.2.5'
96
packaging 'jar'
107

118
description 'rp5extras for JRubyArt'

pom.xml

Lines changed: 1 addition & 1 deletion
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.2.4</version>
14+
<version>1.2.5</version>
1515
<name>rp5extras</name>
1616
<description>rp5extras for JRubyArt</description>
1717
<url>https://github.com/ruby-processing/JRubyArt</url>

0 commit comments

Comments
 (0)