ruby_wordcram 2.0.3 → 2.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a2632bd4503a04d67b0a7bfdf82db35ba0f91ddd264d847ee803a1c25371b297
4
- data.tar.gz: ada52acbca5fc603c2f31a1b36944f000bff4c5364c4f703222ce43aa5e3d881
3
+ metadata.gz: 2e766b311eb43ae18d909ffef8776f654bc9f55a8593be84899f8d2ac007f18f
4
+ data.tar.gz: a031afbb735326763639113ee7d803bb29fdbe8dad80e85db92c979d784eefb8
5
5
  SHA512:
6
- metadata.gz: 7cc9e0fe97c7ae86e0d6d83cc34f8559ea2344907e4f559eee38b6002a51230b81f3759b99f5637ebc7029c3e8dea60d35990889cd185bb568e27a4e0184f864
7
- data.tar.gz: be090174c68254d5415944faacdcf36d435f595230a2ef8a4f5259d6299d1126a73e952af01f8b6dff3598493ab478252c3ff5ccbef60562c14bc7db0256461e
6
+ metadata.gz: b1aa46543631f143fb5ab055b942640398a5879214de7a504e789181dcc4bb32feb2ba86c56255fd569c2abac350e397f4a4b5c8c1aad4ae79286aace24b924e
7
+ data.tar.gz: 5540f19ce511bdf1b9a8979f2206cdd9786f634348efd0238f89d1d230be423c41e221c6d96be279dede04ae1e272b96feaab9335e6f20c2a5ca6b326dca9c16
@@ -3,6 +3,6 @@
3
3
  <extension>
4
4
  <groupId>io.takari.polyglot</groupId>
5
5
  <artifactId>polyglot-ruby</artifactId>
6
- <version>0.2.1</version>
6
+ <version>0.4.0</version>
7
7
  </extension>
8
8
  </extensions>
@@ -1,3 +1,6 @@
1
+ **v2.0.4**
2
+ JRubyArt-1.6.3 and processing-3.5.3
3
+
1
4
  **v2.0.3**
2
5
  JRubyArt-1.4.6 and processing-3.3.6
3
6
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module WordCram
4
- VERSION = '2.0.3'.freeze
4
+ VERSION = '2.0.4'.freeze
5
5
  end
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.3'
4
+ id 'wordcram:WordCram:2.0.4'
5
5
  packaging 'jar'
6
6
  description 'WordCram for JRubyArt and propane'
7
7
  organization 'ruby-processing', 'https://ruby-processing.github.io'
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.3</version>
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>
@@ -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.4.6 and processing-3.3.6
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.3
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: 2018-02-25 00:00:00.000000000 Z
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
- description: " WordCram library wrapped in a rubygem. Compiled and tested with JRubyArt-1.4.6
36
- and processing-3.3.6\n"
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
- rubyforge_project:
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