purecloudplatformclientv2 78.0.0 → 78.1.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
  SHA1:
3
- metadata.gz: 0ae13664fa6acc35c58fb8bddc1f71c98af83ab7
4
- data.tar.gz: dbbf89e715e8bbc71a6271657719435e26cdf693
3
+ metadata.gz: 4372e24acd360b1205419d589df86923ef7c0add
4
+ data.tar.gz: 5138110900b2e3618a2d539c8d74bcd014ce6cd8
5
5
  SHA512:
6
- metadata.gz: e0af709f32b57c998863028dbf5387d05dae9131c9d8f43b4d97cf8f40ea908ceb51c80841befe344057cd9261e2e6543c38be2801b725ca694ba4420450684d
7
- data.tar.gz: 0451b58785fd41ab2a0ad827ebd781bb355405cf9a6f92258b2f7141f6afe2e676be9c79394190a378d706bf8eca1cfb7885a62e1a58a99f2dce4e88a5eca3ec
6
+ metadata.gz: 9f272b18db2f080b6c4bab823ea78e8d1137c760ac09066b80a166b60db009af2df853d2f15f4aa318b15547a68331a9886629835e005e629d5e814ae0ade53c
7
+ data.tar.gz: 55cc5031ed8a8c33f60e1bdd0158ad707cf1c961b670e7adb0603e21bbb865050aa50cc8683ff1b6e5234d583cc05ebe9b5737644074c520787a31f043240b3f
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  title: PureCloud Ruby Gem
3
3
  ---
4
- ![](http://ruby-gem-downloads-badge.herokuapp.com/purecloudplatformclientv2?label=78.0.0)
4
+ ![](http://ruby-gem-downloads-badge.herokuapp.com/purecloudplatformclientv2?label=78.1.0)
5
5
 
6
6
  Documentation can be found at [https://developer.mypurecloud.com/api/rest/client-libraries/ruby/](https://developer.mypurecloud.com/api/rest/client-libraries/ruby/)
7
7
 
@@ -10,7 +10,7 @@ Documentation can be found at [https://developer.mypurecloud.com/api/rest/client
10
10
  ### from rubygems.org
11
11
 
12
12
  ```{"language":"ruby"}
13
- gem install 'purecloudplatformclientv2', '~> 78.0.0'
13
+ gem install 'purecloudplatformclientv2', '~> 78.1.0'
14
14
  ```
15
15
 
16
16
  ### Install from Git
@@ -76,7 +76,7 @@ module PureCloud
76
76
  http_method = http_method.to_sym.downcase
77
77
 
78
78
  header_params = @default_headers.merge(opts[:header_params] || {})
79
- header_params['purecloud-sdk'] = '78.0.0'
79
+ header_params['purecloud-sdk'] = '78.1.0'
80
80
  query_params = opts[:query_params] || {}
81
81
  form_params = opts[:form_params] || {}
82
82
 
@@ -15,5 +15,5 @@ Terms of Service: https://help.mypurecloud.com/articles/terms-and-conditions/
15
15
  =end
16
16
 
17
17
  module PureCloud
18
- VERSION = "78.0.0"
18
+ VERSION = "78.1.0"
19
19
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: purecloudplatformclientv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 78.0.0
4
+ version: 78.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Genesys Developer Evangelists
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-02-29 00:00:00.000000000 Z
11
+ date: 2020-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus