Skip to content

Commit ae98870

Browse files
committed
bump version
1 parent 0471012 commit ae98870

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.mvn/extensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<extension>
44
<groupId>io.takari.polyglot</groupId>
55
<artifactId>polyglot-ruby</artifactId>
6-
<version>0.2.0</version>
6+
<version>0.2.1</version>
77
</extension>
88
</extensions>

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
**v2.0.2**
2+
JRubyArt-1.4.2 and processing-3.5
3+
4+
**v2.0.1**
5+
JRubyArt-1.3.3 and processing-3.4
6+
7+
**v2.0.0**
8+
We now compile our own version of WordCram, which for this release is essentially the the same code as Dan Bernier (and Jonathan Feinberg cue.language), except we have dropped java-1.5 compatibility in favour of updating to JDK8. So where possible instead of using an anonymous class expression, we now use a lambda expression, and other jdk goodness. Future releases might actually include some jruby java code to compile. Update to use jsoup-1.10.2.jar
9+
110
**v1.0.2** Bump for processing and jsoup updates add travis
211

312
**v1.0.1** Supports Placers, specifically ShapeBasedPlacer, and Observer (hence callbacks)

lib/ruby_wordcram/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module WordCram
4-
VERSION = '2.0.1'.freeze
4+
VERSION = '2.0.2'.freeze
55
end

ruby_wordcram.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
1010
spec.extra_rdoc_files = %w{README.md LICENSE}
1111
spec.summary = %q{Updated and extended WordCram library for JRubyArt and propane}
1212
spec.description =<<-EOS
13-
WordCram library wrapped in a rubygem. Compiled and tested with JRubyArt-1.3.3 and processing-3.4
13+
WordCram library wrapped in a rubygem. Compiled and tested with JRubyArt-1.4.2 and processing-3.5
1414
EOS
1515
spec.licenses = %w{Apache-2.0}
1616
spec.authors = %w{Dan\ Bernier Jonathan\ Feinberg Martin\ Prout}

0 commit comments

Comments
 (0)