From a3140ebb1b9c2ce21bfb5e9bc0b6153b27acf4dd Mon Sep 17 00:00:00 2001 From: monkstone Date: Tue, 19 Jul 2016 07:43:46 +0100 Subject: [PATCH] lining up the ducks --- lib/jruby_art/version.rb | 2 +- pom.rb | 2 +- pom.xml | 2 +- test/k9_run_test.rb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/jruby_art/version.rb b/lib/jruby_art/version.rb index 4a19f952..f6fd8f29 100644 --- a/lib/jruby_art/version.rb +++ b/lib/jruby_art/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true # A wrapper for version module JRubyArt - VERSION = '1.2.0.pre'.freeze + VERSION = '1.2.1'.freeze end diff --git a/pom.rb b/pom.rb index c2d223a7..b8f144e6 100644 --- a/pom.rb +++ b/pom.rb @@ -5,7 +5,7 @@ project 'rp5extras', 'https://github.com/ruby-processing/JRubyArt' do model_version '4.0.0' - id 'ruby-processing:rp5extras', '1.2.0.pre' + id 'ruby-processing:rp5extras', '1.2.1' packaging 'jar' description 'rp5extras for JRubyArt' diff --git a/pom.xml b/pom.xml index 837b928f..433f114e 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE 4.0.0 ruby-processing rp5extras - 1.2.0.pre + 1.2.1 rp5extras rp5extras for JRubyArt https://github.com/ruby-processing/JRubyArt diff --git a/test/k9_run_test.rb b/test/k9_run_test.rb index 2a9bbea5..0b751b8e 100644 --- a/test/k9_run_test.rb +++ b/test/k9_run_test.rb @@ -25,7 +25,7 @@ def test_sketch_path end end end - assert_match('/home/sid/JRubyArt/test', out, 'Failed Sketch Path Sketch') + assert_match('/home/tux/JRubyArt/test', out, 'Failed Sketch Path Sketch') end def test_on_top