ruby-client 1.0.0

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.
Files changed (102) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +59 -0
  3. data/.travis.yml +6 -0
  4. data/Gemfile +6 -0
  5. data/Gemfile.lock +91 -0
  6. data/LICENSE +177 -0
  7. data/README.md +49 -0
  8. data/Rakefile +14 -0
  9. data/bin/console +6 -0
  10. data/bin/setup +6 -0
  11. data/doc/Api.html +1592 -0
  12. data/doc/ClientRPC.html +99 -0
  13. data/doc/ClientRPC/Connect.html +106 -0
  14. data/doc/ClientRPC/Connect/Error.html +106 -0
  15. data/doc/Gemfile.html +101 -0
  16. data/doc/Gemfile_lock.html +193 -0
  17. data/doc/LICENSE.html +177 -0
  18. data/doc/LICENSE_txt.html +105 -0
  19. data/doc/Nimiq.html +99 -0
  20. data/doc/Nimiq/Client.html +248 -0
  21. data/doc/Nimiq/Error.html +108 -0
  22. data/doc/Nimiq/Exceptions.html +163 -0
  23. data/doc/Object.html +125 -0
  24. data/doc/README_md.html +162 -0
  25. data/doc/Rakefile.html +108 -0
  26. data/doc/Ruby.html +99 -0
  27. data/doc/Ruby/ClientTest.html +106 -0
  28. data/doc/bin/setup.html +99 -0
  29. data/doc/classes/Api.html +1506 -0
  30. data/doc/classes/ClientRPC.html +120 -0
  31. data/doc/classes/ClientRPC/Connect.html +120 -0
  32. data/doc/classes/ClientRPC/Connect/Error.html +111 -0
  33. data/doc/classes/Nimiq.html +145 -0
  34. data/doc/classes/Nimiq/Client.html +237 -0
  35. data/doc/classes/Nimiq/Error.html +113 -0
  36. data/doc/classes/Nimiq/Exceptions.html +152 -0
  37. data/doc/classes/index.html +80 -0
  38. data/doc/created.rid +13 -0
  39. data/doc/css/application.css +64 -0
  40. data/doc/css/bootstrap.min.css +868 -0
  41. data/doc/css/coderay.css +141 -0
  42. data/doc/css/fonts.css +167 -0
  43. data/doc/css/rdoc.css +668 -0
  44. data/doc/files/index.html +82 -0
  45. data/doc/files/lib/api_rb.html +112 -0
  46. data/doc/files/lib/client_rb.html +118 -0
  47. data/doc/files/lib/nimiq/version_rb.html +105 -0
  48. data/doc/files/lib/rpcclient_rb.html +119 -0
  49. data/doc/fonts/Lato-Light.ttf +0 -0
  50. data/doc/fonts/Lato-LightItalic.ttf +0 -0
  51. data/doc/fonts/Lato-Regular.ttf +0 -0
  52. data/doc/fonts/Lato-RegularItalic.ttf +0 -0
  53. data/doc/fonts/SourceCodePro-Bold.ttf +0 -0
  54. data/doc/fonts/SourceCodePro-Regular.ttf +0 -0
  55. data/doc/images/add.png +0 -0
  56. data/doc/images/arrow_up.png +0 -0
  57. data/doc/images/brick.png +0 -0
  58. data/doc/images/brick_link.png +0 -0
  59. data/doc/images/bug.png +0 -0
  60. data/doc/images/bullet_black.png +0 -0
  61. data/doc/images/bullet_toggle_minus.png +0 -0
  62. data/doc/images/bullet_toggle_plus.png +0 -0
  63. data/doc/images/date.png +0 -0
  64. data/doc/images/delete.png +0 -0
  65. data/doc/images/find.png +0 -0
  66. data/doc/images/loadingAnimation.gif +0 -0
  67. data/doc/images/macFFBgHack.png +0 -0
  68. data/doc/images/package.png +0 -0
  69. data/doc/images/page_green.png +0 -0
  70. data/doc/images/page_white_text.png +0 -0
  71. data/doc/images/page_white_width.png +0 -0
  72. data/doc/images/plugin.png +0 -0
  73. data/doc/images/ruby.png +0 -0
  74. data/doc/images/tag_blue.png +0 -0
  75. data/doc/images/tag_green.png +0 -0
  76. data/doc/images/transparent.png +0 -0
  77. data/doc/images/wrench.png +0 -0
  78. data/doc/images/wrench_orange.png +0 -0
  79. data/doc/images/zoom.png +0 -0
  80. data/doc/img/glyphicons-halflings-white.png +0 -0
  81. data/doc/img/glyphicons-halflings.png +0 -0
  82. data/doc/index.html +110 -0
  83. data/doc/js/application.js +50 -0
  84. data/doc/js/bootstrap.min.js +7 -0
  85. data/doc/js/darkfish.js +84 -0
  86. data/doc/js/index.js +1 -0
  87. data/doc/js/jquery.js +4 -0
  88. data/doc/js/navigation.js +105 -0
  89. data/doc/js/navigation.js.gz +0 -0
  90. data/doc/js/search.js +110 -0
  91. data/doc/js/search_index.js +1 -0
  92. data/doc/js/search_index.js.gz +0 -0
  93. data/doc/js/searcher.js +229 -0
  94. data/doc/js/searcher.js.gz +0 -0
  95. data/doc/method/index.html +122 -0
  96. data/doc/table_of_contents.html +318 -0
  97. data/lib/api.rb +317 -0
  98. data/lib/client.rb +46 -0
  99. data/lib/nimiq/version.rb +3 -0
  100. data/lib/rpcclient.rb +108 -0
  101. data/ruby-client.gemspec +28 -0
  102. metadata +160 -0
@@ -0,0 +1,99 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>module ClientRPC - RDoc Documentation</title>
8
+
9
+ <script type="text/javascript">
10
+ var rdoc_rel_prefix = "./";
11
+ var index_rel_prefix = "./";
12
+ </script>
13
+
14
+ <script src="./js/navigation.js" defer></script>
15
+ <script src="./js/search.js" defer></script>
16
+ <script src="./js/search_index.js" defer></script>
17
+ <script src="./js/searcher.js" defer></script>
18
+ <script src="./js/darkfish.js" defer></script>
19
+
20
+ <link href="./css/fonts.css" rel="stylesheet">
21
+ <link href="./css/rdoc.css" rel="stylesheet">
22
+
23
+
24
+
25
+
26
+ <body id="top" role="document" class="module">
27
+ <nav role="navigation">
28
+ <div id="project-navigation">
29
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
30
+ <h2>
31
+ <a href="./index.html" rel="home">Home</a>
32
+ </h2>
33
+
34
+ <div id="table-of-contents-navigation">
35
+ <a href="./table_of_contents.html#pages">Pages</a>
36
+ <a href="./table_of_contents.html#classes">Classes</a>
37
+ <a href="./table_of_contents.html#methods">Methods</a>
38
+ </div>
39
+ </div>
40
+
41
+ <div id="search-section" role="search" class="project-section initially-hidden">
42
+ <form action="#" method="get" accept-charset="utf-8">
43
+ <div id="search-field-wrapper">
44
+ <input id="search-field" role="combobox" aria-label="Search"
45
+ aria-autocomplete="list" aria-controls="search-results"
46
+ type="text" name="search" placeholder="Search" spellcheck="false"
47
+ title="Type to search, Up and Down to navigate, Enter to load">
48
+ </div>
49
+
50
+ <ul id="search-results" aria-label="Search Results"
51
+ aria-busy="false" aria-expanded="false"
52
+ aria-atomic="false" class="initially-hidden"></ul>
53
+ </form>
54
+ </div>
55
+
56
+ </div>
57
+
58
+
59
+
60
+ <div id="class-metadata">
61
+
62
+
63
+
64
+
65
+
66
+ </div>
67
+ </nav>
68
+
69
+ <main role="main" aria-labelledby="module-ClientRPC">
70
+ <h1 id="module-ClientRPC" class="module">
71
+ module ClientRPC
72
+ </h1>
73
+
74
+ <section class="description">
75
+
76
+ </section>
77
+
78
+
79
+ <section id="5Buntitled-5D" class="documentation-section">
80
+
81
+
82
+
83
+
84
+
85
+
86
+
87
+
88
+
89
+ </section>
90
+
91
+ </main>
92
+
93
+
94
+ <footer id="validator-badges" role="contentinfo">
95
+ <p><a href="https://validator.w3.org/check/referer">Validate</a>
96
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
97
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
98
+ </footer>
99
+
@@ -0,0 +1,106 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>class ClientRPC::Connect - RDoc Documentation</title>
8
+
9
+ <script type="text/javascript">
10
+ var rdoc_rel_prefix = "../";
11
+ var index_rel_prefix = "../";
12
+ </script>
13
+
14
+ <script src="../js/navigation.js" defer></script>
15
+ <script src="../js/search.js" defer></script>
16
+ <script src="../js/search_index.js" defer></script>
17
+ <script src="../js/searcher.js" defer></script>
18
+ <script src="../js/darkfish.js" defer></script>
19
+
20
+ <link href="../css/fonts.css" rel="stylesheet">
21
+ <link href="../css/rdoc.css" rel="stylesheet">
22
+
23
+
24
+
25
+
26
+ <body id="top" role="document" class="class">
27
+ <nav role="navigation">
28
+ <div id="project-navigation">
29
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
30
+ <h2>
31
+ <a href="../index.html" rel="home">Home</a>
32
+ </h2>
33
+
34
+ <div id="table-of-contents-navigation">
35
+ <a href="../table_of_contents.html#pages">Pages</a>
36
+ <a href="../table_of_contents.html#classes">Classes</a>
37
+ <a href="../table_of_contents.html#methods">Methods</a>
38
+ </div>
39
+ </div>
40
+
41
+ <div id="search-section" role="search" class="project-section initially-hidden">
42
+ <form action="#" method="get" accept-charset="utf-8">
43
+ <div id="search-field-wrapper">
44
+ <input id="search-field" role="combobox" aria-label="Search"
45
+ aria-autocomplete="list" aria-controls="search-results"
46
+ type="text" name="search" placeholder="Search" spellcheck="false"
47
+ title="Type to search, Up and Down to navigate, Enter to load">
48
+ </div>
49
+
50
+ <ul id="search-results" aria-label="Search Results"
51
+ aria-busy="false" aria-expanded="false"
52
+ aria-atomic="false" class="initially-hidden"></ul>
53
+ </form>
54
+ </div>
55
+
56
+ </div>
57
+
58
+
59
+
60
+ <div id="class-metadata">
61
+
62
+ <div id="parent-class-section" class="nav-section">
63
+ <h3>Parent</h3>
64
+
65
+
66
+ <p class="link">Object
67
+
68
+ </div>
69
+
70
+
71
+
72
+
73
+ </div>
74
+ </nav>
75
+
76
+ <main role="main" aria-labelledby="class-ClientRPC::Connect">
77
+ <h1 id="class-ClientRPC::Connect" class="class">
78
+ class ClientRPC::Connect
79
+ </h1>
80
+
81
+ <section class="description">
82
+
83
+ </section>
84
+
85
+
86
+ <section id="5Buntitled-5D" class="documentation-section">
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+ </section>
97
+
98
+ </main>
99
+
100
+
101
+ <footer id="validator-badges" role="contentinfo">
102
+ <p><a href="https://validator.w3.org/check/referer">Validate</a>
103
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
104
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
105
+ </footer>
106
+
@@ -0,0 +1,106 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>class ClientRPC::Connect::Error - RDoc Documentation</title>
8
+
9
+ <script type="text/javascript">
10
+ var rdoc_rel_prefix = "../../";
11
+ var index_rel_prefix = "../../";
12
+ </script>
13
+
14
+ <script src="../../js/navigation.js" defer></script>
15
+ <script src="../../js/search.js" defer></script>
16
+ <script src="../../js/search_index.js" defer></script>
17
+ <script src="../../js/searcher.js" defer></script>
18
+ <script src="../../js/darkfish.js" defer></script>
19
+
20
+ <link href="../../css/fonts.css" rel="stylesheet">
21
+ <link href="../../css/rdoc.css" rel="stylesheet">
22
+
23
+
24
+
25
+
26
+ <body id="top" role="document" class="class">
27
+ <nav role="navigation">
28
+ <div id="project-navigation">
29
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
30
+ <h2>
31
+ <a href="../../index.html" rel="home">Home</a>
32
+ </h2>
33
+
34
+ <div id="table-of-contents-navigation">
35
+ <a href="../../table_of_contents.html#pages">Pages</a>
36
+ <a href="../../table_of_contents.html#classes">Classes</a>
37
+ <a href="../../table_of_contents.html#methods">Methods</a>
38
+ </div>
39
+ </div>
40
+
41
+ <div id="search-section" role="search" class="project-section initially-hidden">
42
+ <form action="#" method="get" accept-charset="utf-8">
43
+ <div id="search-field-wrapper">
44
+ <input id="search-field" role="combobox" aria-label="Search"
45
+ aria-autocomplete="list" aria-controls="search-results"
46
+ type="text" name="search" placeholder="Search" spellcheck="false"
47
+ title="Type to search, Up and Down to navigate, Enter to load">
48
+ </div>
49
+
50
+ <ul id="search-results" aria-label="Search Results"
51
+ aria-busy="false" aria-expanded="false"
52
+ aria-atomic="false" class="initially-hidden"></ul>
53
+ </form>
54
+ </div>
55
+
56
+ </div>
57
+
58
+
59
+
60
+ <div id="class-metadata">
61
+
62
+ <div id="parent-class-section" class="nav-section">
63
+ <h3>Parent</h3>
64
+
65
+
66
+ <p class="link">RuntimeError
67
+
68
+ </div>
69
+
70
+
71
+
72
+
73
+ </div>
74
+ </nav>
75
+
76
+ <main role="main" aria-labelledby="class-ClientRPC::Connect::Error">
77
+ <h1 id="class-ClientRPC::Connect::Error" class="class">
78
+ class ClientRPC::Connect::Error
79
+ </h1>
80
+
81
+ <section class="description">
82
+
83
+ </section>
84
+
85
+
86
+ <section id="5Buntitled-5D" class="documentation-section">
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+ </section>
97
+
98
+ </main>
99
+
100
+
101
+ <footer id="validator-badges" role="contentinfo">
102
+ <p><a href="https://validator.w3.org/check/referer">Validate</a>
103
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
104
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
105
+ </footer>
106
+
@@ -0,0 +1,101 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>Gemfile - RDoc Documentation</title>
8
+
9
+ <script type="text/javascript">
10
+ var rdoc_rel_prefix = "./";
11
+ var index_rel_prefix = "./";
12
+ </script>
13
+
14
+ <script src="./js/navigation.js" defer></script>
15
+ <script src="./js/search.js" defer></script>
16
+ <script src="./js/search_index.js" defer></script>
17
+ <script src="./js/searcher.js" defer></script>
18
+ <script src="./js/darkfish.js" defer></script>
19
+
20
+ <link href="./css/fonts.css" rel="stylesheet">
21
+ <link href="./css/rdoc.css" rel="stylesheet">
22
+
23
+
24
+
25
+
26
+ <body id="top" role="document" class="file">
27
+ <nav role="navigation">
28
+ <div id="project-navigation">
29
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
30
+ <h2>
31
+ <a href="./index.html" rel="home">Home</a>
32
+ </h2>
33
+
34
+ <div id="table-of-contents-navigation">
35
+ <a href="./table_of_contents.html#pages">Pages</a>
36
+ <a href="./table_of_contents.html#classes">Classes</a>
37
+ <a href="./table_of_contents.html#methods">Methods</a>
38
+ </div>
39
+ </div>
40
+
41
+ <div id="search-section" role="search" class="project-section initially-hidden">
42
+ <form action="#" method="get" accept-charset="utf-8">
43
+ <div id="search-field-wrapper">
44
+ <input id="search-field" role="combobox" aria-label="Search"
45
+ aria-autocomplete="list" aria-controls="search-results"
46
+ type="text" name="search" placeholder="Search" spellcheck="false"
47
+ title="Type to search, Up and Down to navigate, Enter to load">
48
+ </div>
49
+
50
+ <ul id="search-results" aria-label="Search Results"
51
+ aria-busy="false" aria-expanded="false"
52
+ aria-atomic="false" class="initially-hidden"></ul>
53
+ </form>
54
+ </div>
55
+
56
+ </div>
57
+
58
+
59
+
60
+ <div id="project-metadata">
61
+ <div id="fileindex-section" class="nav-section">
62
+ <h3>Pages</h3>
63
+
64
+ <ul class="link-list">
65
+
66
+ <li><a href="./Gemfile.html">Gemfile</a>
67
+
68
+ <li><a href="./Gemfile_lock.html">Gemfile.lock</a>
69
+
70
+ <li><a href="./LICENSE.html">LICENSE</a>
71
+
72
+ <li><a href="./Rakefile.html">Rakefile</a>
73
+
74
+ <li><a href="./bin/setup.html">setup</a>
75
+
76
+ <li><a href="./readme_md.html">readme</a>
77
+
78
+ </ul>
79
+ </div>
80
+
81
+ </div>
82
+ </nav>
83
+
84
+ <main role="main" aria-label="Page Gemfile">
85
+
86
+ <p>source “<a href="https://rubygems.org">rubygems.org</a>”</p>
87
+
88
+ <p>gemspec</p>
89
+
90
+ <p>gem “minitest”, “~&gt; 5.0” gem “rspec-rails”, “~&gt; 3.5”</p>
91
+
92
+ </main>
93
+
94
+
95
+
96
+ <footer id="validator-badges" role="contentinfo">
97
+ <p><a href="https://validator.w3.org/check/referer">Validate</a>
98
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
99
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
100
+ </footer>
101
+
@@ -0,0 +1,193 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>Gemfile.lock - RDoc Documentation</title>
8
+
9
+ <script type="text/javascript">
10
+ var rdoc_rel_prefix = "./";
11
+ var index_rel_prefix = "./";
12
+ </script>
13
+
14
+ <script src="./js/navigation.js" defer></script>
15
+ <script src="./js/search.js" defer></script>
16
+ <script src="./js/search_index.js" defer></script>
17
+ <script src="./js/searcher.js" defer></script>
18
+ <script src="./js/darkfish.js" defer></script>
19
+
20
+ <link href="./css/fonts.css" rel="stylesheet">
21
+ <link href="./css/rdoc.css" rel="stylesheet">
22
+
23
+
24
+
25
+
26
+ <body id="top" role="document" class="file">
27
+ <nav role="navigation">
28
+ <div id="project-navigation">
29
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
30
+ <h2>
31
+ <a href="./index.html" rel="home">Home</a>
32
+ </h2>
33
+
34
+ <div id="table-of-contents-navigation">
35
+ <a href="./table_of_contents.html#pages">Pages</a>
36
+ <a href="./table_of_contents.html#classes">Classes</a>
37
+ <a href="./table_of_contents.html#methods">Methods</a>
38
+ </div>
39
+ </div>
40
+
41
+ <div id="search-section" role="search" class="project-section initially-hidden">
42
+ <form action="#" method="get" accept-charset="utf-8">
43
+ <div id="search-field-wrapper">
44
+ <input id="search-field" role="combobox" aria-label="Search"
45
+ aria-autocomplete="list" aria-controls="search-results"
46
+ type="text" name="search" placeholder="Search" spellcheck="false"
47
+ title="Type to search, Up and Down to navigate, Enter to load">
48
+ </div>
49
+
50
+ <ul id="search-results" aria-label="Search Results"
51
+ aria-busy="false" aria-expanded="false"
52
+ aria-atomic="false" class="initially-hidden"></ul>
53
+ </form>
54
+ </div>
55
+
56
+ </div>
57
+
58
+
59
+
60
+ <div id="project-metadata">
61
+ <div id="fileindex-section" class="nav-section">
62
+ <h3>Pages</h3>
63
+
64
+ <ul class="link-list">
65
+
66
+ <li><a href="./Gemfile.html">Gemfile</a>
67
+
68
+ <li><a href="./Gemfile_lock.html">Gemfile.lock</a>
69
+
70
+ <li><a href="./LICENSE.html">LICENSE</a>
71
+
72
+ <li><a href="./Rakefile.html">Rakefile</a>
73
+
74
+ <li><a href="./bin/setup.html">setup</a>
75
+
76
+ <li><a href="./readme_md.html">readme</a>
77
+
78
+ </ul>
79
+ </div>
80
+
81
+ </div>
82
+ </nav>
83
+
84
+ <main role="main" aria-label="Page Gemfile.lock">
85
+
86
+ <p>PATH</p>
87
+
88
+ <pre>remote: .
89
+ specs:
90
+ ruby-client (1.0.0)
91
+ oj (~&gt; 2.15)</pre>
92
+
93
+ <p>GEM</p>
94
+
95
+ <pre>remote: https://rubygems.org/
96
+ specs:
97
+ actionpack (6.0.3.2)
98
+ actionview (= 6.0.3.2)
99
+ activesupport (= 6.0.3.2)
100
+ rack (~&gt; 2.0, &gt;= 2.0.8)
101
+ rack-test (&gt;= 0.6.3)
102
+ rails-dom-testing (~&gt; 2.0)
103
+ rails-html-sanitizer (~&gt; 1.0, &gt;= 1.2.0)
104
+ actionview (6.0.3.2)
105
+ activesupport (= 6.0.3.2)
106
+ builder (~&gt; 3.1)
107
+ erubi (~&gt; 1.4)
108
+ rails-dom-testing (~&gt; 2.0)
109
+ rails-html-sanitizer (~&gt; 1.1, &gt;= 1.2.0)
110
+ activesupport (6.0.3.2)
111
+ concurrent-ruby (~&gt; 1.0, &gt;= 1.0.2)
112
+ i18n (&gt;= 0.7, &lt; 2)
113
+ minitest (~&gt; 5.1)
114
+ tzinfo (~&gt; 1.1)
115
+ zeitwerk (~&gt; 2.2, &gt;= 2.2.2)
116
+ builder (3.2.4)
117
+ concurrent-ruby (1.1.6)
118
+ crass (1.0.6)
119
+ diff-lcs (1.4.4)
120
+ erubi (1.9.0)
121
+ i18n (1.8.3)
122
+ concurrent-ruby (~&gt; 1.0)
123
+ loofah (2.6.0)
124
+ crass (~&gt; 1.0.2)
125
+ nokogiri (&gt;= 1.5.9)
126
+ method_source (1.0.0)
127
+ mini_portile2 (2.4.0)
128
+ minitest (5.14.1)
129
+ nokogiri (1.10.10-x64-mingw32)
130
+ mini_portile2 (~&gt; 2.4.0)
131
+ oj (2.18.5)
132
+ rack (2.2.3)
133
+ rack-test (1.1.0)
134
+ rack (&gt;= 1.0, &lt; 3)
135
+ rails-dom-testing (2.0.3)
136
+ activesupport (&gt;= 4.2.0)
137
+ nokogiri (&gt;= 1.6)
138
+ rails-html-sanitizer (1.3.0)
139
+ loofah (~&gt; 2.3)
140
+ railties (6.0.3.2)
141
+ actionpack (= 6.0.3.2)
142
+ activesupport (= 6.0.3.2)
143
+ method_source
144
+ rake (&gt;= 0.8.7)
145
+ thor (&gt;= 0.20.3, &lt; 2.0)
146
+ rake (13.0.1)
147
+ rspec-core (3.9.2)
148
+ rspec-support (~&gt; 3.9.3)
149
+ rspec-expectations (3.9.2)
150
+ diff-lcs (&gt;= 1.2.0, &lt; 2.0)
151
+ rspec-support (~&gt; 3.9.0)
152
+ rspec-mocks (3.9.1)
153
+ diff-lcs (&gt;= 1.2.0, &lt; 2.0)
154
+ rspec-support (~&gt; 3.9.0)
155
+ rspec-rails (3.9.1)
156
+ actionpack (&gt;= 3.0)
157
+ activesupport (&gt;= 3.0)
158
+ railties (&gt;= 3.0)
159
+ rspec-core (~&gt; 3.9.0)
160
+ rspec-expectations (~&gt; 3.9.0)
161
+ rspec-mocks (~&gt; 3.9.0)
162
+ rspec-support (~&gt; 3.9.0)
163
+ rspec-support (3.9.3)
164
+ thor (1.0.1)
165
+ thread_safe (0.3.6)
166
+ tzinfo (1.2.7)
167
+ thread_safe (~&gt; 0.1)
168
+ zeitwerk (2.4.0)</pre>
169
+
170
+ <p>PLATFORMS</p>
171
+
172
+ <pre class="ruby"><span class="ruby-identifier">x64</span><span class="ruby-operator">-</span><span class="ruby-identifier">mingw32</span>
173
+ </pre>
174
+
175
+ <p>DEPENDENCIES</p>
176
+
177
+ <pre>rspec-rails (~&gt; 3.5)
178
+ ruby-client!</pre>
179
+
180
+ <p>BUNDLED WITH</p>
181
+
182
+ <pre>2.1.4</pre>
183
+
184
+ </main>
185
+
186
+
187
+
188
+ <footer id="validator-badges" role="contentinfo">
189
+ <p><a href="https://validator.w3.org/check/referer">Validate</a>
190
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
191
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
192
+ </footer>
193
+