Commits


Kengo Seki authored and Fokko Driesprong committed 9125e9acff3
AVRO-2482: Introduce RuboCop for linting the Ruby bindings (#592) * AVRO-2482: Introduce RuboCop for linting the Ruby bindings * Additional fixes for AVRO-2482 * Rename unused arguments to _original_name rather than _ for readability * Fix Dockerfile to consolidate definition of the dependent libraries * Remove a shebang line and execution permission from test/random_data.rb, which only contains a class definition, and instead add them to sample_ipc_http_server.rb, which works as a standalone script * Additional fixes for AVRO-2482 * Upgrade Yetus with some workarounds so that installing Ruby packages via Gemfile in docker works on Travis CI * Fix Ruby test tools to work with the IPC interop test