ruby_wordcram 2.0.5 → 2.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.travis.yml +1 -1
- data/CHANGELOG.md +4 -1
- data/Rakefile +1 -16
- data/lib/ruby_wordcram.rb +1 -1
- data/lib/ruby_wordcram/version.rb +1 -1
- data/pom.rb +15 -16
- data/pom.xml +15 -11
- data/ruby_wordcram.gemspec +2 -2
- metadata +4 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 74e3ab5e7ad6b83f1d10115656ffa3498736013372e794dcf1bf46e9565501f2
|
|
4
|
+
data.tar.gz: 247c74a5363978b52217e8f570033ed23adbcec8f082562a360db8c3cc2613ac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6562decf79d471e76a115ffccf3b06ffb5434ef59fcd3520d468813064718593b726ac268fc8729d74b98b8f9a954c0ff8d27e2d14c0288c80176ba19abf8f63
|
|
7
|
+
data.tar.gz: f31c908dee03e5d5338050079ebcf0d8b3fb81828df8d943c9e48f399019c639a102ddf9070f30780c774fefc395484f2c48fc629b822401d52b346b4c38fbf4
|
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
**v2.0.5**
|
|
2
|
-
Bump jsoup version for PiCrate-1.2.2+, JRubyArt-1.2.2+, propane-3.4.0+
|
|
2
|
+
Bump jsoup-1.13.1 version for PiCrate-1.2.2+, JRubyArt-1.2.2+, propane-3.4.0+
|
|
3
|
+
|
|
4
|
+
**v2.0.5**
|
|
5
|
+
Bump jsoup-1.12.1 version for PiCrate-1.2.2+, JRubyArt-1.2.2+, propane-3.4.0+
|
|
3
6
|
|
|
4
7
|
**v2.0.4**
|
|
5
8
|
JRubyArt-1.6.3 and processing-3.5.3
|
data/Rakefile
CHANGED
|
@@ -1,21 +1,6 @@
|
|
|
1
1
|
require_relative 'lib/ruby_wordcram/version'
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
title = 'Implementation-Title: WordCram for JRubyArt and propane)'
|
|
5
|
-
version = format('Implementation-Version: %s', WordCram::VERSION)
|
|
6
|
-
File.open('MANIFEST.MF', 'w') do |f|
|
|
7
|
-
f.puts(title)
|
|
8
|
-
f.puts(version)
|
|
9
|
-
f.puts('Class-Path: jsoup-1.12.1.jar')
|
|
10
|
-
end
|
|
11
|
-
end
|
|
12
|
-
|
|
13
|
-
task default: [:init, :compile, :install]
|
|
14
|
-
|
|
15
|
-
desc 'Create Manifest'
|
|
16
|
-
task :init do
|
|
17
|
-
create_manifest
|
|
18
|
-
end
|
|
3
|
+
task default: [:compile, :install, :gem]
|
|
19
4
|
|
|
20
5
|
desc 'Install'
|
|
21
6
|
task :install do
|
data/lib/ruby_wordcram.rb
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
if RUBY_PLATFORM == 'java'
|
|
4
4
|
require 'WordCram.jar'
|
|
5
|
-
require 'jsoup-1.
|
|
5
|
+
require 'jsoup-1.13.1.jar'
|
|
6
6
|
wc = %w[WordAngler WordColorer WordCram WordFonter WordPlacer WordSkipReason]
|
|
7
7
|
sh = %w[Colorers ImageShaper Observer Placers Word ShapeBasedPlacer]
|
|
8
8
|
WC = wc.concat(sh).freeze
|
data/pom.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
project 'Wordcram' do
|
|
2
2
|
|
|
3
3
|
model_version '4.0.0'
|
|
4
|
-
id 'wordcram:WordCram:2.0.
|
|
4
|
+
id 'wordcram:WordCram:2.0.6'
|
|
5
5
|
packaging 'jar'
|
|
6
6
|
|
|
7
7
|
description 'WordCram for JRubyArt and propane'
|
|
@@ -21,24 +21,24 @@ project 'Wordcram' do
|
|
|
21
21
|
roles 'developer'
|
|
22
22
|
end
|
|
23
23
|
|
|
24
|
-
properties( '
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
24
|
+
properties( 'source.directory' => 'src',
|
|
25
|
+
'polyglot.dump.pom' => 'pom.xml',
|
|
26
|
+
'project.build.sourceEncoding' => 'UTF-8',
|
|
27
|
+
'target.release' => '11',
|
|
28
|
+
'polyglot.dump.pom' => 'pom.xml',
|
|
29
|
+
'wordcram.basedir' => '${project.basedir}'
|
|
30
|
+
)
|
|
30
31
|
|
|
31
|
-
jar 'org.processing:core:
|
|
32
|
-
jar 'org.jsoup:jsoup:1.
|
|
32
|
+
jar 'org.processing:core:4.0.0'
|
|
33
|
+
jar 'org.jsoup:jsoup:1.13.1'
|
|
33
34
|
|
|
34
35
|
overrides do
|
|
35
|
-
plugin( :
|
|
36
|
+
plugin( :compiler, '3.8.1',
|
|
37
|
+
'release' => '${target.release}' )
|
|
38
|
+
plugin( :jar, '3.2.0',
|
|
36
39
|
'archive' => {
|
|
37
40
|
'manifestEntries' => {
|
|
38
|
-
'
|
|
39
|
-
'Implementation-Title' => 'ruby_wordcram',
|
|
40
|
-
'Implementation-Version' => '2.0.5',
|
|
41
|
-
'Automatic-Module-Name' => 'ruby-processing.wordcram'
|
|
41
|
+
'Automatic-Module-Name' => 'org.processing.core'
|
|
42
42
|
}
|
|
43
43
|
} )
|
|
44
44
|
plugin :resources, '2.6'
|
|
@@ -46,7 +46,7 @@ project 'Wordcram' do
|
|
|
46
46
|
execute_goals( :id => 'default-cli',
|
|
47
47
|
'artifactItems' => [ { 'groupId' => 'org.jsoup',
|
|
48
48
|
'artifactId' => 'jsoup',
|
|
49
|
-
'version' => '1.
|
|
49
|
+
'version' => '1.13.1',
|
|
50
50
|
'type' => 'jar',
|
|
51
51
|
'outputDirectory' => '${wordcram.basedir}/lib' } ] )
|
|
52
52
|
end
|
|
@@ -60,7 +60,6 @@ project 'Wordcram' do
|
|
|
60
60
|
|
|
61
61
|
resource do
|
|
62
62
|
directory 'src'
|
|
63
|
-
includes
|
|
64
63
|
excludes '**/*.java'
|
|
65
64
|
end
|
|
66
65
|
end
|
data/pom.xml
CHANGED
|
@@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
|
|
|
11
11
|
<modelVersion>4.0.0</modelVersion>
|
|
12
12
|
<groupId>wordcram</groupId>
|
|
13
13
|
<artifactId>WordCram</artifactId>
|
|
14
|
-
<version>2.0.
|
|
14
|
+
<version>2.0.6</version>
|
|
15
15
|
<name>Wordcram</name>
|
|
16
16
|
<description>WordCram for JRubyArt and propane</description>
|
|
17
17
|
<developers>
|
|
@@ -38,23 +38,22 @@ DO NOT MODIFIY - GENERATED CODE
|
|
|
38
38
|
</developer>
|
|
39
39
|
</developers>
|
|
40
40
|
<properties>
|
|
41
|
-
<maven.compiler.source>1.8</maven.compiler.source>
|
|
42
|
-
<maven.compiler.target>1.8</maven.compiler.target>
|
|
43
41
|
<polyglot.dump.pom>pom.xml</polyglot.dump.pom>
|
|
44
|
-
<project.build.sourceEncoding>
|
|
42
|
+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
45
43
|
<source.directory>src</source.directory>
|
|
44
|
+
<target.release>11</target.release>
|
|
46
45
|
<wordcram.basedir>${project.basedir}</wordcram.basedir>
|
|
47
46
|
</properties>
|
|
48
47
|
<dependencies>
|
|
49
48
|
<dependency>
|
|
50
49
|
<groupId>org.processing</groupId>
|
|
51
50
|
<artifactId>core</artifactId>
|
|
52
|
-
<version>
|
|
51
|
+
<version>4.0.0</version>
|
|
53
52
|
</dependency>
|
|
54
53
|
<dependency>
|
|
55
54
|
<groupId>org.jsoup</groupId>
|
|
56
55
|
<artifactId>jsoup</artifactId>
|
|
57
|
-
<version>1.
|
|
56
|
+
<version>1.13.1</version>
|
|
58
57
|
</dependency>
|
|
59
58
|
</dependencies>
|
|
60
59
|
<build>
|
|
@@ -71,15 +70,20 @@ DO NOT MODIFIY - GENERATED CODE
|
|
|
71
70
|
<finalName>WordCram</finalName>
|
|
72
71
|
<pluginManagement>
|
|
73
72
|
<plugins>
|
|
73
|
+
<plugin>
|
|
74
|
+
<artifactId>maven-compiler-plugin</artifactId>
|
|
75
|
+
<version>3.8.1</version>
|
|
76
|
+
<configuration>
|
|
77
|
+
<release>${target.release}</release>
|
|
78
|
+
</configuration>
|
|
79
|
+
</plugin>
|
|
74
80
|
<plugin>
|
|
75
81
|
<artifactId>maven-jar-plugin</artifactId>
|
|
82
|
+
<version>3.2.0</version>
|
|
76
83
|
<configuration>
|
|
77
84
|
<archive>
|
|
78
85
|
<manifestEntries>
|
|
79
|
-
<
|
|
80
|
-
<Implementation-Title>ruby_wordcram</Implementation-Title>
|
|
81
|
-
<Implementation-Version>2.0.5</Implementation-Version>
|
|
82
|
-
<Automatic-Module-Name>ruby-processing.wordcram</Automatic-Module-Name>
|
|
86
|
+
<Automatic-Module-Name>org.processing.core</Automatic-Module-Name>
|
|
83
87
|
</manifestEntries>
|
|
84
88
|
</archive>
|
|
85
89
|
</configuration>
|
|
@@ -99,7 +103,7 @@ DO NOT MODIFIY - GENERATED CODE
|
|
|
99
103
|
<artifactItem>
|
|
100
104
|
<groupId>org.jsoup</groupId>
|
|
101
105
|
<artifactId>jsoup</artifactId>
|
|
102
|
-
<version>1.
|
|
106
|
+
<version>1.13.1</version>
|
|
103
107
|
<type>jar</type>
|
|
104
108
|
<outputDirectory>${wordcram.basedir}/lib</outputDirectory>
|
|
105
109
|
</artifactItem>
|
data/ruby_wordcram.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.extra_rdoc_files = %w{README.md LICENSE}
|
|
10
10
|
spec.summary = %q{Updated and extended WordCram library for JRubyArt and propane}
|
|
11
11
|
spec.description =<<-EOS
|
|
12
|
-
WordCram library wrapped in a rubygem. Compiled and tested with JRubyArt-
|
|
12
|
+
WordCram library wrapped in a rubygem. Compiled and tested with JRubyArt-2.5.0
|
|
13
13
|
EOS
|
|
14
14
|
spec.licenses = %w{Apache-2.0}
|
|
15
15
|
spec.authors = %w{Dan\ Bernier Jonathan\ Feinberg Martin\ Prout}
|
|
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
|
|
|
17
17
|
spec.homepage = 'http://ruby-processing.github.io/WordCram/'
|
|
18
18
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
19
19
|
spec.files << 'lib/WordCram.jar'
|
|
20
|
-
spec.files << 'lib/jsoup-1.
|
|
20
|
+
spec.files << 'lib/jsoup-1.13.1.jar'
|
|
21
21
|
spec.require_paths = ['lib']
|
|
22
22
|
spec.add_development_dependency 'rake', '~> 12', '>= 12.0'
|
|
23
23
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby_wordcram
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dan Bernier
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date:
|
|
13
|
+
date: 2020-06-09 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rake
|
|
@@ -32,8 +32,7 @@ dependencies:
|
|
|
32
32
|
- - "~>"
|
|
33
33
|
- !ruby/object:Gem::Version
|
|
34
34
|
version: '12'
|
|
35
|
-
description: " WordCram library wrapped in a rubygem. Compiled and tested with JRubyArt-
|
|
36
|
-
and processing-3.5.3\n"
|
|
35
|
+
description: " WordCram library wrapped in a rubygem. Compiled and tested with JRubyArt-2.5.0\n"
|
|
37
36
|
email: mamba2928@yahoo.co.uk
|
|
38
37
|
executables: []
|
|
39
38
|
extensions: []
|
|
@@ -76,7 +75,7 @@ files:
|
|
|
76
75
|
- example/data/MINYN___.TTF
|
|
77
76
|
- example/test.rb
|
|
78
77
|
- lib/WordCram.jar
|
|
79
|
-
- lib/jsoup-1.
|
|
78
|
+
- lib/jsoup-1.13.1.jar
|
|
80
79
|
- lib/ruby_wordcram.rb
|
|
81
80
|
- lib/ruby_wordcram/version.rb
|
|
82
81
|
- mvnw
|