protobuf 3.10.7 → 3.10.8

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f345ac51b45d74ca337c48e64d8ffb42e2447827e9fa5b483a7602ef47cc6743
4
- data.tar.gz: d5ac75f75f3e27c75d4ad2066bd5160df7288136fd5c87323a7918034c025adb
3
+ metadata.gz: 0c5dfe944c45e6d2ae26771385b8bfe7719efe4efd6576d0f95866319872342e
4
+ data.tar.gz: aa4bb74aadc1e5d2462db9df39b8b931e2382478078f4c84aa4c22d1d2145252
5
5
  SHA512:
6
- metadata.gz: 62c4eb8312892d27bbb8f0f2917a63fd40519c3d6b3e36eb8825128d086d2913fe73f0d3db6acf035086a4b628ffe7ed3d838718f3301061edbf21f5bca81edb
7
- data.tar.gz: 6fa9ec62ef8a47feec93a6b9f6b2c1cad220b1dd2001dd4b96a5ac75c1a3f7b81a2c7ee4342244e61ba649a7d075e572991bb162ff1b85cb6f2d5cf974e63d7c
6
+ metadata.gz: 4b225ea3a368cec4e619d8b117dc8eb1e11fe913ce1563c254c8530a6b18abb6109a5c4aaace7c1fbd7f774df302fce9d182c5db166e5e013e9e8d18334d0fc6
7
+ data.tar.gz: 2450cdba292656144044d49098f9c95cc8e487cf27843ab99abf2d99c1f0478d566b65f181ac87babb05aeab2f62f5cea611d41d717e10eeeaccef59c4cf1f25
data/lib/protobuf/cli.rb CHANGED
@@ -1,3 +1,4 @@
1
+ require 'active_support'
1
2
  require 'active_support/core_ext/hash/keys'
2
3
  require 'active_support/inflector'
3
4
 
@@ -1,3 +1,4 @@
1
+ require 'active_support'
1
2
  require 'active_support/core_ext/module/aliasing'
2
3
  require 'protobuf/generators/file_generator'
3
4
 
@@ -1,3 +1,4 @@
1
+ require 'active_support'
1
2
  require 'active_support/deprecation'
2
3
 
3
4
  module Protobuf
@@ -1,3 +1,4 @@
1
+ require 'active_support'
1
2
  require 'active_support/core_ext/hash/slice'
2
3
  require 'protobuf/field/field_array'
3
4
  require 'protobuf/field/field_hash'
@@ -1,3 +1,3 @@
1
1
  module Protobuf
2
- VERSION = '3.10.7' # rubocop:disable Style/MutableConstant
2
+ VERSION = '3.10.8' # rubocop:disable Style/MutableConstant
3
3
  end
data/lib/protobuf.rb CHANGED
@@ -4,6 +4,7 @@ require 'pp'
4
4
  require 'socket'
5
5
  require 'stringio'
6
6
 
7
+ require 'active_support'
7
8
  require 'active_support/core_ext/object/blank'
8
9
  require 'active_support/core_ext/object/try'
9
10
  require 'active_support/inflector'
@@ -1,5 +1,6 @@
1
1
  require 'ostruct'
2
2
 
3
+ require 'active_support'
3
4
  require 'active_support/core_ext/hash/reverse_merge'
4
5
 
5
6
  require 'spec_helper'
metadata CHANGED
@@ -1,17 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: protobuf
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.10.7
4
+ version: 3.10.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - BJ Neilsen
8
8
  - Brandon Dewitt
9
9
  - Devin Christensen
10
10
  - Adam Hutchison
11
- autorequire:
11
+ autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2022-08-24 00:00:00.000000000 Z
14
+ date: 2023-11-27 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: activesupport
@@ -471,7 +471,7 @@ homepage: https://github.com/localshred/protobuf
471
471
  licenses:
472
472
  - MIT
473
473
  metadata: {}
474
- post_install_message:
474
+ post_install_message:
475
475
  rdoc_options: []
476
476
  require_paths:
477
477
  - lib
@@ -486,8 +486,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
486
486
  - !ruby/object:Gem::Version
487
487
  version: '0'
488
488
  requirements: []
489
- rubygems_version: 3.1.4
490
- signing_key:
489
+ rubygems_version: 3.2.33
490
+ signing_key:
491
491
  specification_version: 4
492
492
  summary: Google Protocol Buffers serialization and RPC implementation for Ruby.
493
493
  test_files: