ruby-client 1.0.5 → 1.0.6

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 +7 -0
  11. data/lib/ruby/client/version.rb +5 -0
  12. data/ruby-client.gemspec +29 -29
  13. metadata +4 -93
  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 -58
  104. data/lib/nimiq/version.rb +0 -3
  105. data/lib/rpcclient.rb +0 -108
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fe2bce90fab646e75e966a9f24ae5a26cef59c57b74b5f5d1ea7036a0f4833d0
4
- data.tar.gz: f10a723acf29c07ccb8c0306aba79c365b044ba22300cca57cd6542cc3af91dc
3
+ metadata.gz: defd8eb2d1498b99c8fdb4846a694fac5cff7319c620c7e39bf9f4358803c7af
4
+ data.tar.gz: 713ae44b7f14732acbd75692b9b253b5e8271322ff1ca823a0ed50e47e852525
5
5
  SHA512:
6
- metadata.gz: c91b13d94a95237bd17f08a445fc38a01f6f6ebd5006331b982b56b65a37ca3494727c0bc774f313683eccd9e91835ee0606f667aa95358eeea41ddbb2b01177
7
- data.tar.gz: d1c0a1d3353d51a9d1b17417f989ac659eb112a9e01cae7fe031a90368ea05ef45ce3fa15f1fe62cfbfada48c65b28f12012bb4f118c6c10efc9c01414e7e5e8
6
+ metadata.gz: 64570063f9e7f4d9c03adbe0098f8049b6827db9ed7776f60cc1d720033f23ac42174ae4af04dfc9946b5a1eba8fb46408cbfd18c285af95f3ba4ee5d365dacc
7
+ data.tar.gz: e5ddc8e603646c9f12a7f07a7727ebc562d932a73de06bf548891dd5c61842f58ead38014846dc76546fe25aaa8e79b3f6e3c08c493fe34de4d1de7ebaa3f83f
data/.gitignore CHANGED
@@ -1,59 +1,8 @@
1
- *.gem
2
- *.rbc
3
- /.config
4
- /coverage/
5
- /InstalledFiles
6
- /pkg/
7
- /spec/reports/
8
- /spec/examples.txt
9
- /test/tmp/
10
- /test/version_tmp/
11
- /tmp/
12
- /.idea/
13
- /.ignore/
14
- *.swp
15
- .DS_Store
16
-
17
- # Used by dotenv library to load environment variables.
18
- # .env
19
-
20
- # Ignore Byebug command history file.
21
- .byebug_history
22
-
23
- ## Specific to RubyMotion:
24
- .dat*
25
- .repl_history
26
- build/
27
- *.bridgesupport
28
- build-iPhoneOS/
29
- build-iPhoneSimulator/
30
-
31
- ## Specific to RubyMotion (use of CocoaPods):
32
- #
33
- # We recommend against adding the Pods directory to your .gitignore. However
34
- # you should judge for yourself, the pros and cons are mentioned at:
35
- # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
36
- #
37
- # vendor/Pods/
38
-
39
- ## Documentation cache and generated files:
40
- /.yardoc/
41
- /_yardoc/
42
- /rdoc/
43
-
44
- ## Environment normalization:
45
- /.bundle/
46
- /vendor/bundle
47
- /lib/bundler/man/
48
-
49
- # for a library or gem, you might want to ignore these files since the code is
50
- # intended to run in multiple environments; otherwise, check them in:
51
- # Gemfile.lock
52
- # .ruby-version
53
- # .ruby-gemset
54
-
55
- # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
56
- .rvmrc
57
-
58
- # Used by RuboCop. Remote config files pulled in from inherit_from directive.
59
- # .rubocop-https?--*
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
@@ -1,6 +1,6 @@
1
- ---
2
- language: ruby
3
- cache: bundler
4
- rvm:
5
- - 2.6.6
6
- before_install: gem install bundler -v 2.1.4
1
+ ---
2
+ language: ruby
3
+ cache: bundler
4
+ rvm:
5
+ - 2.6.6
6
+ before_install: gem install bundler -v 2.1.4
data/Gemfile CHANGED
@@ -1,6 +1,7 @@
1
- source "https://rubygems.org"
2
-
3
- gemspec
4
-
5
- gem "minitest", "~> 5.0"
6
- gem "rspec-rails", "~> 3.5"
1
+ source "https://rubygems.org"
2
+
3
+ # Specify your gem's dependencies in ruby-client.gemspec
4
+ gemspec
5
+
6
+ gem "rake", "~> 12.0"
7
+ gem "minitest", "~> 5.0"
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2020 TODO: Write your name
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md CHANGED
@@ -1,49 +1,40 @@
1
- # Nimiq Ruby RPC Client
2
-
3
- > Ruby implementation of the Nimiq RPC client specs.
4
-
5
- ## Info
6
-
7
- Nimiq Ruby RPC client. It will allow you to interact with the Nimiq Blockchain, to collect data, sync with the network etc.. This library covers all the current [Nimiq JSON-RPC specification](https://github.com/nimiq/core-js/wiki/JSON-RPC-API#remotejs-client).
8
-
9
- # What is Nimiq?
10
-
11
- Inspired by the Bitcoin, Nimiq is a blockchain / cryptocurrency that runs in your browser seamlessly.
12
-
13
- Fast, easy and fun to use, for more information visit the [Nimiq website](https://www.nimiq.com/).
14
-
15
- ### Usage
16
-
17
- Example to use this ruby client:
18
-
19
- ```ruby
20
- options = {
21
- host: "http://127.0.0.1",
22
- port: "8000",
23
- # user: "user",
24
- # pass: "pass",
25
- # uri: "http://USER:PASS@IP:PORT",
26
- }
27
- nimiq = Nimiq::Client.new(options)
28
- consensus = nimiq.consensus()
29
- get_balance = nimiq.get_balance("NQ27 B9ED 98G5 3VH7 FY8D BFP0 XNF4 BD8L TN4B")
30
-
31
- puts "Consensus #{consensus}"
32
- puts "My account balance #{get_balance}"
33
- ```
34
-
35
- ## Development
36
-
37
- This section is for developments. If you only want to use this client go to the [Usage](#Usage) section. After cloning the repo, run `bundle` to install the required dependencies. For testing it requires a running Nimiq RPC node, to connect to. You can then run tests by typing `rspec --format documentation`.
38
-
39
- For a private node connection that require a username/password, don't forget to set these in the configuration spec file.
40
-
41
- ## Contributions
42
-
43
- This implementation was originally contributed by [jxdv](https://github.com/jxdv/).
44
-
45
- Bug reports and pull requests are welcome.
46
-
47
- ## License
48
-
49
- [Apache 2.0](LICENSE)
1
+ # Ruby::Client
2
+
3
+ Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/ruby/client`. To experiment with that code, run `bin/console` for an interactive prompt.
4
+
5
+ TODO: Delete this and the text above, and describe your gem
6
+
7
+ ## Installation
8
+
9
+ Add this line to your application's Gemfile:
10
+
11
+ ```ruby
12
+ gem 'ruby-client'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ $ bundle install
18
+
19
+ Or install it yourself as:
20
+
21
+ $ gem install ruby-client
22
+
23
+ ## Usage
24
+
25
+ TODO: Write usage instructions here
26
+
27
+ ## Development
28
+
29
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
+
31
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
+
33
+ ## Contributing
34
+
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/ruby-client.
36
+
37
+
38
+ ## License
39
+
40
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
data/Rakefile CHANGED
@@ -1,14 +1,10 @@
1
- # require "bundler/gem_tasks"
2
- require "rake/testtask"
3
-
4
- Rake::TestTask.new do |t|
5
- t.pattern = "spec/*_spec.rb"
6
- end
7
-
8
- # Rake::TestTask.new(:test) do |t|
9
- # t.libs << "test"
10
- # t.libs << "lib"
11
- # t.test_files = FileList["test/**/*_test.rb"]
12
- # end
13
-
14
- # task :default => :test
1
+ require "bundler/gem_tasks"
2
+ require "rake/testtask"
3
+
4
+ Rake::TestTask.new(:test) do |t|
5
+ t.libs << "test"
6
+ t.libs << "lib"
7
+ t.test_files = FileList["test/**/*_test.rb"]
8
+ end
9
+
10
+ task :default => :test
@@ -1,6 +1,14 @@
1
- #!/usr/bin/env ruby
2
- require "bundler/setup"
3
- require "ruby/client"
4
-
5
- require "irb"
6
- IRB.start(__FILE__)
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "ruby/client"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start(__FILE__)
data/bin/setup CHANGED
@@ -1,6 +1,8 @@
1
- #!/usr/bin/env bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
- set -vx
5
-
6
- bundle install
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,7 @@
1
+ module Nimiq
2
+ module Client
3
+ class Error < StandardError; end
4
+
5
+ # Your code goes here...
6
+ end
7
+ end
@@ -0,0 +1,5 @@
1
+ module Ruby
2
+ module Client
3
+ VERSION = "1.0.6"
4
+ end
5
+ end
@@ -1,29 +1,29 @@
1
- # lib = File.expand_path("lib", __dir__)
2
- # $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
- # require "nimiq/version"
4
- require_relative "lib/nimiq/version"
5
-
6
- Gem::Specification.new do |spec|
7
- spec.name = "ruby-client"
8
- spec.version = Nimiq::VERSION
9
- spec.authors = ["jxdv"]
10
- spec.email = ["root@localhost"]
11
-
12
- spec.summary = %q{Ruby implementation of the Nimiq RPC client specifications.}
13
- spec.homepage = "https://github.com/jxdv/ruby-client"
14
- spec.license = "Apache-2.0"
15
- spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
16
-
17
- spec.metadata["homepage_uri"] = spec.homepage
18
- spec.metadata["source_code_uri"] = "https://github.com/jxdv/ruby-client"
19
- spec.metadata["changelog_uri"] = "https://github.com/jxdv/ruby-client/readme.md"
20
-
21
- spec.add_dependency "oj", "~> 2.15"
22
-
23
- spec.files = Dir.chdir(File.expand_path("..", __FILE__)) do
24
- `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
25
- end
26
- spec.bindir = "exe"
27
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
28
- spec.require_paths = ["lib"]
29
- end
1
+ # lib = File.expand_path("lib", __dir__)
2
+ # $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
+ # require "nimiq/version"
4
+ require_relative "lib/ruby/client/version"
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "ruby-client"
8
+ spec.version = Ruby::Client::VERSION
9
+ spec.authors = ["jxdv"]
10
+ spec.email = ["root@localhost"]
11
+
12
+ spec.summary = %q{Ruby implementation of the Nimiq RPC client specifications.}
13
+ spec.homepage = "https://github.com/jxdv/ruby-client"
14
+ spec.license = "Apache-2.0"
15
+ spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
16
+
17
+ spec.metadata["homepage_uri"] = spec.homepage
18
+ spec.metadata["source_code_uri"] = "https://github.com/jxdv/ruby-client"
19
+ spec.metadata["changelog_uri"] = "https://github.com/jxdv/ruby-client/readme.md"
20
+
21
+ spec.add_dependency "oj", "~> 2.15"
22
+
23
+ spec.files = Dir.chdir(File.expand_path("..", __FILE__)) do
24
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
25
+ end
26
+ spec.bindir = "exe"
27
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
28
+ spec.require_paths = ["lib"]
29
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - jxdv
@@ -34,102 +34,13 @@ files:
34
34
  - ".gitignore"
35
35
  - ".travis.yml"
36
36
  - Gemfile
37
- - Gemfile.lock
38
- - LICENSE
37
+ - LICENSE.txt
39
38
  - README.md
40
39
  - Rakefile
41
40
  - bin/console
42
41
  - 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
42
+ - lib/ruby/client.rb
43
+ - lib/ruby/client/version.rb
133
44
  - ruby-client.gemspec
134
45
  homepage: https://github.com/jxdv/ruby-client
135
46
  licenses: