picrate 2.0.0.pre-java → 2.0.1-java

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: 6bd1310336366a9a78bccd5489b2ea6e261e9259c38aff780118310645b89e23
4
- data.tar.gz: 4931647144b1e80b289ffb2e6712ad58ea272f5537b557ca24ade8ecdf6d513b
3
+ metadata.gz: f7698cb99a4ff6ebff96bc82f20a3121bda1af52118a1cdcfd48942bec2ed7a4
4
+ data.tar.gz: 42555f15e9ed7f238283878ec6291f84242d3a3782b5d9d41c23abc62eed45dd
5
5
  SHA512:
6
- metadata.gz: 416492b1f440ed69fcfb8e655a2e8fdac18a9e37510f2edbe446017b065316b83cccc2673d61030d2046869d34d9326e9e8c174cedc8f93b82e612ceafd59aa8
7
- data.tar.gz: 1338e25d304f32f43e06d3ce73c9c64c23d2bc4a98c4913b18685c513442511e18f38beee0daf4cad1cd21ddbb58247e30e2da2f2ab8b131c6c5048b1eaf9d7c
6
+ metadata.gz: a3c695a7cbbb47660d0cf472ac1ce50e859ecdb4e6271bdb6b9e1862a9a94b479a58ad4be146632d245322660995d020b517ae171acc665a252e41a885cc4757
7
+ data.tar.gz: 94eaeb3df23ea29ad3bf58cfd8b1d8a5008c21133c52a76bbf709b87a1c0954fcaca6bcc4457d3d804c92c761fdcfc62e202bb26b947bef4c8a4fdd89b851563
@@ -1,3 +1,5 @@
1
+ v2.0.1 Use JOGL-2.4.0-rc fixes reflection warnings, remove geomerative and wordcram gem dependencies since can now be in step with JRubyArt and propane (re jdk compatibility), bump version for release. Removed Gottfreid Haider shaders, warn legacy driver doesn't work with P2D and P3D sketches. Support aarch64 architecture on RaspberriPI4.
2
+
1
3
  v2.0.0 Use JDK11+ update to processing-3.5.4 suggest jruby-9.2.11.0
2
4
 
3
5
  v1.2.4 Extract picrate examples to ~/projects/examples instead of ~/picrate_samples for tighter integration with geany editor. Remove non-functioning sound library as an install option (direct toward minim as option).
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  __C6H3N3O7__ [![Gem Version](https://badge.fury.io/rb/picrate.svg)](https://badge.fury.io/rb/picrate)![Travis CI](https://travis-ci.org/ruby-processing/PiCrate.svg)
2
2
 
3
3
  # PiCrate
4
- New version for `Buster` on raspberryPI 3B+ assumes self installed jdk11 or greater.
5
- Create processing sketches in ruby on raspberry-pi and linux (this project is a parallel development of [propane][propane] targetting the raspberry-pi, but will initially be developed on a regular linux box). The aim is to produce a gem installable app that can be run with jruby, with minimal dependencies. Drop the `C` and you get pirate, or and an `e` and get `PiCreate`, a happy coincidence?
4
+ New version for `Buster` on raspberryPI 3B+ works with jdk11 (reflective access warnings fixed for jdk11). Since version 2.0.1 also works on 64 bit Manjaro distro on RaspberryPI4. Create processing sketches in ruby on raspberry-pi and linux (this project is a parallel development of [propane][propane] targetting the raspberry-pi, but will initially be developed on a regular linux box). The aim is to produce a gem installable app that can be run with jruby, with minimal dependencies. Drop the `C` and you get pirate, or and an `e` and get `PiCreate`, a happy coincidence?
5
+
6
6
 
7
7
  ### To install from rubygems ###
8
8
 
@@ -12,14 +12,14 @@ jgem install picrate
12
12
 
13
13
  ### To Build and Test ###
14
14
 
15
- Clone this repo:-
15
+ Clone main branch:-
16
16
 
17
- Requires java to build, but uses a maven wrapper so you don't need to install maven. Suggest build/test on regular linux box, but is designed for use on RaspberryPI 3B+. Needs installed jruby to test/run.
17
+ Requires java to build (and jogl-2.4.0-rc jars), but uses a maven wrapper so you don't need to install maven. Suggest build/test on regular linux box, but is designed for use on both RaspberryPI 3B+ and RaspberryPI4. Needs installed jruby to test/run.
18
18
 
19
19
  ```bash
20
- cd PiCrate
20
+ cd PiCrate # or whatever you call it
21
21
  rake # assumes an installed version of vanilla processing
22
- jgem install picrate-1.2.4-java.gem
22
+ jgem install picrate-2.0.1-java.gem
23
23
 
24
24
  ```
25
25
  To create a template sketch:-
@@ -55,6 +55,5 @@ MySketch.new
55
55
  jruby --dev my_sketch.rb # --dev flag speeds start-up
56
56
  ```
57
57
 
58
-
58
+ [buster]:https://gist.github.com/monkstone/6ae9840d7b7008c177b4a9f589d14ec6
59
59
  [propane]:https://ruby-processing.github.io/propane/
60
- [oracle]:http://www.rpiblog.com/2014/03/installing-oracle-jdk-8-on-raspberry-pi.html
data/Rakefile CHANGED
@@ -6,18 +6,14 @@ HOME_DIR = ENV['HOME']
6
6
 
7
7
  task default: %i[init compile install test gem]
8
8
 
9
- # depends on installed processing, with processing on path
9
+ # Currently depends on local jogl-2.4.0 jars on path ~/jogl24
10
10
  desc 'Copy Jars'
11
11
  task :init do
12
- # for Archlinux etc
13
- # processing_root = File.dirname(`readlink -f $(which processing)`)
14
- # alternative for debian linux etc
15
- processing_root = File.join(HOME_DIR, 'processing-3.5.4')
16
- jar_dir = File.join(processing_root, 'core', 'library')
17
- opengl = Dir.entries(jar_dir).grep(/amd64|armv6hf/).select { |jar| jar =~ /linux/ }
12
+ jogl24 = File.join(HOME_DIR, 'jogl24')
13
+ opengl = Dir.entries(jogl24).grep(/amd64|armv6hf|aarch64/).select { |jar| jar =~ /linux/ }
18
14
  opengl.concat %w[jogl-all.jar gluegen-rt.jar]
19
15
  opengl.each do |gl|
20
- FileUtils.cp(File.join(jar_dir, gl), File.join('.', 'lib'))
16
+ FileUtils.cp(File.join(jogl24, gl), File.join('.', 'lib'))
21
17
  end
22
18
  end
23
19
 
@@ -50,6 +46,11 @@ task :test do
50
46
  system 'jruby --dev test/vecmath_spec_test.rb'
51
47
  end
52
48
 
49
+ desc 'JDeps Tool'
50
+ task :jdeps do
51
+ system './mvnw jdeps:jdkinternals'
52
+ end
53
+
53
54
  desc 'clean'
54
55
  task :clean do
55
56
  Dir['./**/*.{jar,gem}'].each do |path|
@@ -4,7 +4,7 @@ title: PiCrate gem
4
4
  email: mamba2928@yahoo.co.uk
5
5
  description: > # this means to ignore newlines until "baseurl:"
6
6
  The picrate gem is ruby implementation of processing, targetting raspberrypi and
7
- linux
7
+ linux works on 32 bit raspbian Buster (and 64 bit Manajaro raspberryPI4).
8
8
  baseurl: "" # the subpath of your site, e.g. /blog
9
9
  regenerate: true
10
10
  url: "https://ruby-processing.github.io/PiCrate"
@@ -9,6 +9,7 @@ Geany is highly configurable, and we have created a `geany` project file `picrat
9
9
  ```bash
10
10
  picrate --install samples
11
11
  ```
12
+ Examples get installed in `~/projects/examples`, you can use `~/projects/sketchbook` to save your own sketches.
12
13
 
13
14
  #### Using picrate.rb template ####
14
15
 
@@ -18,7 +18,7 @@ NB: the arcball gem is installed as a picrate dependency
18
18
  jbox2d ([pbox2d][jbox2d])
19
19
 
20
20
  ### Stand Alone Gems
21
- [cf3][cf3] context free art in ruby
21
+ [cf3][cf3] context free art in ruby, examples may need a bit of hacking
22
22
 
23
23
  [cf3]:https://github.com/monkstone/cf3ruby/
24
24
  [arcball]:https://github.com/ruby-processing/ArcBall/
@@ -1,11 +1,11 @@
1
1
  ---
2
2
  layout: post
3
- title: "Getting Started Stretch"
4
- date: 2018-05-24 07:34:13
3
+ title: "Getting Started Buster"
4
+ date: 2020-03-09 07:34:13
5
5
  categories: PiCrate update
6
6
  permalink: /getting/
7
7
  ---
8
- Raspbian Stretch installs Oracle jdk-1.8.0_65-bi17 (hard float) and that is just fine, if you have more that one version of java installed you could use `update-alternatives` tool to manage their use. Will work with OpenJDK-11 but currently performance is sub-optimal.
8
+ Raspbian Buster installs OpenJDK11 (hard float) and that is just fine, if you have more that one version of java installed you could use `update-alternatives` tool to manage their use. NB: Will not work with OpenJDK-8.
9
9
 
10
10
  __Then install JRuby see__ [jruby][jruby].
11
11
 
@@ -27,7 +27,7 @@ __Install processing libraries__
27
27
 
28
28
  ```bash
29
29
  picrate -i Sound
30
- picrate -i glvideo # preferred over vanilla video for now
30
+ picrate -i video # install beta verion of vanilla video for now
31
31
  ```
32
32
 
33
33
  To create a template sketch from the command line:-
@@ -36,17 +36,11 @@ export GEM_PATH="$HOME/tux/.gem/ruby/2.5.0"
36
36
  export PATH="${PATH}:${GEM_PATH}/bin"
37
37
  ```
38
38
 
39
- ### Automated install using Rakefile ###
40
- Get the `Rakefile` [here][rake_gist] however it assumes an existing ruby install (which is not needed by PiCrate).
39
+ ### Automated install using bash ###
41
40
 
42
- ```bash
43
- mkdir installer
44
- cd installer
45
- rake
46
- ```
47
- Currently installs jruby-9.2.11.0
41
+ The [picrate2_install.sh][bash] script currently installs jruby-9.2.11.0 and picrate-2.0.pre.
48
42
 
49
43
  If you know better please post on wiki
50
44
 
51
45
  [download]:"https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.2.11.0/jruby-dist-9.2.11.0-bin.tar.gz"
52
- [rake_gist]:https://gist.github.com/monkstone/159c5a9813c9cd181040b4715e74f6b2
46
+ [bash]:https://gist.github.com/monkstone/6ae9840d7b7008c177b4a9f589d14ec6
@@ -4,14 +4,4 @@ title: "Installing JRuby on Archlinux arm"
4
4
  date: 2018-05-24 07:34:13
5
5
  categories: PiCrate update
6
6
  ---
7
- It is quite likely that people wishing to experiment with PiCrate on arm have moved beyond the raspbian distribution. As a first step [archlinuxarm][alarm] which seems to be well thought out. Installing jdk8 and jruby should be as simple as:-
8
-
9
- ```bash
10
- sudo pacman -Syu # get up to data
11
- sudo pacman jdk-arm # but I'm not 100% sure what version is installed jdk8+ is reqd
12
- sudo archlinux-java set java-8-openjdk/jre # case you have more than one java installed
13
- sudo pacman jruby # should install latest version
14
- ```
15
-
16
-
17
- [alarm]:https://archlinuxarm.org/platforms/armv6/raspberry-pi
7
+ Might work, please let us know!!! Manjaro works OK.
@@ -6,9 +6,9 @@ categories: PiCrate update
6
6
  ---
7
7
  Requirements:-
8
8
 
9
- 1. An installed version of vanilla processing to provide `processing.org` customised version of the `jogl` jars. The default `Rakefile` assumes root installation of processing, for debian distros you will need to adjust `processing_root` _ca. line 20_.
9
+ 1. Latest jogl-2.4.0-rc jars (place in ~/jogl24 folder).
10
10
 
11
- 2. jdk-11+ and maven (builds for jdk-8)
11
+ 2. jdk-11+ and maven
12
12
 
13
13
  Simply clone this distribution, then rake to build and test gem
14
14
  ```bash
@@ -5,7 +5,7 @@ date: 2018-11-27 07:34:13
5
5
  categories: PiCrate update
6
6
  permalink: /geany_ide/
7
7
  ---
8
- The current version of raspbian installs jdk-1.8.0_65-bi17 (hard float) and that is just fine, if you have more that one version of java installed you could use `update-alternatives` tool to manage their use.
8
+ The current version of raspbian installs jdk-11 (hard float) and that is just fine, if you have more that one version of java installed you could use `update-alternatives` tool to manage their use.
9
9
 
10
10
  Then install JRuby see [jruby][jruby].
11
11
 
@@ -5,17 +5,14 @@ date: 2019-11-11 07:34:13
5
5
  categories: PiCrate update
6
6
  permalink: /getting_buster/
7
7
  ---
8
- Currently Raspbian Buster does not come with a pre-installed java. So the first step is to install a `jdk` we currently recommend installing openjdk8 (_there a complications you don't need using jdk11_) to benefit from `client` optimisations. There is a bash script [here][buster], that will install `openjdk8`, `jruby-9.2.11.0` and picrate for you.
9
- ```bash
10
- bash buster_install.sh
11
- ```
8
+ Raspbian Buster usually comes with a pre-installed jdk11. Before installing JRuby it is worth setting the `JAVA_HOME` environmental variable (needed to supress reflection warnings).
12
9
 
13
10
  __Otherwise follow these instructions in order as needed:-__
14
11
 
15
12
  ```bash
16
13
  sudo apt-get update # sync your local database with current release
17
14
  sudo update # update to latest release
18
- sudo apt install openjdk-8-jdk # installs latest jdk8
15
+ sudo apt install openjdk-11-jdk # installs latest jdk11
19
16
  java -version # check installed version
20
17
  ```
21
18
  If you have already installed a version java the java version may not match you can control the _active_ java version on Debian using `update-alternatives` as follows:-
@@ -46,7 +43,7 @@ Install a local version of rake:-
46
43
  ```bash
47
44
  jgem install rake
48
45
  ```
49
- To install picrate and its dependencies:-
46
+ To install latest picrate and its dependencies:-
50
47
 
51
48
  ```bash
52
49
  jgem install picrate
@@ -59,7 +56,7 @@ picrate --install # no args, install samples and geany config
59
56
  picrate -i Samples # to omit geany config
60
57
  ```
61
58
 
62
- This installs example sketches in `~/sample_sketches` and ties them into a `geany` project `picrate.geany`. It should also be possible to run sketches from the `geany` ide.
59
+ This installs example sketches in `~/projects/examples` and ties them into a `geany` project `examples.geany`. It should also be possible to run sketches from the `geany` ide.
63
60
 
64
61
  To create a template sketch from the command line:-
65
62
 
@@ -0,0 +1,34 @@
1
+ ---
2
+ layout: post
3
+ title: "Automated PiCrate Install"
4
+ date: 2020-03-09 07:34:13
5
+ categories: PiCrate update
6
+ permalink: /install_picrate/
7
+ ---
8
+
9
+ For a semi-automated setup and install, download and extract [this gist](https://gist.github.com/monkstone/6ae9840d7b7008c177b4a9f589d14ec6). To keep your system clean put the file in a folder say
10
+ `~/install_picrate`
11
+
12
+ ```bash
13
+ cd ~/picrate_install
14
+ bash picrate2_install.sh # to run default task
15
+ ```
16
+ #### What the script does ###
17
+ 1. Downloads JRuby
18
+ 2. Installs JRuby to `/opt`
19
+ 3. Uses `update-alternatives` to configure `jruby`, `jgem` and `jirb`
20
+ 4. The script checks for `GEM_HOME`, if undefined it modifies `~/.profile` to define `GEM_HOME` and puts gem binaries on your path, at logon.
21
+ 5. Installs jdk11 if required sets `JAVA_HOME`, needed to support jruby (--add-opens)
22
+ 6. Creates `~/.gemrc` with `gem: no-document`
23
+ 7. Creates `~/.jruby.java_opts` with `--add-opens` to suppress reflective access warnings.
24
+ 8. Installs `picrate` gem
25
+ To install `picrate_samples` also configures `geanyIDE` for use with `picrate` run
26
+ `picrate --install` in a bash console
27
+
28
+ #### Note ####
29
+ `GEM_HOME`, `JAVA_HOME` and path to `gem` binaries are not available until next logon, to use immediately you could:-
30
+
31
+ ```bash
32
+ source ~/.profile
33
+ ```
34
+ NB: this only works in current shell, so if you want to use `geanyIDE` you should logout and logon again.
@@ -0,0 +1,94 @@
1
+ ---
2
+ layout: post
3
+ title: "Getting Started Manjaro"
4
+ date: 2020-05-11 07:34:13
5
+ categories: PiCrate update
6
+ permalink: /getting_manjaro/
7
+ ---
8
+ Currently Manjaro does not come with a pre-installed java. So the first step is to install a `jdk` we currently recommend installing hotspot adopt-openjdk11 from the AdoptOpenJDK project. Setting the JDK_HOME environment and then manually install the latest JRuby. It is probably worth creating a symbolic links to `/usr/bin/jruby` and `/usr/bin/jgem` from wherever you installed jruby eg /opt folder.
9
+ ```
10
+
11
+ ```bash
12
+ mkdir -p ~/.gem/jruby/2.5.0
13
+ ```
14
+ Now set your `GEM_HOME`, `GEM_PATH` and amend your `PATH` as follows:-
15
+
16
+ ```bash
17
+ echo "export GEM_HOME=\"\${HOME}/.gem/ruby/${MRI_RUBY}\"" >> ~/.bashrc
18
+ echo "export GEM_PATH=\"\${HOME}/.gem/ruby/${MRI_RUBY}\"" >> ~/.bashrc
19
+ echo "export PATH=\"\${PATH}:\${GEM_PATH}/bin\"" >> ~/.bashrc
20
+ source ~/.bashrc # to update environment without re-logging in
21
+ ```
22
+ Now should be ready to install `picrate` and other gems.
23
+ Install a local version of rake:-
24
+ ```bash
25
+ jgem install rake
26
+ ```
27
+ To install latest picrate and its dependencies:-
28
+
29
+ ```bash
30
+ jgem install picrate --pre
31
+ ```
32
+ __For a first install:-__
33
+
34
+ ```bash
35
+ picrate --install # no args, install samples and geany config
36
+ # or
37
+ picrate -i Samples # to omit geany config
38
+ ```
39
+
40
+ This installs example sketches in `~/projects/examples` and ties them into a `geany` project `examples.geany`. It should also be possible to run sketches from the `geany` ide.
41
+
42
+ To create a template sketch from the command line:-
43
+
44
+ ```bash
45
+ picrate -c my_sketch 600 400
46
+ ```
47
+ creates file my_sketch.rb
48
+
49
+ ```ruby
50
+ #!/usr/bin/env jruby
51
+ # frozen_string_literal: false
52
+ require 'picrate'
53
+
54
+ class MySketch < Processing::App
55
+ def settings
56
+ size 200, 200
57
+ end
58
+
59
+ def setup
60
+ sketch_title 'My Sketch'
61
+ end
62
+
63
+ def draw
64
+
65
+ end
66
+ end
67
+ MySketch.new
68
+
69
+ ```
70
+
71
+ Edit in `vim` (at command line) or `geany` (gui), you may need to install `vim`
72
+ ```bash
73
+ vim my_sketch.rb
74
+ :!jruby % # from vim runs the sketch
75
+ ```
76
+
77
+ To run sketches from command line:-
78
+
79
+ ```bash
80
+ jruby my_sketch.rb
81
+ ```
82
+
83
+ Or even `chmod +x my_sketch.rb` to make an executable script.
84
+
85
+ See [editors][geany] geany, for how to run sketches from a gui.
86
+
87
+ ### JWishy Sketch Running on RaspberryPI
88
+
89
+ ![jwishy_buster]({{ site.github.url }}/assets/jwishy_buster.png)
90
+
91
+ [buster]: https://gist.github.com/monkstone/04a1272ca9274a2c7e3e1bf170877bfb
92
+ [java]:http://ruby-processing.github.io/java/raspberry/
93
+ [jruby]:{{ site.github.url }}/install_jruby/
94
+ [geany]:{{ site.github.url }}/editors/geany
@@ -4,7 +4,7 @@ title: About
4
4
  permalink: /about/
5
5
  ---
6
6
  ![picrate.png]({{ site.github.url }}/assets/android-chrome-192x192.png)
7
- PiCrate is both a `library` and an `app` that allows you to create [processing][processing] sketches in ruby on the [RaspberryPI][PI] (or 64 bit linux). PiCrate is available as a gem (from [rubygems][rubygems]), it requires [JRuby][jruby] to both install and run. It does not depend on a vanilla processing install ( _cf_ JRubyArt).
7
+ PiCrate is both a `library` and an `app` that allows you to create [processing][processing] sketches in ruby on the [RaspberryPI][PI] (or 64 bit linux). PiCrate is available as a gem (from [rubygems][rubygems]), it requires [JRuby][jruby] to both install and run. It does not depend on a vanilla processing install ( _cf_ JRubyArt).Tested on raspbian Buster on RaspberryPI3B+ and RaspberryPI4, also works on Manajaro distro (64bit) on RapsberryPI4.
8
8
 
9
9
  #### Executable ####
10
10
 
@@ -1,5 +1,6 @@
1
1
  # frozen_string_literal: false
2
2
 
3
+ require 'jruby'
3
4
  require_relative 'helper_methods'
4
5
  require_relative 'library_loader'
5
6
  # A wrapper module for the processing App
@@ -1,15 +1,13 @@
1
- # frozen_string_literal: true
2
-
3
1
  require 'rbconfig'
4
2
 
5
3
  # Utility to load native binaries on Java CLASSPATH
6
- # HACK until jruby returns a more specific 'host_os' than 'linux'
4
+ #HACK until jruby returns a more specific 'host_os' than 'linux'
7
5
  class NativeFolder
8
6
  attr_reader :os, :bit
9
7
 
10
- LINUX_FORMAT = 'linux%s'
11
- ARM32 = '-armv6hf'
12
- # ARM64 = '-aarch64'.freeze
8
+ LINUX_FORMAT = 'linux%s'.freeze
9
+ ARM32 = '-armv6hf'.freeze
10
+ ARM64 = '-aarch64'.freeze
13
11
 
14
12
  def initialize
15
13
  @os = RbConfig::CONFIG['host_os'].downcase
@@ -20,8 +18,9 @@ class NativeFolder
20
18
  if /linux/.match?(os)
21
19
  return format(LINUX_FORMAT, '64') if /amd64/.match?(bit)
22
20
  return format(LINUX_FORMAT, ARM32) if /arm/.match?(bit)
21
+ return format(LINUX_FORMAT, ARM64) if /aarch/.match?(bit)
23
22
  end
24
- raise 'Unsupported Architecture'
23
+ raise RuntimeError, "Unsupported Architecture"
25
24
  end
26
25
 
27
26
  def extension
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PiCrate
4
- VERSION = '2.0.0.pre'
4
+ VERSION = '2.0.1'
5
5
  end
@@ -23,18 +23,16 @@ Gem::Specification.new do |gem|
23
23
  gem.files << 'lib/jogl-all.jar'
24
24
  gem.files << 'lib/gluegen-rt-natives-linux-amd64.jar'
25
25
  gem.files << 'lib/gluegen-rt-natives-linux-armv6hf.jar'
26
- # gem.files << 'lib/gluegen-rt-natives-linux-aarch64.jar'
26
+ gem.files << 'lib/gluegen-rt-natives-linux-aarch64.jar'
27
27
  gem.files << 'lib/jogl-all-natives-linux-amd64.jar'
28
28
  gem.files << 'lib/jogl-all-natives-linux-armv6hf.jar'
29
- # gem.files << 'lib/jogl-all-natives-linux-aarch64.jar'
29
+ gem.files << 'lib/jogl-all-natives-linux-aarch64.jar'
30
30
  gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) }
31
31
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
32
32
  gem.add_development_dependency 'minitest', '~> 5.10'
33
33
  gem.add_development_dependency 'rake', '~> 12.3'
34
34
  gem.add_runtime_dependency 'arcball', '~> 1.0', '>= 1.0.1'
35
- gem.add_runtime_dependency 'geomerative', '~> 1.1'
36
- gem.add_runtime_dependency 'ruby_wordcram', '~> 2.0', '>= 2.0.4'
37
35
  gem.require_paths = ['lib']
38
36
  gem.platform = 'java'
39
- gem.requirements << 'java runtime == 11+'
37
+ gem.requirements << 'java runtime == 11'
40
38
  end