google-cloud-storage_insights 1.3.0 → 2.0.1

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: 355cc69c743d47f2a4d2afdb3cc912c116762259d59f04c9d2373b404f21587f
4
- data.tar.gz: aafd27e630238f807fcdb563484d308369bd461ea332b05f0109485b553d6260
3
+ metadata.gz: debd99ac776c3b6bf3a2a017f08b71e830a486dfbd3057b0d4209102a7fc0906
4
+ data.tar.gz: 180eaabfb6cd5166b2f547451010a57b3f0e0297e657633d08ab8a3f05970215
5
5
  SHA512:
6
- metadata.gz: b029b395f421c9044af430fbdc3f949a2ba92ff628ad2498ff165475ab016f5d81c2db3c02907a4d4015f324b05ca39b55a6e3d0cf73772bf20f924a462ad237
7
- data.tar.gz: f6d831bbebe58476f15242ba7758c1f3f77064979b7074b28dc2c139f562e2662ea12271d75aebfdd2393037c5d9ee7b86ed1a21fbc4267f2bebc7eccbd6dae9
6
+ metadata.gz: debbc4e6ef2b1090a6df928caa26636042cd6bdee49fa11f17caef7c5bb3dae5b0924a7c820d8586164233eda6976531f0b71e3bf0736a2898a34463e88825b3
7
+ data.tar.gz: a65cd1f854aedc6d6ab964dc4a6283c81df49d10ddaa2067e9f41d736dcd270f2c036609a92559bca21cf86b603c0b1a77c6d00972b5ae06fe168adeff34bfad
data/README.md CHANGED
@@ -6,7 +6,7 @@ Provides insights capability on Google Cloud Storage.
6
6
  Actual client classes for the various versions of this API are defined in
7
7
  _versioned_ client gems, with names of the form `google-cloud-storage_insights-v*`.
8
8
  The gem `google-cloud-storage_insights` is the main client library that brings the
9
- verisoned gems in as dependencies, and provides high-level methods for
9
+ versioned gems in as dependencies, and provides high-level methods for
10
10
  constructing clients. More information on versioned clients can be found below
11
11
  in the section titled *Which client should I use?*.
12
12
 
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module StorageInsights
23
- VERSION = "1.3.0"
23
+ VERSION = "2.0.1"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-storage_insights
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-29 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-cloud-core
@@ -27,22 +27,16 @@ dependencies:
27
27
  name: google-cloud-storage_insights-v1
28
28
  requirement: !ruby/object:Gem::Requirement
29
29
  requirements:
30
- - - ">="
31
- - !ruby/object:Gem::Version
32
- version: '0.4'
33
- - - "<"
30
+ - - "~>"
34
31
  - !ruby/object:Gem::Version
35
- version: 2.a
32
+ version: '1.0'
36
33
  type: :runtime
37
34
  prerelease: false
38
35
  version_requirements: !ruby/object:Gem::Requirement
39
36
  requirements:
40
- - - ">="
41
- - !ruby/object:Gem::Version
42
- version: '0.4'
43
- - - "<"
37
+ - - "~>"
44
38
  - !ruby/object:Gem::Version
45
- version: 2.a
39
+ version: '1.0'
46
40
  description: Provides insights capability on Google Cloud Storage.
47
41
  email: googleapis-packages@google.com
48
42
  executables: []
@@ -74,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
68
  - !ruby/object:Gem::Version
75
69
  version: '0'
76
70
  requirements: []
77
- rubygems_version: 3.6.2
71
+ rubygems_version: 3.6.8
78
72
  specification_version: 4
79
73
  summary: Provides insights capability on Google Cloud Storage.
80
74
  test_files: []