hephaestus 0.8.19.1 → 0.8.20

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: b865327c2867d5310e6380abe9bc8373e5a9f1c6f6f203429289930339cb2336
4
- data.tar.gz: 8c86a2e986751e726380db91256428fccca4121fc2c67a4bdc3736c85edaad38
3
+ metadata.gz: 29f08d2285495a0204b82adbb3e7c20f33c01fc6968a6b0fc0e89732b294503a
4
+ data.tar.gz: 998625267b0deaac98f51978f7bf720383d3a1b4bbcbe234bc65e109d1d6fb59
5
5
  SHA512:
6
- metadata.gz: 1764e34d18f231797dd25c5fc81714d9e223e487a1e0deb778f7f59aba1f2cd9945d24d1fb3f970985809650c7d7e3d9c3e631b7b352e34bacdb5a66feee3e8d
7
- data.tar.gz: f48c666ed401ef5ad6f6ea3e0fd840b80f892bb4a04a067939aa1ed2849050594467abf6e78a6a65f66388477444c9cd6120aaebcef2577811d5c6f7336be11e
6
+ metadata.gz: 6cf59e059f1d1f939179c0b60b8e2d6d0e821736314490918df1026b1f9c176de439db0734c0eca66011c028c608b55352e484acb2b9e51f80ed4a16cdc50dee
7
+ data.tar.gz: d9d76a0dfd09e905c0b27ec64e8848a9c7512998a0911c7bfa1302ecf1fe17c69ded33d7a586694fef7e168d9dd18899b84aca4b65e738ad1861c63b877b25cd
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ # [v0.8.20] - 10-04-2025
2
+ ## What's Changed
3
+ * Provide a generic reoauth route by @gjtorikian in https://github.com/yettoapp/hephaestus/pull/123
4
+
5
+
6
+ **Full Changelog**: https://github.com/yettoapp/hephaestus/compare/v0.8.19.1...v0.8.20
1
7
  # [v0.8.19.1] - 09-04-2025
2
8
  **Full Changelog**: https://github.com/yettoapp/hephaestus/compare/v0.8.19...v0.8.19.1
3
9
  # [v0.8.19] - 08-04-2025
@@ -11,9 +11,15 @@ module Hephaestus
11
11
  end
12
12
 
13
13
  def edit
14
+ set_step
14
15
  render("settings/edit")
15
16
  end
16
17
 
18
+ def reoauth
19
+ set_step
20
+ render("settings/reoauth")
21
+ end
22
+
17
23
  def set_step
18
24
  @step = params.fetch(:step, 1).to_i || 1
19
25
  end
@@ -2,7 +2,7 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module Hephaestus
5
- VERSION = "0.8.19.1"
5
+ VERSION = "0.8.20"
6
6
  RAILS_VERSION = ">= 8.0"
7
7
  RUBY_VERSION = File
8
8
  .read("#{File.dirname(__FILE__)}/../../.ruby-version")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hephaestus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.19.1
4
+ version: 0.8.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Garen Torikian
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-09 00:00:00.000000000 Z
11
+ date: 2025-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bootsnap