This is an automated email from the ASF dual-hosted git repository.

tjwp pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git.


    from 546f9f9  Bump NUnit from 3.13.1 to 3.13.2 in /lang/csharp (#1207)
     add ad4083b  AVRO-3112: Freeze string literals for Ruby (#1190)

No new revisions were added by this update.

Summary of changes:
 .../avro/test/test_init.py => ruby/.rubocop.yml}   | 40 +++++++++++++++-------
 lang/ruby/Gemfile                                  |  1 +
 lang/ruby/Rakefile                                 |  1 +
 lang/ruby/build.sh                                 |  4 +--
 lang/ruby/interop/test_interop.rb                  |  3 +-
 lang/ruby/lib/avro.rb                              |  1 +
 lang/ruby/lib/avro/data_file.rb                    |  9 ++---
 lang/ruby/lib/avro/io.rb                           | 13 +++----
 lang/ruby/lib/avro/ipc.rb                          |  6 +++-
 lang/ruby/lib/avro/logical_types.rb                |  1 +
 lang/ruby/lib/avro/protocol.rb                     |  1 +
 lang/ruby/lib/avro/schema.rb                       |  7 ++--
 lang/ruby/lib/avro/schema_compatibility.rb         |  1 +
 lang/ruby/lib/avro/schema_normalization.rb         |  1 +
 lang/ruby/lib/avro/schema_validator.rb             | 23 +++++++------
 lang/ruby/test/case_finder.rb                      |  1 +
 lang/ruby/test/random_data.rb                      |  9 ++---
 lang/ruby/test/sample_ipc_client.rb                |  1 +
 lang/ruby/test/sample_ipc_http_client.rb           |  1 +
 lang/ruby/test/sample_ipc_http_server.rb           |  1 +
 lang/ruby/test/sample_ipc_server.rb                |  1 +
 lang/ruby/test/test_datafile.rb                    |  1 +
 lang/ruby/test/test_fingerprints.rb                |  1 +
 lang/ruby/test/test_help.rb                        |  1 +
 lang/ruby/test/test_io.rb                          | 33 +++++++++---------
 lang/ruby/test/test_logical_types.rb               |  3 +-
 lang/ruby/test/test_protocol.rb                    |  3 +-
 lang/ruby/test/test_schema.rb                      |  1 +
 lang/ruby/test/test_schema_compatibility.rb        |  1 +
 lang/ruby/test/test_schema_normalization.rb        |  1 +
 lang/ruby/test/test_schema_validator.rb            |  1 +
 lang/ruby/test/test_socket_transport.rb            |  1 +
 lang/ruby/test/tool.rb                             |  1 +
 33 files changed, 111 insertions(+), 63 deletions(-)
 copy lang/{py/avro/test/test_init.py => ruby/.rubocop.yml} (68%)

Reply via email to