mikewalch commented on a change in pull request #15: Updated Ruby client code and documentation URL: https://github.com/apache/accumulo-proxy/pull/15#discussion_r360462337
########## File path: README.md ########## @@ -68,6 +68,21 @@ vim example.py pipenv run python2 example.py ``` +# Create an Accumulo client using Ruby + +Run the command below to create an example Ruby client: + +```bash +mkdir accumulo-client/ +cd accumulo-client/ +cp /path/to/accumulo-proxy/src/main/ruby/Gemfile . +vim Gemfile # Set correct path +cp /path/to/accumulo-proxy/src/main/ruby/client.rb . +gem install bundler Review comment: Ruby 2.5.5 is the default for my OS so I am going to leave it there ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services