mitre-settingslogic 3.0.1 → 3.0.2

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: f220b7a09d14593b9e256f459bc087b3c56b05e620fde2dc2d6ecc995a509259
4
- data.tar.gz: 83df8f3359310b6807d62a3e59d60a83131f3f869d22749da0931cf03a407f23
3
+ metadata.gz: 8c9768d547c39600718529b6957ec4d15e1270ee27520b034ca5cd56316b4c98
4
+ data.tar.gz: a4e1608370d04f88233459941c19a876bfcabfcf5bc6e027c5628047e317691d
5
5
  SHA512:
6
- metadata.gz: fc9a9dc6ff07a634b8dd02b45ad6d212ff6ba508b00dc53b4c38835818bfa3a13b24daca5c195c3830948c8e6f9d75913992acf3fd5772d025cdc97ba6cd6149
7
- data.tar.gz: 4d31cd680ed132f7131ae31ea4ac1b1b0cd5de89170fd29c2b67d07aa0d36626c5e462b96fa7070736e3155f40653dec7657f60b87636cf828ad12ae92a1a6f9
6
+ metadata.gz: 8bced130632449facb6ca167d821735cfa5fb7b00541759f2c4d9db1c0d4a40648510ca03cdbf2e51a12a0a0f75b43ccc89173849df7f3b7dc2044ef19de2c0f
7
+ data.tar.gz: 91d8eeadf2e622a8694ab67c1a23e1c6baeccaba49c9272ea8b37dd555d005d7882f68cd244c49136746c53aec35c22a0bb335c15729e2e9b741dfe3f3ef0907
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
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class Settingslogic < Hash
4
- VERSION = '3.0.1'
4
+ VERSION = '3.0.2'
5
5
  end
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.1
4
+ version: 3.0.2
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://www.rubydoc.info/gems/mitre-settingslogic
151
+ documentation_uri: https://mitre.github.io/settingslogic/
152
152
  rubygems_mfa_required: 'true'
153
153
  post_install_message:
154
154
  rdoc_options: []