google-cloud-dataqna 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0567de758174abcfc8c51ca4435006675c7639c5dbf353a83e367da97688975c
4
- data.tar.gz: efd5367a97a3d88baca96c022905693b4e758ae4f7e4925374f5936ec441a1d1
3
+ metadata.gz: 67b7961439941b37a7ba91e0f289acf062ac962ff8a25e278b2e32b4452b8df1
4
+ data.tar.gz: 38e44ee7cc239ac0b4a00d630641216d4e7ecacbbf7a1ed4a97337d0887e9169
5
5
  SHA512:
6
- metadata.gz: ba14f8f512757eae60cc2fbe40d224802bbec4ec56fc5f364ce146f43273b66f07797b317ca67879a2f3c8ae8e14a3222a3b07f85de65247b809e186133d6993
7
- data.tar.gz: 18e8bcc45ac9e28244f003e38f9bbdbbb8c991380858092328e8f551501efb5ad7afebd6e322bef3dd881582b69e20128de82ad5611b8050becd4a10c9ee773b
6
+ metadata.gz: 12afa5aae1dbe08f80361fbf79b4fd1038f7c0be69f236c62cd20fdd2a2e3edb3cf47b720b33c73831946c0b660eb589fd1dca4f054a6f5952a8aa707a6d15b5
7
+ data.tar.gz: 75c10733863d435569939208d00e45a36cbd9a5508e9f11ab7869d2aab86d4971dc21517c6ce654ffb0cf0631b752fbcd5af6e7d81972781fdf2aa189cbd4ccc
data/README.md CHANGED
@@ -62,11 +62,11 @@ end
62
62
 
63
63
  ## Supported Ruby Versions
64
64
 
65
- This library is supported on Ruby 2.4+.
65
+ This library is supported on Ruby 2.5+.
66
66
 
67
67
  Google provides official support for Ruby versions that are actively supported
68
68
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
69
- in security maintenance, and not end of life. Currently, this means Ruby 2.4
69
+ in security maintenance, and not end of life. Currently, this means Ruby 2.5
70
70
  and later. Older versions of Ruby _may_ still work, but are unsupported and not
71
71
  recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details
72
72
  about the Ruby support schedule.
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module DataQnA
23
- VERSION = "0.1.0"
23
+ VERSION = "0.2.0"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dataqna
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 LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-23 00:00:00.000000000 Z
11
+ date: 2021-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: 1.24.0
47
+ version: 1.25.1
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: 1.24.0
54
+ version: 1.25.1
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: minitest
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -176,14 +176,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
176
176
  requirements:
177
177
  - - ">="
178
178
  - !ruby/object:Gem::Version
179
- version: '2.4'
179
+ version: '2.5'
180
180
  required_rubygems_version: !ruby/object:Gem::Requirement
181
181
  requirements:
182
182
  - - ">="
183
183
  - !ruby/object:Gem::Version
184
184
  version: '0'
185
185
  requirements: []
186
- rubygems_version: 3.2.6
186
+ rubygems_version: 3.2.13
187
187
  signing_key:
188
188
  specification_version: 4
189
189
  summary: API Client library for the BigQuery Data QnA API