hephaestus 0.8.0 → 0.8.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 77092b98152339bfe62743fae70e95fcf0c9e62a0e4ff96ba162223081d077aa
4
- data.tar.gz: fb0f88e3552a5304cea71f6c0a2741a7649d58aea5e1c38f5c0c51ed3c863604
3
+ metadata.gz: 6d608f8db96e9184b69b2f95dad4ac2b32ed62c9dd40f4dcc3b2fc898c54d029
4
+ data.tar.gz: cd431bcd1720b972d23e36e98d312ad9eff3cdd49f812d2a917923e776e24598
5
5
  SHA512:
6
- metadata.gz: c44b03d8795d54fe89a4439186fba9317ea77c41982dd667d1156971f13ecc8ac89b9a67f1c6bb23b7cf990aa20a329d3ddcd39b8a7c2e58974e65104642627d
7
- data.tar.gz: ddd46922e343c58590fad3c7a048ae8059a1bbd3b01a8e3af8947f4411862d1a1020886e0892c400561a164c54039411bbf8f733fb8867d995e59d08db010cff
6
+ metadata.gz: ff05e79f785f869d1897d343e6a8b9b82b71a9102395ab047c4e5c259c2892b90317d81b2b1218ec2b3bf4b808c6fee39217adb47ba5fbbd35284d91908f79da
7
+ data.tar.gz: 0131ff14683882ec145c89088532ee61fd6fbc760918afd305d4e6243f5c0ebaba31d7d3b33dcd62cf500a0141281201d668eb212c836638b6e1a359c74c756a
data/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ # [v0.8.1] - 25-11-2024
2
+ **Full Changelog**: https://github.com/yettoapp/hephaestus/compare/v0.8.0...v0.8.1
1
3
  # [v0.8.0] - 25-11-2024
2
4
  ## What's Changed
3
5
  * End the promise of litefs by @gjtorikian in https://github.com/yettoapp/hephaestus/pull/63
@@ -88,7 +88,7 @@ module Hephaestus
88
88
  end
89
89
 
90
90
  def include_sudo?
91
- productionish? ? "sudo -E " : ""
91
+ !Rails.env.local? ? "sudo -E " : ""
92
92
  end
93
93
 
94
94
  check_dependencies! unless Rails.env.local?
@@ -2,7 +2,7 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module Hephaestus
5
- VERSION = "0.8.0"
5
+ VERSION = "0.8.1"
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.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Garen Torikian