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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 78f0ddf62c41fa214337e5452e97d8fea0f27b6cb9b6ef6acfe549d5590fc4d2
4
- data.tar.gz: 7c1fad0847befd8b1ac0fb7d785ec891fa04b16914c9206d84e212864d7513ea
3
+ metadata.gz: cf226a1dcd30140ead8ad3666275e3f5708113ff4c34e36e98df1ac2a8a52f39
4
+ data.tar.gz: 617a7b08d53442c86fb08d4ce9c65e43882163ed866908880aa43d303fe429bc
5
5
  SHA512:
6
- metadata.gz: da439ca32a46f2a9464f1dc9ccb185263ea1b3a138c71e1571befbdfbd1fb20d5178b8ce554d89a9a626aa8f58264803adcda2d25969b17f001485c53d2cce52
7
- data.tar.gz: 9678d7a095c41aad763115578259c89f739116f7182e28253e09663e4a29f00d09a659c691381d66717200825bd3eeb08e1c4d7372ff7b649a17fc725ea52702
6
+ metadata.gz: 7db07a9c6aa3c8b0f2050ffa6a777ba0852a95c6aaad494246dce440648fc6b0199285496eec09965d61b05c9cb772881f5200261e64167fd22fa4bab71edd54
7
+ data.tar.gz: 5865ece481199feeb876fc03e9aaed1b5ecb487789d2e783c99b61a7b7ab9f89948afca427ec44e49c163929fdbdde95998f8e8254d09c8183cc658efd6e0822
data/.yardoc/checksums CHANGED
@@ -1 +1 @@
1
- lib/jini.rb 4989c06e96b00972b17c7373e6625e6ecc3bbb54
1
+ lib/jini.rb ee2fcb2e3a910c6defc622a160536a39b901c815
data/.yardoc/object_types CHANGED
Binary file
Binary file
data/README.md CHANGED
@@ -1,8 +1,9 @@
1
+
1
2
  # Jini
2
3
 
3
4
  [![Gem Version](https://badge.fury.io/rb/jini.svg)](https://badge.fury.io/rb/jini)
4
5
 
5
- The class [`Jini`](https://www.rubydoc.info/gems/jini/0.1.0/Jini) helps you build a XPATH.
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.0).
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
 
@@ -125,7 +125,7 @@
125
125
  </div>
126
126
 
127
127
  <div id="footer">
128
- Generated on Sun Sep 18 00:36:17 2022 by
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>