jrubyfx-fxmlloader-openjfx.patch 0.4.2-java

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,59 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jrubyfx-fxmlloader-openjfx.patch
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.4.2
5
+ platform: java
6
+ authors:
7
+ - Patrick Plenefisch & JRubyFX team & Oracle
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-11-25 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: JRubyFX FxmlLoader gem bits
14
+ email: simonpatp@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files:
18
+ - README
19
+ - LICENSE
20
+ files:
21
+ - LICENSE
22
+ - README
23
+ - Rakefile
24
+ - lib/FXMLLoader-j8.jar
25
+ - lib/fxmlloader/elts.rb
26
+ - lib/fxmlloader/fxml_jit_info.rb
27
+ - lib/fxmlloader/j8_expression_value.rb
28
+ - lib/fxmlloader/real_elts.rb
29
+ - lib/fxmlloader/rorba.rb
30
+ - lib/fxmlloader/rrba.rb
31
+ - lib/fxmlloader/value_elts.rb
32
+ - lib/jrubyfx-fxmlloader.rb
33
+ homepage: https://github.com/byteit101/JRubyFX-FXMLLoader
34
+ licenses:
35
+ - GPL-2.0-with-classpath-exception
36
+ metadata: {}
37
+ post_install_message:
38
+ rdoc_options: []
39
+ require_paths:
40
+ - lib
41
+ required_ruby_version: !ruby/object:Gem::Requirement
42
+ requirements:
43
+ - - ">="
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
46
+ required_rubygems_version: !ruby/object:Gem::Requirement
47
+ requirements:
48
+ - - ">="
49
+ - !ruby/object:Gem::Version
50
+ version: '0'
51
+ requirements: []
52
+ rubyforge_project:
53
+ rubygems_version: 2.7.10
54
+ signing_key:
55
+ specification_version: 4
56
+ summary: GPL'd JavaFX FXMLLoder class in Ruby for JRubyFX. This is temporary release
57
+ to support OpenJFX. Once version higher then 0.4.2 is released this should not be
58
+ used.
59
+ test_files: []