jini 0.0.1 → 0.0.2

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: 79847e73810a2cf8deffac608a6f3f212dc5eddf7b3eaf56e541b96ad6677658
4
- data.tar.gz: 2ee14cc1e0f17e9fd3a08ff4dd4e35a179d545257bf57bb0af340ee6cca51e6f
3
+ metadata.gz: 6b65fc1371e128668267e06dd8d9741024328aae50174a89ec4d1657030e07b3
4
+ data.tar.gz: efecbc79fb6b7ec16184e4b4874cd997deddaeab5b2558b877841804d55897f7
5
5
  SHA512:
6
- metadata.gz: 96929a0c9277a3fdd9e6d35370fac58c745ba946afe5afb5961f6bf7122afd4a77dd6247292a2680cbb2b5886b6ff9276b90fc6218f0e59493fc995ef73c50bb
7
- data.tar.gz: 3949cfb950a3f2457c4fb7e49ea8c5cc90c117ad3b4f344516313e7843eb0fc62c9e501e5886f0b8aac7fcf0f15d782a137ad2f1d8ffa16defe9efdb683ed518
6
+ metadata.gz: af1483215d88f366e8c270a723db876e2c6ea3c6b3110456e19eacc58ba8fdb7ad59d43c6f555b94960370275ca7c6ad6d20e49e8ae18ec965d8ea6d809ea0af
7
+ data.tar.gz: f191f77268b0c4e5c0cf4f44a0677f047f64abac96285a52ab0839cb7c3cb3119f05560195885c509e67d5cdcff37442fa1b8bf35b04fa9b58eac7a2947fa67b
data/.yardoc/checksums ADDED
@@ -0,0 +1 @@
1
+ lib/jini.rb cc676e38b9ad1128e71f799c39f219bd38a7f804
data/.yardoc/complete ADDED
File without changes
Binary file
Binary file
Binary file
data/Gemfile CHANGED
@@ -4,6 +4,8 @@ source 'https://rubygems.org'
4
4
  gemspec
5
5
 
6
6
  group :test do
7
- gem 'minitest', '5.16.1'
7
+ gem 'codecov'
8
+ gem 'minitest'
8
9
  gem 'minitest-reporters'
10
+ gem 'simplecov'
9
11
  end
data/README.md CHANGED
@@ -1,5 +1,4 @@
1
- The class [`Jini`](https://www.rubydoc.info/github/yegor256/iri/master/Iri)
2
- helps you build a XPATH.
1
+ The class [`Jini`](https://www.rubydoc.info/github/l3r8yJ/jini/master/Jini) helps you build a XPATH.
3
2
 
4
3
  ```ruby
5
4
  require 'jini'
@@ -12,7 +11,7 @@ xpath = Jini
12
11
  # -> xpath: parent/child[@key="value"]
13
12
  ```
14
13
 
15
- The full list of methods is [here](https://www.rubydoc.info/github/l3r8y/jini/master/Jini).
14
+ The full list of methods is [here](https://www.rubydoc.info/github/l3r8yJ/jini/master/Jini).
16
15
 
17
16
  Install it:
18
17
 
@@ -0,0 +1,135 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>
7
+ Exception: Jini::InvalidPath
8
+
9
+ &mdash; Documentation by YARD 0.9.27
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="../css/style.css" type="text/css" />
14
+
15
+ <link rel="stylesheet" href="../css/common.css" type="text/css" />
16
+
17
+ <script type="text/javascript">
18
+ pathId = "Jini::InvalidPath";
19
+ relpath = '../';
20
+ </script>
21
+
22
+
23
+ <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
24
+
25
+ <script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
26
+
27
+
28
+ </head>
29
+ <body>
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="../class_list.html?1"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
38
+
39
+ <a href="../_index.html">Index (I)</a> &raquo;
40
+ <span class='title'><span class='object_link'><a href="../Jini.html" title="Jini (class)">Jini</a></span></span>
41
+ &raquo;
42
+ <span class="title">InvalidPath</span>
43
+
44
+ </div>
45
+
46
+ <div id="search">
47
+
48
+ <a class="full_list_link" id="class_list_link"
49
+ href="../class_list.html">
50
+
51
+ <svg width="24" height="24">
52
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
+ </svg>
56
+ </a>
57
+
58
+ </div>
59
+ <div class="clear"></div>
60
+ </div>
61
+
62
+ <div id="content"><h1>Exception: Jini::InvalidPath
63
+
64
+
65
+
66
+ </h1>
67
+ <div class="box_info">
68
+
69
+ <dl>
70
+ <dt>Inherits:</dt>
71
+ <dd>
72
+ <span class="inheritName">StandardError</span>
73
+
74
+ <ul class="fullTree">
75
+ <li>Object</li>
76
+
77
+ <li class="next">StandardError</li>
78
+
79
+ <li class="next">Jini::InvalidPath</li>
80
+
81
+ </ul>
82
+ <a href="#" class="inheritanceTree">show all</a>
83
+
84
+ </dd>
85
+ </dl>
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+ <dl>
98
+ <dt>Defined in:</dt>
99
+ <dd>lib/jini.rb</dd>
100
+ </dl>
101
+
102
+ </div>
103
+
104
+ <h2>Overview</h2><div class="docstring">
105
+ <div class="discussion">
106
+
107
+ <p>When path not valid</p>
108
+
109
+
110
+ </div>
111
+ </div>
112
+ <div class="tags">
113
+
114
+
115
+ </div>
116
+
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+ </div>
126
+
127
+ <div id="footer">
128
+ Generated on Thu Sep 15 17:05:16 2022 by
129
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
130
+ 0.9.27 (ruby-3.0.0).
131
+ </div>
132
+
133
+ </div>
134
+ </body>
135
+ </html>