Skip to content

Commit

Permalink
97.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
PureCloud Jenkins committed Sep 16, 2020
1 parent 7c6ce55 commit 5b2cc3c
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Platform API Client SDK - Ruby
---
![](http://ruby-gem-downloads-badge.herokuapp.com/purecloudplatformclientv2?label=97.0.21)
![](http://ruby-gem-downloads-badge.herokuapp.com/purecloudplatformclientv2?label=97.0.22)

Documentation can be found at [https://developer.mypurecloud.com/api/rest/client-libraries/ruby/](https://developer.mypurecloud.com/api/rest/client-libraries/ruby/)

Expand All @@ -10,7 +10,7 @@ Documentation can be found at [https://developer.mypurecloud.com/api/rest/client
### from rubygems.org

```{"language":"ruby"}
gem install 'purecloudplatformclientv2', '~> 97.0.21'
gem install 'purecloudplatformclientv2', '~> 97.0.22'
```

### Install from Git
Expand Down
4 changes: 2 additions & 2 deletions build/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Platform API Client SDK - Ruby
---
![](http://ruby-gem-downloads-badge.herokuapp.com/purecloudplatformclientv2?label=97.0.21)
![](http://ruby-gem-downloads-badge.herokuapp.com/purecloudplatformclientv2?label=97.0.22)

Documentation can be found at [https://developer.mypurecloud.com/api/rest/client-libraries/ruby/](https://developer.mypurecloud.com/api/rest/client-libraries/ruby/)

Expand All @@ -10,7 +10,7 @@ Documentation can be found at [https://developer.mypurecloud.com/api/rest/client
### from rubygems.org

```{"language":"ruby"}
gem install 'purecloudplatformclientv2', '~> 97.0.21'
gem install 'purecloudplatformclientv2', '~> 97.0.22'
```

### Install from Git
Expand Down
4 changes: 2 additions & 2 deletions build/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Platform API Client SDK - Ruby
---
![](http://ruby-gem-downloads-badge.herokuapp.com/purecloudplatformclientv2?label=97.0.21)
![](http://ruby-gem-downloads-badge.herokuapp.com/purecloudplatformclientv2?label=97.0.22)

Documentation can be found at [https://developer.mypurecloud.com/api/rest/client-libraries/ruby/](https://developer.mypurecloud.com/api/rest/client-libraries/ruby/)

Expand All @@ -10,7 +10,7 @@ Documentation can be found at [https://developer.mypurecloud.com/api/rest/client
### from rubygems.org

```{"language":"ruby"}
gem install 'purecloudplatformclientv2', '~> 97.0.21'
gem install 'purecloudplatformclientv2', '~> 97.0.22'
```

### Install from Git
Expand Down
2 changes: 1 addition & 1 deletion build/lib/purecloudplatformclientv2/api_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def build_request(http_method, path, opts = {})
http_method = http_method.to_sym.downcase

header_params = @default_headers.merge(opts[:header_params] || {})
header_params['purecloud-sdk'] = '97.0.21'
header_params['purecloud-sdk'] = '97.0.22'
query_params = opts[:query_params] || {}
form_params = opts[:form_params] || {}

Expand Down
2 changes: 1 addition & 1 deletion build/lib/purecloudplatformclientv2/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
=end

module PureCloud
VERSION = "97.0.21"
VERSION = "97.0.22"
end
Binary file removed build/purecloudplatformclientv2-97.0.21.gem
Binary file not shown.
Binary file added build/purecloudplatformclientv2-97.0.22.gem
Binary file not shown.
6 changes: 3 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"major": 97,
"minor": 0,
"point": 21,
"point": 22,
"prerelease": "",
"apiVersion": 0,
"display": "97.0.21",
"displayFull": "97.0.21"
"display": "97.0.22",
"displayFull": "97.0.22"
}

0 comments on commit 5b2cc3c

Please sign in to comment.