smile-xml 1.0.0-jruby

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.
Files changed (4) hide show
  1. data/lib/smile-xml.jar +0 -0
  2. data/lib/xml/libxml.rb +1 -0
  3. data/lib/xml.rb +5 -0
  4. metadata +56 -0
data/lib/smile-xml.jar ADDED
Binary file
data/lib/xml/libxml.rb ADDED
@@ -0,0 +1 @@
1
+ require 'xml'
data/lib/xml.rb ADDED
@@ -0,0 +1,5 @@
1
+ require 'java'
2
+ require File.join( File.dirname( __FILE__), 'smile-xml.jar' )
3
+
4
+ ruby = JRuby.runtime
5
+ Java::smile.xml.SmileXML.define(ruby);
metadata ADDED
@@ -0,0 +1,56 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: smile-xml
3
+ version: !ruby/object:Gem::Version
4
+ prerelease:
5
+ version: 1.0.0
6
+ platform: jruby
7
+ authors:
8
+ - Andre Kullmann
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+
13
+ date: 2012-06-30 00:00:00 Z
14
+ dependencies: []
15
+
16
+ description:
17
+ email:
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files: []
23
+
24
+ files:
25
+ - lib/smile-xml.jar
26
+ - lib/xml.rb
27
+ - lib/xml/libxml.rb
28
+ homepage:
29
+ licenses: []
30
+
31
+ post_install_message:
32
+ rdoc_options: []
33
+
34
+ require_paths:
35
+ - lib
36
+ required_ruby_version: !ruby/object:Gem::Requirement
37
+ none: false
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: "0"
42
+ required_rubygems_version: !ruby/object:Gem::Requirement
43
+ none: false
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: "0"
48
+ requirements: []
49
+
50
+ rubyforge_project:
51
+ rubygems_version: 1.8.24
52
+ signing_key:
53
+ specification_version: 3
54
+ summary: LibXMLRuby compatibility layer for jruby
55
+ test_files: []
56
+