From c6e2378676802d9af50d7f47e66a6d80583ed471 Mon Sep 17 00:00:00 2001 From: monkstone Date: Tue, 14 Jun 2016 11:38:17 +0100 Subject: [PATCH] modified: CHANGELOG.md modified: jruby_art.gemspec --- CHANGELOG.md | 2 +- jruby_art.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1af40930..b1270cd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -**v1.1.2** Refactor `runner.rb` to `runner.rb`, `args.rb` and `installer.rb`. The `Installer` classes have the role of installing `jruby-complete`, the examples and providing `setup check` functionality. Refactored and improved default `config.yml` tool, all should make it easier for `collaborators/successors` to follow the code. Refactored `Vec2D` and `Vec3D` `==` and `eql?` methods. New `chooser` library makes it possible to use `selectInput` reflection method. +**v1.1.2** Refactor `runner.rb` to `runner.rb`, `args.rb` and `installer.rb`. The `Installer` classes have the role of installing `jruby-complete`, the examples and providing `setup check` functionality. Refactored and improved default `config.yml` tool, all should make it easier for `collaborators/successors` to follow the code. Refactored `Vec2D` and `Vec3D` `==` and `eql?` methods. New `chooser` library makes it possible to use `select_input` reflection method. **v1.1.1** Even more `data_path` fixes in examples, update to jruby-complete-9.1.2.0 diff --git a/jruby_art.gemspec b/jruby_art.gemspec index 0b01bf52..5ce85e7f 100644 --- a/jruby_art.gemspec +++ b/jruby_art.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |spec| spec.name = 'jruby_art' spec.version = JRubyArt::VERSION spec.authors = %w(Jeremy\ Ashkenas Guillaume\ Pierronnet Martin\ Prout) - spec.email = 'martin_p@lineone.net' + spec.email = 'mamba2928@yahoo.co.uk' spec.description = <<-EOS JRubyArt is a ruby wrapper for the processing art framework. This version supports processing-3.1.1, and uses jruby-9.1.2.0 as the glue