smile-xml 1.0.4-java → 1.0.5-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.
- checksums.yaml +4 -4
- data/lib/smile-xml.jar +0 -0
- data/src/main/java/smile/xml/NamespacesJ.java +10 -10
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9a40ea0c2def12215a491448a8514bca26c9c6fa
|
|
4
|
+
data.tar.gz: 7f5bf1c7c3cce73b7310a78f205ac1c83255a469
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4d1b8097dcbcb94669cdae463329579eedd7898238e7c577a2dd9e1bf778bfcde22a4b0dd3fa978a34d7264e33569e870a55506c7809429edbd6cfe5dfd5474d
|
|
7
|
+
data.tar.gz: 11bb1cbe7662bfc0d9bf95f5b1e52d15e00d74f9ed7d1988abc88bfa41e1636d0c2ce41f454013ad8e6150804a835f533269b6dc55b6eacc70381540abfb84d5
|
data/lib/smile-xml.jar
CHANGED
|
Binary file
|
|
@@ -53,10 +53,10 @@ public class NamespacesJ extends RubyObject {
|
|
|
53
53
|
this.node = (NodeJ) pNode;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
@JRubyMethod(name = { "default" })
|
|
57
|
-
public IRubyObject getDefault(ThreadContext context) {
|
|
58
|
-
return findByPrefix(context, context.getRuntime().getNil());
|
|
59
|
-
}
|
|
56
|
+
// @JRubyMethod(name = { "default" })
|
|
57
|
+
// public IRubyObject getDefault(ThreadContext context) {
|
|
58
|
+
// return findByPrefix(context, context.getRuntime().getNil());
|
|
59
|
+
// }
|
|
60
60
|
|
|
61
61
|
@JRubyMethod(name = { "default_prefix=" })
|
|
62
62
|
public void setDefaultPrefix(ThreadContext context, IRubyObject pPrefix) {
|
|
@@ -81,11 +81,11 @@ public class NamespacesJ extends RubyObject {
|
|
|
81
81
|
throw context.getRuntime().newRuntimeError("not yet implemented");
|
|
82
82
|
}
|
|
83
83
|
|
|
84
|
-
@JRubyMethod(name = { "find_by_prefix" }, optional = 1)
|
|
85
|
-
public IRubyObject findByPrefix(ThreadContext context, IRubyObject pPrefix) {
|
|
86
|
-
// TODO
|
|
87
|
-
throw context.getRuntime().newRuntimeError("not yet implemented");
|
|
88
|
-
}
|
|
84
|
+
// @JRubyMethod(name = { "find_by_prefix" }, optional = 1)
|
|
85
|
+
// public IRubyObject findByPrefix(ThreadContext context, IRubyObject pPrefix) {
|
|
86
|
+
// // TODO
|
|
87
|
+
// throw context.getRuntime().newRuntimeError("not yet implemented");
|
|
88
|
+
// }
|
|
89
89
|
|
|
90
90
|
@JRubyMethod(name = { "namespace" })
|
|
91
91
|
public IRubyObject getNamespace(ThreadContext context) {
|
|
@@ -155,4 +155,4 @@ public class NamespacesJ extends RubyObject {
|
|
|
155
155
|
}
|
|
156
156
|
return list;
|
|
157
157
|
}
|
|
158
|
-
}
|
|
158
|
+
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: smile-xml
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.5
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Andre Kullmann
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-04-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: ''
|
|
14
14
|
email: andre [dot] kullmann [at] googlemail [dot] com
|