google-logging-utils 0.1.0 → 0.2.0

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: 815dc01ce1e1f3f2a2f551ae000959d9726dfa25b7e7eed5ac40fc2446bb6e86
4
- data.tar.gz: 45bb617d244c4b76d532ca245991b1c729450bf7be33869f70b6f27e4d8f5a92
3
+ metadata.gz: 1c4b0a1e9ee0a457ab30b53029ee805fbf8e5e56a4eea90eb3fa26278d8c7f31
4
+ data.tar.gz: 0a3047afc45fe59ed38054aede68b59ae941fa87f83b2faa723d93b2e60b5cfb
5
5
  SHA512:
6
- metadata.gz: 557ace6f38b12b0f4bed3b6b7fb3268a9ab59d64ca27ceca50d25ba6ffd8b448bdc97455f5dbd2b82003a05543f563830b0da33684bc70e684396b395bb69650
7
- data.tar.gz: 954667652aa30fb7943e4a01c2f5037edd983bcf0ab34ab6d147ee3fe0a0a8ff4baffa692c55eacbcb33ae57be2c94c2c853a7be595247a6fbc6d7f16e87c3f6
6
+ metadata.gz: fb7b3148bad01f1097af24ea861801d81697bfe56ad69887a8913dbf5d8b5a7ee15e8ae466bbb16cfc27cbebb8e1ab3d1c472f38aacb439740c143ddb9f0d734
7
+ data.tar.gz: bf476028d0fd941b0d466d94c46ffdee4ef05b8b9b161eca87152b2e009ccd41278b515a0bbb0570ccd1c4261ba49f9dc0d05c90915f586003cc7e67cf8dc8d0
data/CHANGELOG.md CHANGED
@@ -1,7 +1,13 @@
1
1
  ## Changelog
2
2
 
3
+ ### 0.2.0 (2025-04-30)
4
+
5
+ #### Features
6
+
7
+ * Updated required Ruby version to 3.1 ([#29](https://github.com/googleapis/ruby-core-libraries/issues/29))
8
+
3
9
  ### 0.1.0 (2024-08-27)
4
10
 
5
11
  #### Features
6
12
 
7
- * Initial release with Google log message class and structured formatter ([#11](https://github.com/googleapis/ruby-core-libraries/issues/11))
13
+ * Initial release with Google log message class and structured formatter ([#11](https://github.com/googleapis/ruby-core-libraries/issues/11))
@@ -226,6 +226,7 @@ module Google
226
226
  "httpRequest",
227
227
  "timestamp"
228
228
  ].freeze
229
+ private_constant :DISALLOWED_FIELDS
229
230
 
230
231
  def interpret_fields fields
231
232
  return nil if fields.nil?
@@ -19,7 +19,7 @@ module Google
19
19
  module Logging
20
20
  module Utils
21
21
  # Library version
22
- VERSION = "0.1.0"
22
+ VERSION = "0.2.0"
23
23
  end
24
24
  end
25
25
  end
metadata CHANGED
@@ -1,16 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-logging-utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google API Authors
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-08-27 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies: []
13
- description:
14
12
  email:
15
13
  - googleapis-packages@google.com
16
14
  executables: []
@@ -32,7 +30,6 @@ homepage: https://github.com/googleapis/ruby-core-libraries
32
30
  licenses:
33
31
  - Apache-2.0
34
32
  metadata: {}
35
- post_install_message:
36
33
  rdoc_options: []
37
34
  require_paths:
38
35
  - lib
@@ -40,15 +37,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
40
37
  requirements:
41
38
  - - ">="
42
39
  - !ruby/object:Gem::Version
43
- version: '3.0'
40
+ version: '3.1'
44
41
  required_rubygems_version: !ruby/object:Gem::Requirement
45
42
  requirements:
46
43
  - - ">="
47
44
  - !ruby/object:Gem::Version
48
45
  version: '0'
49
46
  requirements: []
50
- rubygems_version: 3.5.6
51
- signing_key:
47
+ rubygems_version: 3.6.8
52
48
  specification_version: 4
53
49
  summary: Utility classes for logging to Google Cloud Logging
54
50
  test_files: []