File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ ** v1.0.1** Supports Placers, specifically ShapeBasedPlacer
2+
3+ ** v1.0.0** First release depends on WordCram-1.0 to supply jars
Original file line number Diff line number Diff line change 33 require 'WordCram.jar'
44 require 'jsoup-1.7.2.jar'
55 require 'cue.language.jar'
6- %w( Colorers Word WordAngler WordColorer WordCram WordFonter WordPlacer ) . each do |klass |
6+ wc = %w( WordAngler WordColorer WordCram WordFonter WordPlacer WordSkipReason )
7+ sh = %w( Colorers ImageShaper Placers Word ShapeBasedPlacer )
8+ WC = wc . concat ( sh ) . freeze
9+ WC . each do |klass |
710 java_import "wordcram.#{ klass } "
811 end
912end
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22module WordCram
3- VERSION = '1.0.0 ' . freeze
3+ VERSION = '1.0.1 ' . freeze
44end
You can’t perform that action at this time.
0 commit comments