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,28 @@
1
+ lib = File.expand_path("lib", __dir__)
2
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
+ require "nimiq/version"
4
+
5
+ Gem::Specification.new do |spec|
6
+ spec.name = "ruby-client"
7
+ spec.version = Nimiq::VERSION
8
+ spec.authors = ["jade"]
9
+ spec.email = ["root@localhost"]
10
+
11
+ spec.summary = %q{Ruby implementation of the Nimiq RPC client specifications.}
12
+ spec.homepage = "https://github.com/jxdv/ruby-client"
13
+ spec.license = "Apache-2.0"
14
+ spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
15
+
16
+ spec.metadata["homepage_uri"] = spec.homepage
17
+ spec.metadata["source_code_uri"] = "https://github.com/jxdv/ruby-client"
18
+ spec.metadata["changelog_uri"] = "https://github.com/jxdv/ruby-client/readme.md"
19
+
20
+ spec.add_dependency "oj", "~> 2.15"
21
+
22
+ spec.files = Dir.chdir(File.expand_path("..", __FILE__)) do
23
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
24
+ end
25
+ spec.bindir = "exe"
26
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
27
+ spec.require_paths = ["lib"]
28
+ end
metadata ADDED
@@ -0,0 +1,160 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ruby-client
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - jade
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2020-07-20 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: oj
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '2.15'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '2.15'
27
+ description:
28
+ email:
29
+ - root@localhost
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - ".gitignore"
35
+ - ".travis.yml"
36
+ - Gemfile
37
+ - Gemfile.lock
38
+ - LICENSE
39
+ - README.md
40
+ - Rakefile
41
+ - bin/console
42
+ - bin/setup
43
+ - doc/Api.html
44
+ - doc/ClientRPC.html
45
+ - doc/ClientRPC/Connect.html
46
+ - doc/ClientRPC/Connect/Error.html
47
+ - doc/Gemfile.html
48
+ - doc/Gemfile_lock.html
49
+ - doc/LICENSE.html
50
+ - doc/LICENSE_txt.html
51
+ - doc/Nimiq.html
52
+ - doc/Nimiq/Client.html
53
+ - doc/Nimiq/Error.html
54
+ - doc/Nimiq/Exceptions.html
55
+ - doc/Object.html
56
+ - doc/README_md.html
57
+ - doc/Rakefile.html
58
+ - doc/Ruby.html
59
+ - doc/Ruby/ClientTest.html
60
+ - doc/bin/setup.html
61
+ - doc/classes/Api.html
62
+ - doc/classes/ClientRPC.html
63
+ - doc/classes/ClientRPC/Connect.html
64
+ - doc/classes/ClientRPC/Connect/Error.html
65
+ - doc/classes/Nimiq.html
66
+ - doc/classes/Nimiq/Client.html
67
+ - doc/classes/Nimiq/Error.html
68
+ - doc/classes/Nimiq/Exceptions.html
69
+ - doc/classes/index.html
70
+ - doc/created.rid
71
+ - doc/css/application.css
72
+ - doc/css/bootstrap.min.css
73
+ - doc/css/coderay.css
74
+ - doc/css/fonts.css
75
+ - doc/css/rdoc.css
76
+ - doc/files/index.html
77
+ - doc/files/lib/api_rb.html
78
+ - doc/files/lib/client_rb.html
79
+ - doc/files/lib/nimiq/version_rb.html
80
+ - doc/files/lib/rpcclient_rb.html
81
+ - doc/fonts/Lato-Light.ttf
82
+ - doc/fonts/Lato-LightItalic.ttf
83
+ - doc/fonts/Lato-Regular.ttf
84
+ - doc/fonts/Lato-RegularItalic.ttf
85
+ - doc/fonts/SourceCodePro-Bold.ttf
86
+ - doc/fonts/SourceCodePro-Regular.ttf
87
+ - doc/images/add.png
88
+ - doc/images/arrow_up.png
89
+ - doc/images/brick.png
90
+ - doc/images/brick_link.png
91
+ - doc/images/bug.png
92
+ - doc/images/bullet_black.png
93
+ - doc/images/bullet_toggle_minus.png
94
+ - doc/images/bullet_toggle_plus.png
95
+ - doc/images/date.png
96
+ - doc/images/delete.png
97
+ - doc/images/find.png
98
+ - doc/images/loadingAnimation.gif
99
+ - doc/images/macFFBgHack.png
100
+ - doc/images/package.png
101
+ - doc/images/page_green.png
102
+ - doc/images/page_white_text.png
103
+ - doc/images/page_white_width.png
104
+ - doc/images/plugin.png
105
+ - doc/images/ruby.png
106
+ - doc/images/tag_blue.png
107
+ - doc/images/tag_green.png
108
+ - doc/images/transparent.png
109
+ - doc/images/wrench.png
110
+ - doc/images/wrench_orange.png
111
+ - doc/images/zoom.png
112
+ - doc/img/glyphicons-halflings-white.png
113
+ - doc/img/glyphicons-halflings.png
114
+ - doc/index.html
115
+ - doc/js/application.js
116
+ - doc/js/bootstrap.min.js
117
+ - doc/js/darkfish.js
118
+ - doc/js/index.js
119
+ - doc/js/jquery.js
120
+ - doc/js/navigation.js
121
+ - doc/js/navigation.js.gz
122
+ - doc/js/search.js
123
+ - doc/js/search_index.js
124
+ - doc/js/search_index.js.gz
125
+ - doc/js/searcher.js
126
+ - doc/js/searcher.js.gz
127
+ - doc/method/index.html
128
+ - doc/table_of_contents.html
129
+ - lib/api.rb
130
+ - lib/client.rb
131
+ - lib/nimiq/version.rb
132
+ - lib/rpcclient.rb
133
+ - ruby-client.gemspec
134
+ homepage: https://github.com/jxdv/ruby-client
135
+ licenses:
136
+ - Apache-2.0
137
+ metadata:
138
+ homepage_uri: https://github.com/jxdv/ruby-client
139
+ source_code_uri: https://github.com/jxdv/ruby-client
140
+ changelog_uri: https://github.com/jxdv/ruby-client/readme.md
141
+ post_install_message:
142
+ rdoc_options: []
143
+ require_paths:
144
+ - lib
145
+ required_ruby_version: !ruby/object:Gem::Requirement
146
+ requirements:
147
+ - - ">="
148
+ - !ruby/object:Gem::Version
149
+ version: 2.3.0
150
+ required_rubygems_version: !ruby/object:Gem::Requirement
151
+ requirements:
152
+ - - ">="
153
+ - !ruby/object:Gem::Version
154
+ version: '0'
155
+ requirements: []
156
+ rubygems_version: 3.1.4
157
+ signing_key:
158
+ specification_version: 4
159
+ summary: Ruby implementation of the Nimiq RPC client specifications.
160
+ test_files: []