hephaestus 0.8.19 → 0.8.19.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b865327c2867d5310e6380abe9bc8373e5a9f1c6f6f203429289930339cb2336
|
4
|
+
data.tar.gz: 8c86a2e986751e726380db91256428fccca4121fc2c67a4bdc3736c85edaad38
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1764e34d18f231797dd25c5fc81714d9e223e487a1e0deb778f7f59aba1f2cd9945d24d1fb3f970985809650c7d7e3d9c3e631b7b352e34bacdb5a66feee3e8d
|
7
|
+
data.tar.gz: f48c666ed401ef5ad6f6ea3e0fd840b80f892bb4a04a067939aa1ed2849050594467abf6e78a6a65f66388477444c9cd6120aaebcef2577811d5c6f7336be11e
|
data/CHANGELOG.md
CHANGED
data/lib/hephaestus/engine.rb
CHANGED
data/lib/hephaestus/version.rb
CHANGED
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
|
4
|
+
version: 0.8.19.1
|
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-
|
11
|
+
date: 2025-04-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bootsnap
|
@@ -403,7 +403,7 @@ files:
|
|
403
403
|
- CHANGELOG.md
|
404
404
|
- LICENSE.txt
|
405
405
|
- README.md
|
406
|
-
- app/assets/
|
406
|
+
- app/assets/stylesheets/hephaestus/application.css
|
407
407
|
- app/controllers/concerns/hephaestus/responses.rb
|
408
408
|
- app/controllers/concerns/hephaestus/session_auth.rb
|
409
409
|
- app/controllers/concerns/hephaestus/validates_from_yetto.rb
|
File without changes
|