Skip to content

Commit 267ab59

Browse files
committed
Update README
1 parent deabc7a commit 267ab59

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**v4.0.0** Require use of jdk17 update to min JRuby-3.2.0.0
1+
**v4.0.0** Requires use of jdk17 update to min JRuby-3.2.0.0, deprecates cross product for Vec2D in favor of wedge product.
22

33
**v3.11.0** Suggest use of JRuby-9.3.1.0+, some refactoring of GfxRender and ShapeRender. Change `declared_field` to field possible since JRuby-9.3.0.0, required since JRuby-9.3.1.0
44

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ rake javadoc
2525

2626
```bash
2727
jgem install propane # from rubygems
28-
jgem install propane-3.11.0-java.gem # local install
28+
jgem install propane-4.0.0-java.gem # local install
2929
# Alternative
3030
jruby -S gem install propane # from rubygems
31-
jruby -S gem install propane-3.11.0-java.gem # local install
31+
jruby -S gem install propane-4.0.0-java.gem # local install
3232
```
3333

3434
## Check Install

propane.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
1313
gem.description = <<-EOS
1414
A batteries included version of processing in ruby targetting jdk11+.
1515
EOS
16-
gem.summary = 'ruby implementation of processing-4.0 on MacOS, linux and windows (64bit only)'
16+
gem.summary = 'ruby implementation of processing-4.0 on linux and windows (64bit only), might work MacOS, needs testing'
1717
gem.homepage = 'https://ruby-processing.github.io/propane/'
1818
gem.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
1919
gem.files << "lib/propane-#{Propane::VERSION}.jar"

0 commit comments

Comments
 (0)