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 +4 -4
- data/CHANGELOG.md +7 -1
- data/lib/google/logging/message.rb +1 -0
- data/lib/google/logging/utils/version.rb +1 -1
- metadata +4 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1c4b0a1e9ee0a457ab30b53029ee805fbf8e5e56a4eea90eb3fa26278d8c7f31
|
4
|
+
data.tar.gz: 0a3047afc45fe59ed38054aede68b59ae941fa87f83b2faa723d93b2e60b5cfb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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))
|
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.
|
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:
|
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.
|
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.
|
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: []
|