google-area120-tables 0.7.0 → 0.7.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: 64a6b4c7546b33d6be39ddd7ddc515a6bf442ab327b47079debac15a2476cfa8
4
- data.tar.gz: 2623f675b40a2e3e937bd96238395a95bd461340780c8b8ce776471717961c11
3
+ metadata.gz: cd978b1dcd07a54acdf46546c9de02441137718ca6cc1ce7708a6b3a8097828f
4
+ data.tar.gz: 9e2954817ce7de373603250faf2fd669af5a422a78ed1332459be5e968ebe204
5
5
  SHA512:
6
- metadata.gz: 8b8985169b723cba4a443fe0a9d29010f99267d465e206cf3bc86e30cc18af57a18b813624090e87ee763bdac3f33e318c0fca7d7c9aa9821dc0ef6a9c0e7d70
7
- data.tar.gz: a0d67725aae8b6546644c2d61e8e8c12a0f2a6427c09ef33b61cf3bb3bfbe6dffc4e2b1246feca21f50a1d392887c610154f959c455efd2dedd4dc908b340aec
6
+ metadata.gz: 4d9d527721472a509cc7382b627fa0b6509d9476610e018b42f80b07e767c5e6ed20c8af8187de4824f7272f40afaf335db6e5ce4a0dbd75b2939b47a4599ab2
7
+ data.tar.gz: 8f459e9439e1f992d45610c365160254e39effee6bee2a53f4f006a94db92a552d22bd1116749fdda5b6c66d1e4d4391e1d8911b6ba78405d0ed1b9bfda386c1
data/README.md CHANGED
@@ -7,7 +7,7 @@ Using the Area 120 Tables API, you can query for tables, and update/create/delet
7
7
  Actual client classes for the various versions of this API are defined in
8
8
  _versioned_ client gems, with names of the form `google-area120-tables-v*`.
9
9
  The gem `google-area120-tables` is the main client library that brings the
10
- verisoned gems in as dependencies, and provides high-level methods for
10
+ versioned gems in as dependencies, and provides high-level methods for
11
11
  constructing clients. More information on versioned clients can be found below
12
12
  in the section titled *Which client should I use?*.
13
13
 
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Area120
22
22
  module Tables
23
- VERSION = "0.7.0"
23
+ VERSION = "0.7.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-area120-tables
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.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-area120-tables-v1alpha1
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.6.2
78
+ rubygems_version: 3.6.8
79
79
  specification_version: 4
80
80
  summary: API Client library for the Area 120 Tables API
81
81
  test_files: []