Skip to content

Commit

Permalink
get ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
monkstone committed Oct 10, 2017
1 parent 6395c4a commit 5d4b1f6
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 9 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
**v1.4.2** Possible fix for windows `library_loader`
**v1.4.3** Features example sketches using the PixelFlow library by Thomas Diewald

**v1.4.2** Fix for windows `library_loader` thanks to Thomas Diewald

**v1.4.1** Update to processing-3.3.6, and jruby-complete-9.1.13.0.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ k9 --live sketch.rb # pry is bound to $app # needs `jruby -S gem install pry`
```
## Example sketches

[Worked Examples](https://github.com/ruby-processing/JRubyArt-examples) more to follow, feel free to add your own, especially ruby-2.2+ syntax now we can. These can now be downloaded using `k9 --install` please move existing `k9_samples` if you wish to keep them.
[Worked Examples](https://github.com/ruby-processing/JRubyArt-examples) more to follow, feel free to add your own, especially ruby-2.2+ syntax now we can. These can now be downloaded using `k9 --install` please move existing `k9_samples` if you wish to keep them. The current release features several PixelFlow glsl library examples, including a few shadertoy demos as sketches.

## Conversion Tool

Expand Down
3 changes: 2 additions & 1 deletion jruby_art.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Gem::Specification.new do |spec|
spec.description = <<-EOS
JRubyArt is a ruby wrapper for the processing art framework, with enhanced
functionality. Use both processing libraries and ruby gems in your sketches.
Features create/run/watch/live modes.
Features create/run/watch/live modes. The current release features several
PixelFlow glsl library examples, including a few shadertoy demos as sketches.
EOS
spec.summary = %q{Code as Art, Art as Code. Processing and Ruby are meant for each other.}
spec.homepage = "https://ruby-processing.github.io/JRubyArt/"
Expand Down
2 changes: 1 addition & 1 deletion lib/jruby_art/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
# A wrapper for version
module JRubyArt
VERSION = '1.4.2'.freeze
VERSION = '1.4.3'.freeze
end
4 changes: 2 additions & 2 deletions pom.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
project 'rp5extras', 'https://github.com/ruby-processing/JRubyArt' do

model_version '4.0.0'
id 'ruby-processing:rp5extras', '1.4.2'
id 'ruby-processing:rp5extras', '1.4.3'
packaging 'jar'

description 'rp5extras for JRubyArt'
Expand Down Expand Up @@ -32,7 +32,7 @@
'jruby.api' => 'http://jruby.org/apidocs/'
)

pom 'org.jruby:jruby:9.1.12.0'
pom 'org.jruby:jruby:9.1.13.0'
jar 'org.processing:core:3.3.6'
jar 'org.processing:video:3.0.2'
plugin_management do
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
<modelVersion>4.0.0</modelVersion>
<groupId>ruby-processing</groupId>
<artifactId>rp5extras</artifactId>
<version>1.4.2</version>
<version>1.4.3</version>
<name>rp5extras</name>
<description>rp5extras for JRubyArt</description>
<url>https://github.com/ruby-processing/JRubyArt</url>
Expand Down Expand Up @@ -50,7 +50,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby</artifactId>
<version>9.1.12.0</version>
<version>9.1.13.0</version>
<type>pom</type>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion vendors/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ EOS

JRUBYC_VERSION = '9.1.13.0'

EXAMPLES = '2.4'
EXAMPLES = '2.5'
HOME_DIR = ENV['HOME']
MAC_OR_LINUX = /linux|mac|darwin/ =~ RbConfig::CONFIG['host_os']

Expand Down

0 comments on commit 5d4b1f6

Please sign in to comment.