rock_rms 8.15.0 → 8.15.1
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 +4 -4
- data/lib/rock_rms/resources/lava_shortcode.rb +2 -2
- data/lib/rock_rms/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5a73b786f0737e68809d93e272394afe36c36694cff60610e107da608cb3b806
|
|
4
|
+
data.tar.gz: 9914ae85360357639e9234b24d1e7de82c2e36c17f446b3d4b91818aaaa00a65
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fb403eb1788bbc109da8dc8ca30eb8c76c7091e99218d6391ec8c8ab0ddd65006d388c67db6e582af6882bd0f9dcc317a59e32b9ea80e1cdfe524633d58aad16
|
|
7
|
+
data.tar.gz: b3b345272263b2958858e37a09eb736c84e160230deceb9447b029a667738a176cab5df9ccf60f66da14ba88bb882e9621917ef61c77da12fe3e776d378f6472
|
|
@@ -58,8 +58,8 @@ module RockRMS
|
|
|
58
58
|
options['Name'] = name if name
|
|
59
59
|
options['Description'] = description if description
|
|
60
60
|
options['Documentation'] = documentation if documentation
|
|
61
|
-
options['IsActive'] = active
|
|
62
|
-
options['IsSystem'] = is_system
|
|
61
|
+
options['IsActive'] = active unless active.nil?
|
|
62
|
+
options['IsSystem'] = is_system unless is_system.nil?
|
|
63
63
|
options['Markup'] = markup if markup
|
|
64
64
|
options['Parameters'] = parameters if parameters
|
|
65
65
|
options['TagName'] = tag_name if tag_name
|
data/lib/rock_rms/version.rb
CHANGED
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.
|
|
4
|
+
version: 8.15.1
|
|
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-
|
|
11
|
+
date: 2023-10-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|