ruby-client 1.0.4 → 1.1.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 (105) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +8 -59
  3. data/.travis.yml +6 -6
  4. data/Gemfile +7 -6
  5. data/LICENSE.txt +21 -0
  6. data/README.md +40 -49
  7. data/Rakefile +10 -14
  8. data/bin/console +14 -6
  9. data/bin/setup +8 -6
  10. data/lib/ruby/client.rb +11 -0
  11. data/lib/ruby/client/version.rb +5 -0
  12. data/ruby-client.gemspec +30 -29
  13. metadata +6 -95
  14. data/Gemfile.lock +0 -92
  15. data/LICENSE +0 -177
  16. data/doc/Api.html +0 -1592
  17. data/doc/ClientRPC.html +0 -99
  18. data/doc/ClientRPC/Connect.html +0 -106
  19. data/doc/ClientRPC/Connect/Error.html +0 -106
  20. data/doc/Gemfile.html +0 -101
  21. data/doc/Gemfile_lock.html +0 -193
  22. data/doc/LICENSE.html +0 -177
  23. data/doc/LICENSE_txt.html +0 -105
  24. data/doc/Nimiq.html +0 -99
  25. data/doc/Nimiq/Client.html +0 -248
  26. data/doc/Nimiq/Error.html +0 -108
  27. data/doc/Nimiq/Exceptions.html +0 -163
  28. data/doc/Object.html +0 -125
  29. data/doc/README_md.html +0 -162
  30. data/doc/Rakefile.html +0 -108
  31. data/doc/Ruby.html +0 -99
  32. data/doc/Ruby/ClientTest.html +0 -106
  33. data/doc/bin/setup.html +0 -99
  34. data/doc/classes/Api.html +0 -1506
  35. data/doc/classes/ClientRPC.html +0 -120
  36. data/doc/classes/ClientRPC/Connect.html +0 -120
  37. data/doc/classes/ClientRPC/Connect/Error.html +0 -111
  38. data/doc/classes/Nimiq.html +0 -145
  39. data/doc/classes/Nimiq/Client.html +0 -237
  40. data/doc/classes/Nimiq/Error.html +0 -113
  41. data/doc/classes/Nimiq/Exceptions.html +0 -152
  42. data/doc/classes/index.html +0 -80
  43. data/doc/created.rid +0 -13
  44. data/doc/css/application.css +0 -64
  45. data/doc/css/bootstrap.min.css +0 -868
  46. data/doc/css/coderay.css +0 -141
  47. data/doc/css/fonts.css +0 -167
  48. data/doc/css/rdoc.css +0 -668
  49. data/doc/files/index.html +0 -82
  50. data/doc/files/lib/api_rb.html +0 -112
  51. data/doc/files/lib/client_rb.html +0 -118
  52. data/doc/files/lib/nimiq/version_rb.html +0 -105
  53. data/doc/files/lib/rpcclient_rb.html +0 -119
  54. data/doc/fonts/Lato-Light.ttf +0 -0
  55. data/doc/fonts/Lato-LightItalic.ttf +0 -0
  56. data/doc/fonts/Lato-Regular.ttf +0 -0
  57. data/doc/fonts/Lato-RegularItalic.ttf +0 -0
  58. data/doc/fonts/SourceCodePro-Bold.ttf +0 -0
  59. data/doc/fonts/SourceCodePro-Regular.ttf +0 -0
  60. data/doc/images/add.png +0 -0
  61. data/doc/images/arrow_up.png +0 -0
  62. data/doc/images/brick.png +0 -0
  63. data/doc/images/brick_link.png +0 -0
  64. data/doc/images/bug.png +0 -0
  65. data/doc/images/bullet_black.png +0 -0
  66. data/doc/images/bullet_toggle_minus.png +0 -0
  67. data/doc/images/bullet_toggle_plus.png +0 -0
  68. data/doc/images/date.png +0 -0
  69. data/doc/images/delete.png +0 -0
  70. data/doc/images/find.png +0 -0
  71. data/doc/images/loadingAnimation.gif +0 -0
  72. data/doc/images/macFFBgHack.png +0 -0
  73. data/doc/images/package.png +0 -0
  74. data/doc/images/page_green.png +0 -0
  75. data/doc/images/page_white_text.png +0 -0
  76. data/doc/images/page_white_width.png +0 -0
  77. data/doc/images/plugin.png +0 -0
  78. data/doc/images/ruby.png +0 -0
  79. data/doc/images/tag_blue.png +0 -0
  80. data/doc/images/tag_green.png +0 -0
  81. data/doc/images/transparent.png +0 -0
  82. data/doc/images/wrench.png +0 -0
  83. data/doc/images/wrench_orange.png +0 -0
  84. data/doc/images/zoom.png +0 -0
  85. data/doc/img/glyphicons-halflings-white.png +0 -0
  86. data/doc/img/glyphicons-halflings.png +0 -0
  87. data/doc/index.html +0 -110
  88. data/doc/js/application.js +0 -50
  89. data/doc/js/bootstrap.min.js +0 -7
  90. data/doc/js/darkfish.js +0 -84
  91. data/doc/js/index.js +0 -1
  92. data/doc/js/jquery.js +0 -4
  93. data/doc/js/navigation.js +0 -105
  94. data/doc/js/navigation.js.gz +0 -0
  95. data/doc/js/search.js +0 -110
  96. data/doc/js/search_index.js +0 -1
  97. data/doc/js/search_index.js.gz +0 -0
  98. data/doc/js/searcher.js +0 -229
  99. data/doc/js/searcher.js.gz +0 -0
  100. data/doc/method/index.html +0 -122
  101. data/doc/table_of_contents.html +0 -318
  102. data/lib/api.rb +0 -317
  103. data/lib/client.rb +0 -56
  104. data/lib/nimiq/version.rb +0 -3
  105. data/lib/rpcclient.rb +0 -108
@@ -1,99 +0,0 @@
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
-
@@ -1,106 +0,0 @@
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
-
@@ -1,106 +0,0 @@
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
-
@@ -1,101 +0,0 @@
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
-
@@ -1,193 +0,0 @@
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
-