Skip to content

Commit 4ebdc18

Browse files
committed
more lining up of ducks for JRubyArt-1.2
1 parent 9aaa329 commit 4ebdc18

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### version-0.4.0
2+
Somewhat arbitarily require JRubyArt-1.2+, but idea is get everyone on same page
3+
14
### version-0.3.1
25
Submit for travis build
36
### version-0.3

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
[![Gem Version](https://badge.fury.io/rb/geomerative.svg)](https://badge.fury.io/rb/geomerative)
44
![travis status](https://travis-ci.org/ruby-processing/geomerativegem.svg)
55

6-
Gem wrapper for [Ricard Marxer Geomerative library][] for processing-3.0 and JRubyArt, before JRubyArt-1.1 sketches needed the `--nojruby` flag to run (which is supposed not to work with gems see [README.md][] with examples). But this is no longer the case.
6+
Gem wrapper for [Ricard Marxer Geomerative library][] for processing-3.1.1+ and JRubyArt-1.2.0+
7+
Create amazing stuff with fonts svg etc.
78

89
Read more about using the gem on the linked [web pages].
910

geomerative.gemspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ Gem::Specification.new do |spec|
1515
EOS
1616
spec.licenses = %w{Apache-2.0 AGPL-3.0}
1717
spec.authors = %w{Ricard\ Marxer Martin\ Prout}
18-
spec.email = '[email protected]'
18+
spec.email = '[email protected]'
1919
spec.homepage = 'http://ruby-processing.github.io/geomerativegem/'
2020
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
2121
spec.files << 'lib/geomerative.jar'
2222
spec.require_paths = ['lib']
23-
spec.add_dependency 'jruby_art', '~> 1.1'
24-
spec.add_development_dependency 'rake', '~> 10.0'
23+
spec.add_dependency 'jruby_art', '~> 1.2'
24+
spec.add_development_dependency 'rake', '~> 11.1'
2525
# spec.add_development_dependency 'maven', '~> 3.3', '>= 3.3.3'
2626
spec.platform = 'java'
2727
spec.requirements << 'A decent graphics card'
2828
spec.requirements << 'java runtime >= 1.8+'
29-
spec.requirements << 'processing = 3.0.1+'
30-
spec.requirements << 'jruby_art = 1.0+'
29+
spec.requirements << 'processing = 3.1.1+'
30+
spec.requirements << 'jruby_art = 1.2+'
3131
end

lib/geomerative/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Geomerative
2-
VERSION = '0.3.3'
2+
VERSION = '0.4.0'
33
end

pom.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project 'geomerative' do
22

33
model_version '4.0.0'
4-
id 'ruby-processing:geomerative:0.3.3'
4+
id 'ruby-processing:geomerative:0.4.0'
55
packaging 'jar'
66

77
description 'geomerative-library for JRubyArt'

0 commit comments

Comments
 (0)