Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
monkstone committed Oct 6, 2017
1 parent 0471012 commit ae98870
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .mvn/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<extension>
<groupId>io.takari.polyglot</groupId>
<artifactId>polyglot-ruby</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
</extension>
</extensions>
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
**v2.0.2**
JRubyArt-1.4.2 and processing-3.5

**v2.0.1**
JRubyArt-1.3.3 and processing-3.4

**v2.0.0**
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

**v1.0.2** Bump for processing and jsoup updates add travis

**v1.0.1** Supports Placers, specifically ShapeBasedPlacer, and Observer (hence callbacks)
Expand Down
2 changes: 1 addition & 1 deletion lib/ruby_wordcram/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module WordCram
VERSION = '2.0.1'.freeze
VERSION = '2.0.2'.freeze
end
2 changes: 1 addition & 1 deletion ruby_wordcram.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.extra_rdoc_files = %w{README.md LICENSE}
spec.summary = %q{Updated and extended WordCram library for JRubyArt and propane}
spec.description =<<-EOS
WordCram library wrapped in a rubygem. Compiled and tested with JRubyArt-1.3.3 and processing-3.4
WordCram library wrapped in a rubygem. Compiled and tested with JRubyArt-1.4.2 and processing-3.5
EOS
spec.licenses = %w{Apache-2.0}
spec.authors = %w{Dan\ Bernier Jonathan\ Feinberg Martin\ Prout}
Expand Down

0 comments on commit ae98870

Please sign in to comment.