jini 0.0.1 → 0.0.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: 79847e73810a2cf8deffac608a6f3f212dc5eddf7b3eaf56e541b96ad6677658
4
- data.tar.gz: 2ee14cc1e0f17e9fd3a08ff4dd4e35a179d545257bf57bb0af340ee6cca51e6f
3
+ metadata.gz: 5379b78c4435098f9165b6783ec4ed91b4d4816d06d29a0d1d703c72060129a5
4
+ data.tar.gz: 5b4bf01914e5e2eb91bacb4c17b4ed8ba18205ad2e6bb23f01266ed1d18da5ca
5
5
  SHA512:
6
- metadata.gz: 96929a0c9277a3fdd9e6d35370fac58c745ba946afe5afb5961f6bf7122afd4a77dd6247292a2680cbb2b5886b6ff9276b90fc6218f0e59493fc995ef73c50bb
7
- data.tar.gz: 3949cfb950a3f2457c4fb7e49ea8c5cc90c117ad3b4f344516313e7843eb0fc62c9e501e5886f0b8aac7fcf0f15d782a137ad2f1d8ffa16defe9efdb683ed518
6
+ metadata.gz: 8b1de26cf0a4638dd06956b200424232522d59bfc8ff1e370e8f345866a3bbb5adc506f51e85ef1e38efd84c45e1531e965a6b3205b26c2b0e3959dc13a54c8f
7
+ data.tar.gz: 05e135843c3dc17440b7a0c4bdafd7b115329bb8be8711c857c79b8925782b253d996e923aa58a0504efcc563d08a3e219e5db8c4ba45ed1c94a58b6d79186e2
data/.gitignore CHANGED
@@ -5,3 +5,4 @@ Gemfile.lock
5
5
  rdoc/
6
6
  .idea/
7
7
  coverage/
8
+ test/
data/.yardoc/checksums ADDED
@@ -0,0 +1 @@
1
+ lib/jini.rb 153b27246e75d25eea4308526dc0af51c4206b9d
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:17:05 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>