strongmind-platform-sdk 3.1.1 → 3.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: 86d356f8e5ee88e60e918e174212aa96bed9065dfd0ce46a5b2e55b6590aecef
4
- data.tar.gz: 26d5eaa60a72b41a9e9e35799d2a0aaf31959013062ccc22aadf58802e4cc934
3
+ metadata.gz: 55ffb63880249cf4f03b6d6b5b4354e4a5c5525ed6e90007ba0cd9d91b4cb62b
4
+ data.tar.gz: aa21f67fd5a8ba5092e21deacc64e1b7c41224ad37dc6d36265042462523f2ec
5
5
  SHA512:
6
- metadata.gz: 157874358905233ab558f97cf57696a7246e23669e0ce5eded6e7000d250c50a3b3548fd5453901bd393aeda251c5076912d6730ca792bff0564ae77031783c7
7
- data.tar.gz: 81e0b00148eb282a4645bb06a6553309cc9e3f45f368a575e6c8468380360778b9b8d334b3d716a2df4756a7e27eaba0283340738b7e801c89d9079084e6bb77
6
+ metadata.gz: 7576e5362468e14c0081bf76f1b51e00708cbf317ad3ec03ac3c0cf131634ec9e80bedfa0024b37c7bad1980afe92cba87ba1340f0c91abd108bb5ecb0cc0584
7
+ data.tar.gz: ff24973f759c33bfb5348e7f7a634c5f5e95c12aa604827d5a427f8c9b763a728c58cd4a21913539e9077b208c8ae3b48339f700f5c45f18c54648a3c74d0c98
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- strongmind-platform-sdk (3.1.1)
4
+ strongmind-platform-sdk (3.1.2)
5
5
  aws-sdk-secretsmanager (~> 1.66)
6
6
  devise
7
7
  faraday (~> 2.5, >= 2.5.2)
@@ -39,14 +39,14 @@ GEM
39
39
  ast (2.4.2)
40
40
  attr_required (1.0.1)
41
41
  aws-eventstream (1.2.0)
42
- aws-partitions (1.805.0)
43
- aws-sdk-core (3.180.3)
42
+ aws-partitions (1.834.0)
43
+ aws-sdk-core (3.185.1)
44
44
  aws-eventstream (~> 1, >= 1.0.2)
45
45
  aws-partitions (~> 1, >= 1.651.0)
46
46
  aws-sigv4 (~> 1.5)
47
47
  jmespath (~> 1, >= 1.6.1)
48
- aws-sdk-secretsmanager (1.82.0)
49
- aws-sdk-core (~> 3, >= 3.177.0)
48
+ aws-sdk-secretsmanager (1.83.0)
49
+ aws-sdk-core (~> 3, >= 3.184.0)
50
50
  aws-sigv4 (~> 1.1)
51
51
  aws-sigv4 (1.6.0)
52
52
  aws-eventstream (~> 1, >= 1.0.2)
@@ -103,18 +103,22 @@ GEM
103
103
  mini_mime (1.1.5)
104
104
  mini_portile2 (2.8.4)
105
105
  minitest (5.18.0)
106
- net-imap (0.3.7)
106
+ net-imap (0.4.0)
107
107
  date
108
108
  net-protocol
109
109
  net-pop (0.1.2)
110
110
  net-protocol
111
111
  net-protocol (0.2.1)
112
112
  timeout
113
- net-smtp (0.3.3)
113
+ net-smtp (0.4.0)
114
114
  net-protocol
115
115
  nokogiri (1.15.4)
116
116
  mini_portile2 (~> 2.8.2)
117
117
  racc (~> 1.4)
118
+ nokogiri (1.15.4-x86_64-darwin)
119
+ racc (~> 1.4)
120
+ nokogiri (1.15.4-x86_64-linux)
121
+ racc (~> 1.4)
118
122
  omniauth (2.1.1)
119
123
  hashie (>= 3.4.6)
120
124
  rack (>= 2.2.3)
@@ -232,7 +236,7 @@ GEM
232
236
  activesupport
233
237
  faraday (~> 2.0)
234
238
  faraday-follow_redirects
235
- zeitwerk (2.6.11)
239
+ zeitwerk (2.6.12)
236
240
 
237
241
  PLATFORMS
238
242
  ruby
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", "~> 3.1.1"
14
+ gem "strongmind-platform-sdk", "~> 3.1.2"
15
15
  ```
16
16
 
17
17
  If bundler is not being used to manage dependencies, install the gem by executing:
@@ -110,13 +110,13 @@ module PlatformSdk
110
110
  }[key] || key
111
111
  end
112
112
 
113
- private
114
-
115
113
  def management_api(record_type)
116
114
  pluralized_record_type = pluralize_oneroster_type(record_type)
117
115
  instance_variable_get "@#{pluralized_record_type}_api"
118
116
  end
119
117
 
118
+ private
119
+
120
120
  def one_roster_record(api, record_type, sourced_id)
121
121
  single_type = api.send("get_#{record_type}", sourced_id)
122
122
  single_type.send(key_map(record_type))
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PlatformSdk
4
- VERSION = "3.1.1"
4
+ VERSION = "3.1.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: strongmind-platform-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1
4
+ version: 3.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Platform Team
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-08-16 00:00:00.000000000 Z
11
+ date: 2023-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday