rock_rms 8.15.1 → 8.15.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5a73b786f0737e68809d93e272394afe36c36694cff60610e107da608cb3b806
4
- data.tar.gz: 9914ae85360357639e9234b24d1e7de82c2e36c17f446b3d4b91818aaaa00a65
3
+ metadata.gz: fabbd87cb73da755e1129084b0415a4d07d5c0ffbe30e284ac1f161554e69c49
4
+ data.tar.gz: d905c31fcb034d59a3e3dced699ab813bc3f2f31d72dda7873b766c77c8d262f
5
5
  SHA512:
6
- metadata.gz: fb403eb1788bbc109da8dc8ca30eb8c76c7091e99218d6391ec8c8ab0ddd65006d388c67db6e582af6882bd0f9dcc317a59e32b9ea80e1cdfe524633d58aad16
7
- data.tar.gz: b3b345272263b2958858e37a09eb736c84e160230deceb9447b029a667738a176cab5df9ccf60f66da14ba88bb882e9621917ef61c77da12fe3e776d378f6472
6
+ metadata.gz: 4142b69ddcd05a9e29af8e1c0bc31fc516895fe58d5ad7c00ee989de5e615cfeaa7ca91a44bd800f562d6fd86fab22cca9bdfeb81790e434454c781433c2ad89
7
+ data.tar.gz: 5fcaff19783f8d4f36db980bfa9b92b56530c6d6db8cf9ec988167d9fe67002ab2a54a33b9e774c03f535f85ef1f1518c7f50c6af93b4a1c942ab3cefb81443e
@@ -21,7 +21,8 @@ module RockRMS
21
21
  enabled_lava_commands:,
22
22
  parameters:,
23
23
  tag_name:,
24
- tag_type:
24
+ tag_type:,
25
+ foreign_key: nil
25
26
  )
26
27
  options = {
27
28
  'Name' => name,
@@ -34,6 +35,7 @@ module RockRMS
34
35
  'Parameters' => parameters,
35
36
  'TagName' => tag_name,
36
37
  'TagType' => tag_type,
38
+ 'ForeignKey' => foreign_key
37
39
  }
38
40
 
39
41
  post(lava_shortcodes_path, options)
@@ -50,7 +52,8 @@ module RockRMS
50
52
  enabled_lava_commands: nil,
51
53
  parameters: nil,
52
54
  tag_name: nil,
53
- tag_type: nil
55
+ tag_type: nil,
56
+ foreign_key: nil
54
57
  )
55
58
 
56
59
  options = {}
@@ -64,6 +67,7 @@ module RockRMS
64
67
  options['Parameters'] = parameters if parameters
65
68
  options['TagName'] = tag_name if tag_name
66
69
  options['TagType'] = tag_type if tag_type
70
+ options['ForeignKey'] = foreign_key if foreign_key
67
71
  options['EnabledLavaCommands'] = enabled_lava_commands if enabled_lava_commands
68
72
 
69
73
  patch(lava_shortcodes_path(id), options)
@@ -1,3 +1,3 @@
1
1
  module RockRMS
2
- VERSION = '8.15.1'.freeze
2
+ VERSION = '8.15.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rock_rms
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.15.1
4
+ version: 8.15.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taylor Brooks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-23 00:00:00.000000000 Z
11
+ date: 2023-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday