Skip to content

Commit

Permalink
more lining up of ducks for JRubyArt-1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
monkstone committed Jul 19, 2016
1 parent 9aaa329 commit 4ebdc18
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### version-0.4.0
Somewhat arbitarily require JRubyArt-1.2+, but idea is get everyone on same page

### version-0.3.1
Submit for travis build
### version-0.3
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
[![Gem Version](https://badge.fury.io/rb/geomerative.svg)](https://badge.fury.io/rb/geomerative)
![travis status](https://travis-ci.org/ruby-processing/geomerativegem.svg)

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.
Gem wrapper for [Ricard Marxer Geomerative library][] for processing-3.1.1+ and JRubyArt-1.2.0+
Create amazing stuff with fonts svg etc.

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

Expand Down
10 changes: 5 additions & 5 deletions geomerative.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ Gem::Specification.new do |spec|
EOS
spec.licenses = %w{Apache-2.0 AGPL-3.0}
spec.authors = %w{Ricard\ Marxer Martin\ Prout}
spec.email = '[email protected]'
spec.email = '[email protected]'
spec.homepage = 'http://ruby-processing.github.io/geomerativegem/'
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.files << 'lib/geomerative.jar'
spec.require_paths = ['lib']
spec.add_dependency 'jruby_art', '~> 1.1'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_dependency 'jruby_art', '~> 1.2'
spec.add_development_dependency 'rake', '~> 11.1'
# spec.add_development_dependency 'maven', '~> 3.3', '>= 3.3.3'
spec.platform = 'java'
spec.requirements << 'A decent graphics card'
spec.requirements << 'java runtime >= 1.8+'
spec.requirements << 'processing = 3.0.1+'
spec.requirements << 'jruby_art = 1.0+'
spec.requirements << 'processing = 3.1.1+'
spec.requirements << 'jruby_art = 1.2+'
end
2 changes: 1 addition & 1 deletion lib/geomerative/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Geomerative
VERSION = '0.3.3'
VERSION = '0.4.0'
end
2 changes: 1 addition & 1 deletion pom.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project 'geomerative' do

model_version '4.0.0'
id 'ruby-processing:geomerative:0.3.3'
id 'ruby-processing:geomerative:0.4.0'
packaging 'jar'

description 'geomerative-library for JRubyArt'
Expand Down

0 comments on commit 4ebdc18

Please sign in to comment.