strongmind-platform-sdk 3.1.1 → 3.1.3

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: d4c61fb94aee7e48ae3bcc9948f9a70c0e9d40140247cabc00c3e17c5cc7251c
4
+ data.tar.gz: 5648af5b98f556d45a01e7f949353c17814f758d2955824dd60f7df2f2b554d4
5
5
  SHA512:
6
- metadata.gz: 157874358905233ab558f97cf57696a7246e23669e0ce5eded6e7000d250c50a3b3548fd5453901bd393aeda251c5076912d6730ca792bff0564ae77031783c7
7
- data.tar.gz: 81e0b00148eb282a4645bb06a6553309cc9e3f45f368a575e6c8468380360778b9b8d334b3d716a2df4756a7e27eaba0283340738b7e801c89d9079084e6bb77
6
+ metadata.gz: a403538028b92e55d068e098ead83b0d048c2273526db5c37e9d556d4a36a22464751d9ccb6f3ea46841f6f1e3237437ce47d9a1c22ab7db2489d7979f1de537
7
+ data.tar.gz: cbba8fbc4efa967c1f28ef1b9f423808b3b19a49309c945f556bf48154df736208dd319a44cb6130c0aafae42fc7ef3a4bb1ab1d82b57cd5a3bcda508e6870a8
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.3)
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.3"
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))
@@ -46,7 +46,7 @@ module PlatformSdk
46
46
  end
47
47
 
48
48
  def valid_power_query_names
49
- %w[specialprograms edkey.attendance_get_daily_total_minutes]
49
+ %w[specialprograms edkey.attendance_get_daily_total_minutes com.strongmind.pitcrew.edkey.attendance_get_bulk]
50
50
  end
51
51
 
52
52
  def scrub_query(query_name)
@@ -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.3"
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.3
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