Skip to content

Commit

Permalink
modified: CHANGELOG.md
Browse files Browse the repository at this point in the history
	modified:   jruby_art.gemspec
  • Loading branch information
monkstone committed Jun 14, 2016
1 parent 4e7248f commit c6e2378
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion jruby_art.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6e2378

Please sign in to comment.