* pkgsrc change: remove empty lines in PLIST. 3.11.2 (2019/12/13) 3.11.1 (2019/12/03) 3.11.0 (2019/11/26) * Ruby lazy wrappers optimization (#6797) 3.10.1 (2019/10/29) * Fixed bug in Ruby DSL when no names are defined in a file (#6756) 3.10.0 (2019/10/03) Update 2019-10-04: Ruby release has been rolled back due to grpc/grpc#20471. We will upload a new version once the bug is fixed. * Fix scope resolution for Google namespace (#5878) * Support hashes for struct initializers (#5716) * Optimized away the creation of empty string objects. (#6502) * Roll forward Ruby upb changes now that protobuf Ruby build is fixed (#5866) * Optimized layout_mark() for Ruby (#6521) * Optimization for layout_init() (#6547) * Fix for GC of Ruby map frames. (#6533) * Fixed leap year handling by reworking upb_mktime() -> upb_timegm(). (#6695) 3.9.2 (2019/09/23) 3.9.1 (2019/08/06) 3.9.0 (2019/07/12) * Remove to_hash methods. (#6166) 3.8.0 (2019/05/28) * Helper methods to get enum name for Ruby. 3.7.1 (2019/03/26) * Replace strptime with custom implementation (#5906) * Fixed the bug that bytes fields cannot be larger than 16000 bytes (#5924) * Miscellaneous bug fixes 3.7.0 (2019/02/28) * Ruby 2.6 support. * Drops support for ruby < 2.3. * Most issues for json encoding/decoding in the c extension have been fixed. There are still some edge cases not fixed. For more details, check conformance/failure_list_ruby.txt. * Json parsing can specify an option to ignore unknown fields: msg.decode_json(data, {ignore_unknown_fields: true}). * Added support for proto2 syntax (partially). * Various bug fixes.
35 lines
1.6 KiB
Text
35 lines
1.6 KiB
Text
@comment $NetBSD: PLIST,v 1.2 2020/01/20 15:39:25 taca Exp $
|
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
|
${GEM_EXTSDIR}/gem.build_complete
|
|
${GEM_EXTSDIR}/google/protobuf_c.${RUBY_DLEXT}
|
|
${GEM_LIBDIR}/ext/google/protobuf_c/defs.c
|
|
${GEM_LIBDIR}/ext/google/protobuf_c/encode_decode.c
|
|
${GEM_LIBDIR}/ext/google/protobuf_c/extconf.rb
|
|
${GEM_LIBDIR}/ext/google/protobuf_c/map.c
|
|
${GEM_LIBDIR}/ext/google/protobuf_c/message.c
|
|
${GEM_LIBDIR}/ext/google/protobuf_c/protobuf.c
|
|
${GEM_LIBDIR}/ext/google/protobuf_c/protobuf.h
|
|
${GEM_LIBDIR}/ext/google/protobuf_c/repeated_field.c
|
|
${GEM_LIBDIR}/ext/google/protobuf_c/storage.c
|
|
${GEM_LIBDIR}/ext/google/protobuf_c/upb.c
|
|
${GEM_LIBDIR}/ext/google/protobuf_c/upb.h
|
|
${GEM_LIBDIR}/ext/google/protobuf_c/wrap_memcpy.c
|
|
${GEM_LIBDIR}/lib/google/protobuf.rb
|
|
${GEM_LIBDIR}/lib/google/protobuf/any_pb.rb
|
|
${GEM_LIBDIR}/lib/google/protobuf/api_pb.rb
|
|
${GEM_LIBDIR}/lib/google/protobuf/duration_pb.rb
|
|
${GEM_LIBDIR}/lib/google/protobuf/empty_pb.rb
|
|
${GEM_LIBDIR}/lib/google/protobuf/field_mask_pb.rb
|
|
${GEM_LIBDIR}/lib/google/protobuf/message_exts.rb
|
|
${GEM_LIBDIR}/lib/google/protobuf/repeated_field.rb
|
|
${GEM_LIBDIR}/lib/google/protobuf/source_context_pb.rb
|
|
${GEM_LIBDIR}/lib/google/protobuf/struct_pb.rb
|
|
${GEM_LIBDIR}/lib/google/protobuf/timestamp_pb.rb
|
|
${GEM_LIBDIR}/lib/google/protobuf/type_pb.rb
|
|
${GEM_LIBDIR}/lib/google/protobuf/well_known_types.rb
|
|
${GEM_LIBDIR}/lib/google/protobuf/wrappers_pb.rb
|
|
${GEM_LIBDIR}/lib/google/protobuf_c.${RUBY_DLEXT}
|
|
${GEM_LIBDIR}/tests/basic.rb
|
|
${GEM_LIBDIR}/tests/generated_code_test.rb
|
|
${GEM_LIBDIR}/tests/stress.rb
|
|
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|