google-cloud-billing-budgets-v1beta1 0.14.1 → 0.16.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/lib/google/cloud/billing/budgets/v1beta1/version.rb +1 -1
- metadata +7 -13
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 14ed07fd5f9329b390b4e09bce8b28155e19db4d726b9119aced0374a019bc50
|
4
|
+
data.tar.gz: 2a6eac501fc476088e6326c39cf518cfa98460ca0ac67dbfd2d00b79f16a85e1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb9bdeb6659945289617a52ee10c8bff1e08bc4a408902a85c254d17077b35a7c3132bcbf2697ed56a1996e45d66512b372603c2df617531b3a98c917071d0c6
|
7
|
+
data.tar.gz: 4acc9719ce66916923d85cce31f3ee2468ce0e068fc05a1adf59dc7a7f8937d942132a5adde51d87f249b93f70c831cb823195bd5bf6681f7e869f7a87e61309
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-billing-budgets-v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.16.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -13,22 +13,16 @@ dependencies:
|
|
13
13
|
name: gapic-common
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
15
15
|
requirements:
|
16
|
-
- - "
|
17
|
-
- !ruby/object:Gem::Version
|
18
|
-
version: 0.25.0
|
19
|
-
- - "<"
|
16
|
+
- - "~>"
|
20
17
|
- !ruby/object:Gem::Version
|
21
|
-
version: 2
|
18
|
+
version: '1.2'
|
22
19
|
type: :runtime
|
23
20
|
prerelease: false
|
24
21
|
version_requirements: !ruby/object:Gem::Requirement
|
25
22
|
requirements:
|
26
|
-
- - "
|
27
|
-
- !ruby/object:Gem::Version
|
28
|
-
version: 0.25.0
|
29
|
-
- - "<"
|
23
|
+
- - "~>"
|
30
24
|
- !ruby/object:Gem::Version
|
31
|
-
version: 2
|
25
|
+
version: '1.2'
|
32
26
|
- !ruby/object:Gem::Dependency
|
33
27
|
name: google-cloud-errors
|
34
28
|
requirement: !ruby/object:Gem::Requirement
|
@@ -90,14 +84,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
90
84
|
requirements:
|
91
85
|
- - ">="
|
92
86
|
- !ruby/object:Gem::Version
|
93
|
-
version: '3.
|
87
|
+
version: '3.1'
|
94
88
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
95
89
|
requirements:
|
96
90
|
- - ">="
|
97
91
|
- !ruby/object:Gem::Version
|
98
92
|
version: '0'
|
99
93
|
requirements: []
|
100
|
-
rubygems_version: 3.6.
|
94
|
+
rubygems_version: 3.6.9
|
101
95
|
specification_version: 4
|
102
96
|
summary: The Cloud Billing Budget API stores Cloud Billing budgets, which define a
|
103
97
|
budget plan and the rules to execute as spend is tracked against that plan.
|