strongmind-platform-sdk 3.1.2 → 3.1.4

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: 55ffb63880249cf4f03b6d6b5b4354e4a5c5525ed6e90007ba0cd9d91b4cb62b
4
- data.tar.gz: aa21f67fd5a8ba5092e21deacc64e1b7c41224ad37dc6d36265042462523f2ec
3
+ metadata.gz: e53b5cd02f0dfaad2c3099aee4a574f1bdfe3aea6e0bfb81afb592ea93c5ceab
4
+ data.tar.gz: 8c723a651bef3f8fd54a8fd0804ecda6d86434519ee52b13b5ed4a3e007f3671
5
5
  SHA512:
6
- metadata.gz: 7576e5362468e14c0081bf76f1b51e00708cbf317ad3ec03ac3c0cf131634ec9e80bedfa0024b37c7bad1980afe92cba87ba1340f0c91abd108bb5ecb0cc0584
7
- data.tar.gz: ff24973f759c33bfb5348e7f7a634c5f5e95c12aa604827d5a427f8c9b763a728c58cd4a21913539e9077b208c8ae3b48339f700f5c45f18c54648a3c74d0c98
6
+ metadata.gz: a01e8b539c2497bd95b5ce578df052c63638c478c7591b977e1e98e352899a0cab12a21114c18e55b91f45bf3e3545f0e2cd952424d5ab81b6100cab2d105782
7
+ data.tar.gz: 0a797bca0b13a2c16c30fdd89b191a47611860abb3b1c35369a5be62da67fc3aa626f2e969ddbf565a48e0aa266db12b63af2c56a6bc2bc46fad533c2e590848
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- strongmind-platform-sdk (3.1.2)
4
+ strongmind-platform-sdk (3.1.4)
5
5
  aws-sdk-secretsmanager (~> 1.66)
6
6
  devise
7
7
  faraday (~> 2.5, >= 2.5.2)
@@ -103,7 +103,7 @@ 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.4.0)
106
+ net-imap (0.4.1)
107
107
  date
108
108
  net-protocol
109
109
  net-pop (0.1.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", "~> 3.1.2"
14
+ gem "strongmind-platform-sdk", "~> 3.1.4"
15
15
  ```
16
16
 
17
17
  If bundler is not being used to manage dependencies, install the gem by executing:
@@ -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 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.2"
4
+ VERSION = "3.1.4"
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.2
4
+ version: 3.1.4
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-10-09 00:00:00.000000000 Z
11
+ date: 2023-10-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday