purecloudplatformclientv2 26.0.0 → 26.0.1

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: 0a9e8cdddaa549c348f7c991127c861066e15bb1
4
- data.tar.gz: 61db16077c166549b76fefe13e2e8f39314b1cd6
3
+ metadata.gz: 664cea19d7c3ce892126732e51e11a1c5a1a4e2e
4
+ data.tar.gz: 1989192c7064427356ec99e5ee48d8502fc9f75d
5
5
  SHA512:
6
- metadata.gz: 6b9ec3687d566ebbbfa5690052d5db119397348cd982e879db2bfae2dd60f3dac17b4d9577ee0d8ec4f6f71ad7c13a1e0524432debbbcf804eb2790fe9bc743f
7
- data.tar.gz: 9adc91e6b803739f81cb4df5c17d238f5a659328804105a8c6261a98b7025dace94f0889fb79e3fbbe36d4c21276886bbdce678875306ddaeff30b405c784fb5
6
+ metadata.gz: 9397928a84e53ef2da95d1a52a603e0d100089bec67ada283692e8bd3f92b6cadb3e4999664660ce1e2500608f1eaa57165e6907cfa0db6aa8d26662bdb731e1
7
+ data.tar.gz: 8ce039ce19fbc2d78b03a1d5479ec893cfe764d1fbb3e07ace0b00ac0700c65a31ff33ad5f9fc4bb180f0d2535a1e162aebcb1ab86d9477a635167deb925a296
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=26.0.0)
4
+ ![](http://ruby-gem-downloads-badge.herokuapp.com/purecloudplatformclientv2?label=26.0.1)
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
  ~~~ ruby
13
- gem install 'purecloudplatformclientv2', '~> 26.0.0'
13
+ gem install 'purecloudplatformclientv2', '~> 26.0.1'
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'] = '26.0.0'
79
+ header_params['purecloud-sdk'] = '26.0.1'
80
80
  query_params = opts[:query_params] || {}
81
81
  form_params = opts[:form_params] || {}
82
82
 
@@ -15,5 +15,5 @@ Terms of Service: https://developer.mypurecloud.com/tos
15
15
  =end
16
16
 
17
17
  module PureCloud
18
- VERSION = "26.0.0"
18
+ VERSION = "26.0.1"
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: 26.0.0
4
+ version: 26.0.1
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: 2018-02-23 00:00:00.000000000 Z
11
+ date: 2018-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus