hephaestus 0.7.5.1 → 0.7.5.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: 86f3a565b2f72b7554045e961efb160be49c89ede06c633e18cf4464b2a1b098
4
- data.tar.gz: f970244378be6c08670923ac548fb20654aa618f51dedcf99d159e9b7599995c
3
+ metadata.gz: 928d807b8d8d2e174125ee833463fc3fa97deef22893eba2305b80379faa0b4b
4
+ data.tar.gz: 016a160f195a5a18f07696dbe869d6af34abc44e30e92182bbf340303144b18e
5
5
  SHA512:
6
- metadata.gz: 3a7a3e78ec00d955c0b4fd160593ccf29ed4972d63302476f51b34104464a188f048e5eb0be15c511f95a6f72f8abfe997f94a5fa582695eeaafbcf488855c86
7
- data.tar.gz: 907bf42577991b390b195e50dfab101aa7738d5f24421652e5e618a969c10cec3a57f6936a605933fb946183252388db7eccd0723fce927479fe65ad623e49a9
6
+ metadata.gz: fade394953bbc451fbec3fb027fd85473ab28b3640ad06839aeec27042e6f8f2521204167bf8df8c97ebaddc52124c4b0874c42e2a6ac65ed3108f0f4c7aed9a
7
+ data.tar.gz: 50027e4dda386f3156fa6c9e13684f3f474c192ab1f5d5af9de497dce2ed223105f2bfc6d923f131b00f1f880637298f5da2a17636c2a46d02012ea6e2262bdb
data/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ # [v0.7.5.2] - 20-11-2024
2
+ **Full Changelog**: https://github.com/yettoapp/hephaestus/compare/v0.7.5.1...v0.7.5.2
1
3
  # [v0.7.5.1] - 20-11-2024
2
4
  **Full Changelog**: https://github.com/yettoapp/hephaestus/compare/v0.7.5...v0.7.5.1
3
5
  # [v0.7.5] - 20-11-2024
@@ -35,7 +35,7 @@ end
35
35
  # to the platform, but we're not using those yet. feels "better"
36
36
  # to have the plugs manage those on their own
37
37
  def op_get_secrets(vault:, tag:)
38
- %x(#{include_sudo?}op item list --vault #{vault} --tags #{tag} --format json | op item get - --reveal --format=json).tap do
38
+ %x(#{include_sudo?}op item list --vault #{vault} --tags #{tag} --format json | #{include_sudo?}op item get - --reveal --format=json).tap do
39
39
  raise "Failed to fetch value `#{vault}` for `#{tag}` from 1Password" unless $CHILD_STATUS.success?
40
40
  end
41
41
  end
@@ -2,7 +2,7 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module Hephaestus
5
- VERSION = "0.7.5.1"
5
+ VERSION = "0.7.5.2"
6
6
  RAILS_VERSION = ">= 8.0"
7
7
  RUBY_VERSION = File
8
8
  .read("#{File.dirname(__FILE__)}/../../.ruby-version")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hephaestus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.5.1
4
+ version: 0.7.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Garen Torikian