smile-xml 1.0.4-java → 1.0.5-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
  SHA1:
3
- metadata.gz: 1d56aaa9de8e637cd2b2768f2a8e4a331f684a99
4
- data.tar.gz: 1b8dac35f2fa9d4919427e6de4f95226c64c93ae
3
+ metadata.gz: 9a40ea0c2def12215a491448a8514bca26c9c6fa
4
+ data.tar.gz: 7f5bf1c7c3cce73b7310a78f205ac1c83255a469
5
5
  SHA512:
6
- metadata.gz: af59b55ac4a33d254816d38c7fffa230d39245485d6a7bba6f3d270a764537b69f26897dbd91fc77a02c2e9a8ecc1ab35f0e39a516c4710624942114331ecf65
7
- data.tar.gz: 543f9e9e8e88d9c6ed075aea159bb3f8b1a72877abe382f6501e3ed5119604aae29880ac02e39da898bdd3b16353578d4b368aba99521daa6f3614fcace9c949
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
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: 2014-02-05 00:00:00.000000000 Z
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