strongmind-platform-sdk 2.15.1 → 2.15.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: f578ddf396a05c731db6eea3325b5506e3211441dbc32635cfbc51144cf53591
4
- data.tar.gz: dfeb24568b2146d0c8af18c223bdeeca0ca01f1835d5095571acb6625176560d
3
+ metadata.gz: f222ada467676a875fa2c5cc326dabf20b0a00f7b265125558e0417494bf1dc1
4
+ data.tar.gz: 3246e4a95dcc9dcf8d841bb70c13a992a416264d82337d1953025872be688205
5
5
  SHA512:
6
- metadata.gz: 9b2557b3d3fc81ed7d0de75439a5a42f9b650c3c96b75555bf7284a41169f5b672fe27563bb7f5157f2637f8b998c5de3ae4a21f8d2a92b0cb0d6d0aa54f90dd
7
- data.tar.gz: d6ab6e50d0156a9a62dc9e525cd2114529b12eab4b9e75d85df9d169b72fe010b7feec7baa28340ffb44d0ef65b53be5a09eff534ed836565e556567765daab8
6
+ metadata.gz: 7539d8d74541700b3181bde620c987ae2280378cf56881ba4a2f18a68545f8f169e670e215e009dc80b5a292d700d1d63e4dc2548494fb6163f2995300c85c84
7
+ data.tar.gz: e6e00d9e9f84c3232039f53e6cd051b1895f40d01bf1a77a7fead742f24daf8d4b94a9e53bd7ec8bb72cc6b6956ecc1a7afa58b9e066586aead1fe5e8464293e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- strongmind-platform-sdk (2.15.1)
4
+ strongmind-platform-sdk (2.15.2)
5
5
  aws-sdk-secretsmanager (~> 1.66)
6
6
  devise
7
7
  faraday (~> 2.5, >= 2.5.2)
data/README.md CHANGED
@@ -11,7 +11,7 @@ First [configure your GitHub credentials](#configure-github-credentials)
11
11
  Install the gem and add to the application's Gemfile by executing:
12
12
 
13
13
  ```
14
- gem "strongmind-platform-sdk", "~> 2.15.1"
14
+ gem "strongmind-platform-sdk", "~> 2.15.2"
15
15
  ```
16
16
 
17
17
  If bundler is not being used to manage dependencies, install the gem by executing:
@@ -43,7 +43,7 @@ module PlatformSdk
43
43
  public
44
44
 
45
45
  def pairs(guid)
46
- path = "api/v1/pairs/#{guid}/"
46
+ path = "api/v1/pairs/#{guid}"
47
47
  begin
48
48
  get(path)
49
49
  rescue Faraday::ResourceNotFound
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PlatformSdk
4
- VERSION = "2.15.1"
4
+ VERSION = "2.15.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: strongmind-platform-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.15.1
4
+ version: 2.15.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Platform Team