Skip to content

Commit dacab3d

Browse files
committed
bump versions
1 parent ae98870 commit dacab3d

5 files changed

Lines changed: 10 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
**v2.0.3**
2+
JRubyArt-1.4.6 and processing-3.3.6
3+
14
**v2.0.2**
2-
JRubyArt-1.4.2 and processing-3.5
5+
JRubyArt-1.4.2 and processing-3.3.5
36

47
**v2.0.1**
5-
JRubyArt-1.3.3 and processing-3.4
8+
JRubyArt-1.3.3 and processing-3.3.4
69

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

docs/_posts/2017-03-07-getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ categories: wordcram update
77

88
### Requirements
99

10-
Requires JRubyArt-1.3.0+ (hence jruby-9.1.8.0+)
10+
Requires JRubyArt-1.4.6+ (hence jruby-9.1.16.0+)
1111

1212
### Install the ruby_wordcram gem
1313

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.2'.freeze
4+
VERSION = '2.0.3'.freeze
55
end

pom.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project 'Wordcram' do
22

33
model_version '4.0.0'
4-
id 'wordcram:WordCram:2.0.1'
4+
id 'wordcram:WordCram:2.0.3'
55
packaging 'jar'
66
description 'WordCram for JRubyArt and propane'
77
organization 'ruby-processing', 'https://ruby-processing.github.io'
@@ -30,7 +30,7 @@
3030
} )
3131
end
3232

33-
jar 'org.processing:core:3.3.5'
33+
jar 'org.processing:core:3.3.6'
3434
jar 'org.jsoup:jsoup:1.10.3'
3535

3636
build do

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.4.2 and processing-3.5
13+
WordCram library wrapped in a rubygem. Compiled and tested with JRubyArt-1.4.6 and processing-3.3.6
1414
EOS
1515
spec.licenses = %w{Apache-2.0}
1616
spec.authors = %w{Dan\ Bernier Jonathan\ Feinberg Martin\ Prout}

0 commit comments

Comments
 (0)