jini 0.1.1 → 0.1.3
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/.yardoc/checksums +1 -1
- data/.yardoc/object_types +0 -0
- data/.yardoc/objects/root.dat +0 -0
- data/README.md +3 -2
- data/doc/Jini/InvalidPath.html +1 -1
- data/doc/Jini.html +404 -140
- data/doc/_index.html +1 -1
- data/doc/file.README.html +5 -4
- data/doc/index.html +5 -4
- data/doc/method_list.html +10 -2
- data/doc/top-level-namespace.html +1 -1
- data/jini.gemspec +1 -1
- data/lib/jini.rb +64 -44
- data/test/jini_test.rb +12 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cf226a1dcd30140ead8ad3666275e3f5708113ff4c34e36e98df1ac2a8a52f39
|
|
4
|
+
data.tar.gz: 617a7b08d53442c86fb08d4ce9c65e43882163ed866908880aa43d303fe429bc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7db07a9c6aa3c8b0f2050ffa6a777ba0852a95c6aaad494246dce440648fc6b0199285496eec09965d61b05c9cb772881f5200261e64167fd22fa4bab71edd54
|
|
7
|
+
data.tar.gz: 5865ece481199feeb876fc03e9aaed1b5ecb487789d2e783c99b61a7b7ab9f89948afca427ec44e49c163929fdbdde95998f8e8254d09c8183cc658efd6e0822
|
data/.yardoc/checksums
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
lib/jini.rb
|
|
1
|
+
lib/jini.rb ee2fcb2e3a910c6defc622a160536a39b901c815
|
data/.yardoc/object_types
CHANGED
|
Binary file
|
data/.yardoc/objects/root.dat
CHANGED
|
Binary file
|
data/README.md
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
|
|
1
2
|
# Jini
|
|
2
3
|
|
|
3
4
|
[](https://badge.fury.io/rb/jini)
|
|
4
5
|
|
|
5
|
-
The class [`Jini`](https://www.rubydoc.info/gems/jini/0.1.
|
|
6
|
+
The class [`Jini`](https://www.rubydoc.info/gems/jini/0.1.3/Jini) helps you build a XPATH.
|
|
6
7
|
|
|
7
8
|
```ruby
|
|
8
9
|
require 'jini'
|
|
@@ -16,7 +17,7 @@ xpath = Jini
|
|
|
16
17
|
puts(xpath) # -> xpath: /parent[@key="value"]
|
|
17
18
|
```
|
|
18
19
|
|
|
19
|
-
The full list of methods is [here](https://www.rubydoc.info/gems/jini/0.1.
|
|
20
|
+
The full list of methods is [here](https://www.rubydoc.info/gems/jini/0.1.3).
|
|
20
21
|
|
|
21
22
|
Install it:
|
|
22
23
|
|
data/doc/Jini/InvalidPath.html
CHANGED
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
</div>
|
|
126
126
|
|
|
127
127
|
<div id="footer">
|
|
128
|
-
Generated on
|
|
128
|
+
Generated on Mon Sep 19 06:45:46 2022 by
|
|
129
129
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
130
130
|
0.9.28 (ruby-3.0.0).
|
|
131
131
|
</div>
|