train-juniper 0.5.4 → 0.5.8

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: de67907a9faac6a664c8839ed3983998b21f9fca451cd4bfc3f054202cfabc8e
4
- data.tar.gz: bb3c13bcccbad67ad92175fb35338a6bc63f09684536703b19c891b6fa663101
3
+ metadata.gz: 8a267f251969875ac31791d283c0ed9b3e9b49ec79709a50ee9b1264781165ac
4
+ data.tar.gz: 79fff553f49cab41c90296e64850e710ddc4a9c6947fdd2af8e8cd7cf54810b3
5
5
  SHA512:
6
- metadata.gz: a4eb54f25f670949ac13c90ac6116711d2c60782f4ff7e0f47cd10ee9bde93eb9c9d8056508286b37b53d74ac59899a1006ed77f252f949f44414fc5919c71d4
7
- data.tar.gz: 9fa6602f6217e5284ee67209a7ef2fe8e5c105e992ef4a0c62b437d03b2a27bc9a7852096499a3e9de500fc47bbdb1f148dec394821699903047a2626c1587f3
6
+ metadata.gz: 885d25fb990a56ccf0792589a0ab9f8ab567b566993bdc248d1cc0167e7840f9dbb9f3f6ea3ab1a46811163e9d5aeae1b8ac8e4f117a498bea72ddfd6949c32b
7
+ data.tar.gz: 1383f04fa5b0d465fa4e6ef645b36ef9cd5930d548e29f3be05ef98e3643b72ad3d4539fbdcb2441a958386809196f66b2dcd2d5cf4627b4064d3acb0630ffba
data/CHANGELOG.md CHANGED
@@ -5,6 +5,35 @@ 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
+ ## [0.5.8] - 2025-06-18
9
+
10
+ ### Fixed
11
+
12
+ - Use bundler/gem_tasks for standard release workflow
13
+ - Rubocop style violation in release.rake
14
+
15
+ ### Refactor
16
+
17
+ - Integrate custom release tasks with bundler standard flow
18
+
19
+ ## [0.5.7] - 2025-06-18
20
+
21
+ ### Fixed
22
+
23
+ - Use manual gem push with trusted publishing credentials
24
+
25
+ ## [0.5.6] - 2025-06-18
26
+
27
+ ### Fixed
28
+
29
+ - Add release task for rubygems/release-gem action
30
+
31
+ ## [0.5.5] - 2025-06-18
32
+
33
+ ### Added
34
+
35
+ - Prepare workflow for RubyGems trusted publishing
36
+
8
37
  ## [0.5.4] - 2025-06-18
9
38
 
10
39
  ### Fixed
data/Rakefile CHANGED
@@ -92,3 +92,9 @@ task 'test:all' => %w[test security]
92
92
  # Load Additional Tasks
93
93
  #------------------------------------------------------------------#
94
94
  Dir['tasks/*.rake'].each { |f| load f }
95
+
96
+ #------------------------------------------------------------------#
97
+ # Bundler Gem Tasks
98
+ #------------------------------------------------------------------#
99
+ # This provides the standard 'rake release' task that rubygems/release-gem expects
100
+ require 'bundler/gem_tasks'
@@ -7,6 +7,6 @@
7
7
 
8
8
  module TrainPlugins
9
9
  module Juniper
10
- VERSION = '0.5.4'
10
+ VERSION = '0.5.8'
11
11
  end
12
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: train-juniper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.4
4
+ version: 0.5.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - MITRE Corporation