File tree Expand file tree Collapse file tree 6 files changed +17
-20
lines changed Expand file tree Collapse file tree 6 files changed +17
-20
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ language: ruby
2
2
sudo : false
3
3
4
4
rvm :
5
- - jruby-9.1.12.0
5
+ - jruby-9.2.11.1
6
6
jdk :
7
7
- oraclejdk11
8
8
os :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2
2
3
3
if RUBY_PLATFORM == 'java'
4
4
require 'WordCram.jar'
5
- require 'jsoup-1.12 .1.jar'
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
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module WordCram
4
- VERSION = '2.0.5 ' . freeze
4
+ VERSION = '2.0.6 ' . freeze
5
5
end
Original file line number Diff line number Diff line change 28
28
'project.build.sourceEncoding' => 'utf-8' ,
29
29
'wordcram.basedir' => '${project.basedir}' )
30
30
31
- jar 'org.processing:core:3.3.5 '
32
- jar 'org.jsoup:jsoup:1.12 .1'
31
+ jar 'org.processing:core:4.0.0 '
32
+ jar 'org.jsoup:jsoup:1.13 .1'
33
33
34
34
overrides do
35
- plugin ( :jar ,
35
+ plugin ( :jar , '3.2.0' ,
36
36
'archive' => {
37
37
'manifestEntries' => {
38
- 'Built-By' => 'monkstone' ,
39
- 'Implementation-Title' => 'ruby_wordcram' ,
40
- 'Implementation-Version' => '2.0.5' ,
41
- 'Automatic-Module-Name' => 'ruby-processing.wordcram'
38
+ 'Automatic-Module-Name' => 'org.processing.core'
42
39
}
43
40
} )
44
41
plugin :resources , '2.6'
45
42
plugin :dependency , '2.10' do
46
43
execute_goals ( :id => 'default-cli' ,
47
44
'artifactItems' => [ { 'groupId' => 'org.jsoup' ,
48
45
'artifactId' => 'jsoup' ,
49
- 'version' => '1.12 .1' ,
46
+ 'version' => '1.13 .1' ,
50
47
'type' => 'jar' ,
51
48
'outputDirectory' => '${wordcram.basedir}/lib' } ] )
52
49
end
60
57
61
58
resource do
62
59
directory 'src'
63
- includes
64
60
excludes '**/*.java'
65
61
end
66
62
end
Original file line number Diff line number Diff line change @@ -49,12 +49,12 @@ DO NOT MODIFIY - GENERATED CODE
49
49
<dependency >
50
50
<groupId >org.processing</groupId >
51
51
<artifactId >core</artifactId >
52
- <version >3.3.5 </version >
52
+ <version >4.0.0 </version >
53
53
</dependency >
54
54
<dependency >
55
55
<groupId >org.jsoup</groupId >
56
56
<artifactId >jsoup</artifactId >
57
- <version >1.12 .1</version >
57
+ <version >1.13 .1</version >
58
58
</dependency >
59
59
</dependencies >
60
60
<build >
@@ -73,13 +73,11 @@ DO NOT MODIFIY - GENERATED CODE
73
73
<plugins >
74
74
<plugin >
75
75
<artifactId >maven-jar-plugin</artifactId >
76
+ <version >3.2.0</version >
76
77
<configuration >
77
78
<archive >
78
79
<manifestEntries >
79
- <Built-By >monkstone</Built-By >
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 >
80
+ <Automatic-Module-Name >org.processing.core</Automatic-Module-Name >
83
81
</manifestEntries >
84
82
</archive >
85
83
</configuration >
@@ -99,7 +97,7 @@ DO NOT MODIFIY - GENERATED CODE
99
97
<artifactItem >
100
98
<groupId >org.jsoup</groupId >
101
99
<artifactId >jsoup</artifactId >
102
- <version >1.12 .1</version >
100
+ <version >1.13 .1</version >
103
101
<type >jar</type >
104
102
<outputDirectory >${wordcram.basedir} /lib</outputDirectory >
105
103
</artifactItem >
You can’t perform that action at this time.
0 commit comments