google-cloud-translate 2.1.1 → 2.1.2

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: b49d80ac4c725f5ad2704afe2f0c66784ab324a99615de2dac20ebbad2e60649
4
- data.tar.gz: eddc141df50f7b42479cab121fa007dff9eff77505467e3853e56b0e3fdb2ed7
3
+ metadata.gz: 9f51c412a15152d05e1c60da965599f84380223d35afaef55115bcc3cae4439e
4
+ data.tar.gz: d946749a92e760dbcac10f3f97ae38e577376528aa9766aa67dd519a79cbac53
5
5
  SHA512:
6
- metadata.gz: 629cc6bd5c4cdca7969e5053821bc8b56bb9aa17801795ce50d53f2d8e9ce034913f5c051a3dc3616ac6e5687a9ac2e52ecdae80022cc2b57af7788c49d5cb7c
7
- data.tar.gz: e58a2a1a0f99f3b88e89b715075301d5901a157ea537d67c8d5f213d0b9bfecf2fa7f5b4ee77e6d8e4986581111bf8fb8b551c4b0665223beb6e3d9c0a3e6e2d
6
+ metadata.gz: 885390f291d1d1378f417a26484f76404ed03d18d7d1d46682147710f0ff872f500b5ea4ae859048507d5e920e55a6fc538d14048a07d6497b9c309cd36982f1
7
+ data.tar.gz: 8b4eb77491a9703c471276bc6641396b227c49b156dffa499f86bf9ea1d258e66c7bbd4944543e5f73aa8a94a3b006d3a2d24740c18e37baa836d588a7659c0f
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ### 2.1.2 / 2020-03-02
4
+
5
+ #### Bug Fixes
6
+
7
+ * support faraday 1.x
8
+
3
9
  ### 2.1.1 / 2020-01-23
4
10
 
5
11
  #### Documentation
@@ -20,7 +20,7 @@ module Google
20
20
  # rubocop:disable LineLength
21
21
 
22
22
  ##
23
- # # Ruby Client for Cloud Translation API ([Alpha](https://github.com/googleapis/google-cloud-ruby#versioning))
23
+ # # Ruby Client for Cloud Translation API
24
24
  #
25
25
  # [Cloud Translation API][Product Documentation]:
26
26
  # Integrates text translation into your website or application.
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Translate
19
- VERSION = "2.1.1".freeze
19
+ VERSION = "2.1.2".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-translate
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-23 00:00:00.000000000 Z
11
+ date: 2020-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.13'
19
+ version: 0.17.3
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '2.0'
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
25
28
  - !ruby/object:Gem::Version
26
- version: '0.13'
29
+ version: 0.17.3
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: '2.0'
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: google-cloud-core
29
35
  requirement: !ruby/object:Gem::Requirement