jrubyfx-fxmlloader 0.2-java

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.
metadata ADDED
@@ -0,0 +1,57 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jrubyfx-fxmlloader
3
+ version: !ruby/object:Gem::Version
4
+ version: '0.2'
5
+ prerelease:
6
+ platform: java
7
+ authors:
8
+ - Patrick Plenefisch & JRubyFX team & Oracle
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2013-05-20 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: JRubyFX FxmlLoader gem bits
15
+ email: simonpatp@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files:
19
+ - README
20
+ - LICENSE
21
+ files:
22
+ - LICENSE
23
+ - README
24
+ - Rakefile
25
+ - lib/FXMLLoader-j8.jar
26
+ - lib/jrubyfx-fxmlloader.rb
27
+ - lib/fxmlloader/real_elts.rb
28
+ - lib/fxmlloader/value_elts.rb
29
+ - lib/fxmlloader/rrba.rb
30
+ - lib/fxmlloader/j8_expression_value.rb
31
+ - lib/fxmlloader/elts.rb
32
+ - lib/fxmlloader/rorba.rb
33
+ homepage: https://github.com/byteit101/JRubyFX-FXMLLoader
34
+ licenses: []
35
+ post_install_message:
36
+ rdoc_options: []
37
+ require_paths:
38
+ - lib
39
+ required_ruby_version: !ruby/object:Gem::Requirement
40
+ requirements:
41
+ - - '>='
42
+ - !ruby/object:Gem::Version
43
+ version: '0'
44
+ none: false
45
+ required_rubygems_version: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - '>='
48
+ - !ruby/object:Gem::Version
49
+ version: '0'
50
+ none: false
51
+ requirements: []
52
+ rubyforge_project:
53
+ rubygems_version: 1.8.24
54
+ signing_key:
55
+ specification_version: 3
56
+ summary: GPL'd JavaFX FXMLLoder class in Ruby for JRubyFX
57
+ test_files: []