mitre-settingslogic 3.0.1 → 3.0.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 +4 -4
- data/CHANGELOG.md +11 -0
- data/lib/settingslogic/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: 3fe8509faf94df5b0ff2854ef19b5d888047fbf39a1ee6f192fc2ae9cce33815
|
4
|
+
data.tar.gz: b12241ad72f290da83ba4932ec09f55c3f9ff283f01fec727d9098f0950dd478
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b8295ffcf663457212496967302b11320553fe90fe6f988b37310ee5e8aea4b7835f025553e491de3d0a6550f9906e97c0492dc515524177ac0d34f6d8304c38
|
7
|
+
data.tar.gz: 71a8fcbccece9fd42aea90edd09f39ecc6fa6cb75fd847af58e21a93e5b80e2242f10df8e30e0452fc05f26bf92b52f098e7fbe8033c19569450e48d4763d64c
|
data/CHANGELOG.md
CHANGED
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
7
7
|
|
8
|
+
## [3.0.2] - 2025-08-11
|
9
|
+
|
10
|
+
### Documentation
|
11
|
+
|
12
|
+
- Update documentation_uri to point to GitHub Pages
|
13
|
+
|
8
14
|
## [3.0.1] - 2025-08-11
|
9
15
|
|
10
16
|
### Added
|
@@ -20,6 +26,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
20
26
|
- Update documentation and license references
|
21
27
|
- Update Gemfile.lock with correct gem name
|
22
28
|
- Update rake task to use single quotes for version string
|
29
|
+
- Update Gemfile.lock for version 3.0.1
|
30
|
+
- Auto-update Gemfile.lock after version bump in rake task
|
31
|
+
- Add RuboCop autocorrect to release process
|
32
|
+
- Improve release process to handle all modified files
|
33
|
+
- Remove trailing whitespace from Rakefile
|
23
34
|
|
24
35
|
### Miscellaneous Tasks
|
25
36
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mitre-settingslogic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ben Johnson
|
@@ -148,7 +148,7 @@ metadata:
|
|
148
148
|
source_code_uri: https://github.com/mitre/settingslogic
|
149
149
|
changelog_uri: https://github.com/mitre/settingslogic/blob/main/CHANGELOG.md
|
150
150
|
bug_tracker_uri: https://github.com/mitre/settingslogic/issues
|
151
|
-
documentation_uri: https://
|
151
|
+
documentation_uri: https://mitre.github.io/settingslogic/
|
152
152
|
rubygems_mfa_required: 'true'
|
153
153
|
post_install_message:
|
154
154
|
rdoc_options: []
|