File tree Expand file tree Collapse file tree 5 files changed +8
-6
lines changed
Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11
2+ ** v0.9.1** Make it easier to load PerlinNoise and SimplexNoise
3+
24** v0.9.0** Updated maven artifacts, somewhat arbitarily require JRubyArt-1.2+
35
46** v0.8.0** Use ` data_path `
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22module Toxiclibs
3- VERSION = '0.9.0 ' . freeze
3+ VERSION = '0.9.1 ' . freeze
44end
Original file line number Diff line number Diff line change 11project 'toxiclibs' do
22
33 model_version '4.0.0'
4- id 'ruby-processing:toxiclibs:0.9.0 '
4+ id 'ruby-processing:toxiclibs:0.9.1 '
55 packaging 'jar'
66
77 description 'toxiclibs-library for JRubyArt'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
1111 <modelVersion >4.0.0</modelVersion >
1212 <groupId >ruby-processing</groupId >
1313 <artifactId >toxiclibs</artifactId >
14- <version >0.9.0 </version >
14+ <version >0.9.1 </version >
1515 <name >toxiclibs</name >
1616 <description >toxiclibs-library for JRubyArt</description >
1717 <organization >
@@ -63,7 +63,7 @@ DO NOT MODIFIY - GENERATED CODE
6363 <dependency >
6464 <groupId >org.processing</groupId >
6565 <artifactId >core</artifactId >
66- <version >3.1 .1</version >
66+ <version >3.2 .1</version >
6767 </dependency >
6868 </dependencies >
6969 <build >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
1010 spec . extra_rdoc_files = %w{ README.md LICENSE.md }
1111 spec . summary = %q{Updated and extended toxiclibs libraries for JRubyArt}
1212 spec . description = <<-EOS
13- Toxiclibs java libraries wrapped in a rubygem. Compiled and tested with JRubyArt-1.2.0 and processing-3.1 .1
13+ Toxiclibs java libraries wrapped in a rubygem. Compiled and tested with JRubyArt-1.2.5 and processing-3.2 .1
1414 EOS
1515 spec . licenses = %w{ MIT LGPL-3.0 }
1616 spec . authors = %w{ Karsten\ Schmidt Martin\ Prout }
@@ -22,5 +22,5 @@ Gem::Specification.new do |spec|
2222 spec . files << 'lib/joal-2.3.1.jar'
2323 spec . require_paths = [ 'lib' ]
2424 spec . add_dependency 'jruby_art' , '~> 1.2'
25- spec . add_development_dependency 'rake' , '~> 11.1 ' , '>= 11.1.1 '
25+ spec . add_development_dependency 'rake' , '~> 11.2 ' , '>= 11.2.2 '
2626end
You can’t perform that action at this time.
0 commit comments