hephaestus 0.8.7.3 → 0.8.7.5

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: d7f1fb3a9cdf370e9ad3e756ae008da75fdb68214c0c3261fb4ddb18ca1b277b
4
- data.tar.gz: 37023803d5bef1d0911e504713127e17329001cfb3ba0be3b18aa816f7ee2979
3
+ metadata.gz: c17f79baf188c20673d1d1c59299f22b36a4378d42546cda2d8b4aeddcb9e5c7
4
+ data.tar.gz: bfd2576c4e5652ee59215ba39d2e5f0afb80134e94502b5b3669dfd3f4baf903
5
5
  SHA512:
6
- metadata.gz: ae9904110800094806cbdec666a076e9df54e1abea841de0aa76590d41d58dae7c40dffe37b3484442be7f7dbd220e780f7d4e75aa1c465b11a01df8bfadb585
7
- data.tar.gz: 346432f6710572a9a080c2dec3d89aa8f4d036f21b5083cd1ac8a07852388f61f6cf71fe652d9bfa7164320ccaea70330baa01c0fa560a1861e76181cddd1370
6
+ metadata.gz: b3d0d5d1ddb364b1fbf4fffa76cd43e8a5eb51586512b9d27edd883107fcf3a056cd248185955b1dd1ea6e8cd90dd9a2c777fd25d6ed62c85c75e9d03ea55837
7
+ data.tar.gz: 7f54fec794443f83bda7367a31296edcb519a0c32a54fa0a6bee250ef764db587edfb2c481d98612272827d21c1a14bdae05c1d049d8cff1588f84f89e0b5b70
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # [v0.8.7.5] - 05-12-2024
2
+ **Full Changelog**: https://github.com/yettoapp/hephaestus/compare/v0.8.7.4...v0.8.7.5
3
+ # [v0.8.7.4] - 05-12-2024
4
+ **Full Changelog**: https://github.com/yettoapp/hephaestus/compare/v0.8.7.3...v0.8.7.4
1
5
  # [v0.8.7.3] - 04-12-2024
2
6
  **Full Changelog**: https://github.com/yettoapp/hephaestus/compare/v0.8.7.2...v0.8.7.3
3
7
  # [v0.8.7.2] - 04-12-2024
@@ -25,6 +25,19 @@ module Hephaestus
25
25
  )
26
26
  end
27
27
 
28
+ def accepted
29
+ render(
30
+ json: {
31
+ errors: [
32
+ {
33
+ message: "Accepted",
34
+ },
35
+ ],
36
+ }.to_json,
37
+ status: :accepted,
38
+ )
39
+ end
40
+
28
41
  def bad_request
29
42
  render(
30
43
  json: {
@@ -11,6 +11,7 @@ module Hephaestus
11
11
  end
12
12
 
13
13
  def edit
14
+ render("settings/edit")
14
15
  end
15
16
 
16
17
  def set_step
@@ -2,7 +2,7 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module Hephaestus
5
- VERSION = "0.8.7.3"
5
+ VERSION = "0.8.7.5"
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.7.3
4
+ version: 0.8.7.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Garen Torikian
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-04 00:00:00.000000000 Z
11
+ date: 2024-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bootsnap