We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a1f8c1 commit 30e0abbCopy full SHA for 30e0abb
.travis.yml
README.md
@@ -1,6 +1,6 @@
1
# Ruby Word Cram
2
3
-[](https://badge.fury.io/rb/ruby_wordcram) [](https://travis-ci.org/ruby-processing/WordCram)
+[](https://badge.fury.io/rb/ruby_wordcram)
4
5
A gem wrapper for the WordCram library
6
pom.rb
@@ -29,7 +29,7 @@
29
'wordcram.basedir' => '${project.basedir}'
30
)
31
32
- jar 'org.processing:core:3.3.7'
+ jar 'org.processing:core:4.0.0'
33
jar 'org.jsoup:jsoup:1.13.1'
34
35
overrides do
0 commit comments