ruby_wordcram 2.0.3 → 2.0.4
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/.mvn/extensions.xml +1 -1
- data/CHANGELOG.md +3 -0
- data/lib/ruby_wordcram/version.rb +1 -1
- data/pom.rb +1 -1
- data/pom.xml +5 -5
- data/ruby_wordcram.gemspec +1 -2
- metadata +11 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2e766b311eb43ae18d909ffef8776f654bc9f55a8593be84899f8d2ac007f18f
|
4
|
+
data.tar.gz: a031afbb735326763639113ee7d803bb29fdbe8dad80e85db92c979d784eefb8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b1aa46543631f143fb5ab055b942640398a5879214de7a504e789181dcc4bb32feb2ba86c56255fd569c2abac350e397f4a4b5c8c1aad4ae79286aace24b924e
|
7
|
+
data.tar.gz: 5540f19ce511bdf1b9a8979f2206cdd9786f634348efd0238f89d1d230be423c41e221c6d96be279dede04ae1e272b96feaab9335e6f20c2a5ca6b326dca9c16
|
data/.mvn/extensions.xml
CHANGED
data/CHANGELOG.md
CHANGED
data/pom.rb
CHANGED
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.4</version>
|
15
15
|
<name>Wordcram</name>
|
16
16
|
<description>WordCram for JRubyArt and propane</description>
|
17
17
|
<organization>
|
@@ -42,12 +42,12 @@ DO NOT MODIFIY - GENERATED CODE
|
|
42
42
|
</developer>
|
43
43
|
</developers>
|
44
44
|
<properties>
|
45
|
-
<source.directory>src</source.directory>
|
46
|
-
<wordcram.basedir>${project.basedir}</wordcram.basedir>
|
47
|
-
<polyglot.dump.pom>pom.xml</polyglot.dump.pom>
|
48
|
-
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
|
49
45
|
<maven.compiler.source>1.8</maven.compiler.source>
|
50
46
|
<maven.compiler.target>1.8</maven.compiler.target>
|
47
|
+
<polyglot.dump.pom>pom.xml</polyglot.dump.pom>
|
48
|
+
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
|
49
|
+
<source.directory>src</source.directory>
|
50
|
+
<wordcram.basedir>${project.basedir}</wordcram.basedir>
|
51
51
|
</properties>
|
52
52
|
<dependencies>
|
53
53
|
<dependency>
|
data/ruby_wordcram.gemspec
CHANGED
@@ -6,11 +6,10 @@ require 'ruby_wordcram/version'
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = 'ruby_wordcram'
|
8
8
|
spec.version = WordCram::VERSION
|
9
|
-
spec.has_rdoc = true
|
10
9
|
spec.extra_rdoc_files = %w{README.md LICENSE}
|
11
10
|
spec.summary = %q{Updated and extended WordCram library for JRubyArt and propane}
|
12
11
|
spec.description =<<-EOS
|
13
|
-
WordCram library wrapped in a rubygem. Compiled and tested with JRubyArt-1.
|
12
|
+
WordCram library wrapped in a rubygem. Compiled and tested with JRubyArt-1.6.3 and processing-3.5.3
|
14
13
|
EOS
|
15
14
|
spec.licenses = %w{Apache-2.0}
|
16
15
|
spec.authors = %w{Dan\ Bernier Jonathan\ Feinberg Martin\ Prout}
|
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.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dan Bernier
|
@@ -10,30 +10,30 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
13
|
+
date: 2019-03-25 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rake
|
17
17
|
requirement: !ruby/object:Gem::Requirement
|
18
18
|
requirements:
|
19
|
-
- - "~>"
|
20
|
-
- !ruby/object:Gem::Version
|
21
|
-
version: '12'
|
22
19
|
- - ">="
|
23
20
|
- !ruby/object:Gem::Version
|
24
21
|
version: '12.0'
|
22
|
+
- - "~>"
|
23
|
+
- !ruby/object:Gem::Version
|
24
|
+
version: '12'
|
25
25
|
type: :development
|
26
26
|
prerelease: false
|
27
27
|
version_requirements: !ruby/object:Gem::Requirement
|
28
28
|
requirements:
|
29
|
-
- - "~>"
|
30
|
-
- !ruby/object:Gem::Version
|
31
|
-
version: '12'
|
32
29
|
- - ">="
|
33
30
|
- !ruby/object:Gem::Version
|
34
31
|
version: '12.0'
|
35
|
-
|
36
|
-
|
32
|
+
- - "~>"
|
33
|
+
- !ruby/object:Gem::Version
|
34
|
+
version: '12'
|
35
|
+
description: " WordCram library wrapped in a rubygem. Compiled and tested with JRubyArt-1.6.3
|
36
|
+
and processing-3.5.3\n"
|
37
37
|
email: mamba2928@yahoo.co.uk
|
38
38
|
executables: []
|
39
39
|
extensions: []
|
@@ -187,8 +187,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
187
187
|
- !ruby/object:Gem::Version
|
188
188
|
version: '0'
|
189
189
|
requirements: []
|
190
|
-
|
191
|
-
rubygems_version: 2.7.5
|
190
|
+
rubygems_version: 3.0.3
|
192
191
|
signing_key:
|
193
192
|
specification_version: 4
|
194
193
|
summary: Updated and extended WordCram library for JRubyArt and propane
|