strongmind-platform-sdk 3.1.2 → 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: 55ffb63880249cf4f03b6d6b5b4354e4a5c5525ed6e90007ba0cd9d91b4cb62b
4
- data.tar.gz: aa21f67fd5a8ba5092e21deacc64e1b7c41224ad37dc6d36265042462523f2ec
3
+ metadata.gz: d4c61fb94aee7e48ae3bcc9948f9a70c0e9d40140247cabc00c3e17c5cc7251c
4
+ data.tar.gz: 5648af5b98f556d45a01e7f949353c17814f758d2955824dd60f7df2f2b554d4
5
5
  SHA512:
6
- metadata.gz: 7576e5362468e14c0081bf76f1b51e00708cbf317ad3ec03ac3c0cf131634ec9e80bedfa0024b37c7bad1980afe92cba87ba1340f0c91abd108bb5ecb0cc0584
7
- data.tar.gz: ff24973f759c33bfb5348e7f7a634c5f5e95c12aa604827d5a427f8c9b763a728c58cd4a21913539e9077b208c8ae3b48339f700f5c45f18c54648a3c74d0c98
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.2)
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)
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.3"
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 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.2"
4
+ VERSION = "3.1.3"
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: 3.1.2
4
+ version: 3.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Platform Team