hephaestus 0.8.3.2 → 0.8.3.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f8da2ce61468a298f561ac34ad705930465faf5f207a228a79c97a4e2a81dfab
4
- data.tar.gz: 69d0c330a1c83e6b0744dfe3eb6020fb582fad4ab915d921813d7ae9e09da15b
3
+ metadata.gz: 047345e7a35ec014c3fb78481c38f222bec69edb749cca5151418280973d348d
4
+ data.tar.gz: 79a9de1566f38aac0519e5ad9b7c53a043c0d856f5bde1b6bac56ab9ee263697
5
5
  SHA512:
6
- metadata.gz: 3054abd8a1b93e36b75a96585a21d97d01a44d502f273123fd37df9aee8f4e7edb6300e853e51de8fc655b3777ace767c284e060899d06f961b9272c4e357e02
7
- data.tar.gz: 3b4ae9002b2e8a92ffbfc8eb5b8928cd4cd09f11b67fdc135d20f2a03d94daa61a615e1148d3eb20c98c8ff8060cdb5e4a106545700a52f9feb2d25c11a096e9
6
+ metadata.gz: 24ee66eadc26b827a5e61f0a3768c8270f2f259b333d1a225e540818e05ab54d4828dc9e5e783eb489dc62555f2f21ff2e60e82c5389049ffdfa5b08b691edd3
7
+ data.tar.gz: 1fe62222a1b08f89f0b6ba165c1575743c9f36cdccf82fe57a492fcdea8b2b17dc75c79d7b14296432e99f4b5ba034afbb912dd219fcbe47520e5662cd9bfdb1
data/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ # [v0.8.3.3] - 27-11-2024
2
+ **Full Changelog**: https://github.com/yettoapp/hephaestus/compare/v0.8.3.2...v0.8.3.3
1
3
  # [v0.8.3.2] - 26-11-2024
2
4
  **Full Changelog**: https://github.com/yettoapp/hephaestus/compare/v0.8.3.1...v0.8.3.2
3
5
  # [v0.8.3.1] - 26-11-2024
data/config/database.yml CHANGED
@@ -44,18 +44,18 @@ default_productionish: &default_productionish
44
44
  # Similarly, if you deploy your application as a Docker container, you must
45
45
  # ensure the database is located in a persisted volume.
46
46
  staging:
47
- primary:
48
- <<: *default_productionish
49
- url: <%= ENV["DATABASE_URL"] %>
47
+ # primary:
48
+ # <<: *default_productionish
49
+ # url: <%= ENV["DATABASE_URL"] %>
50
50
  queue:
51
51
  <<: *default_productionish
52
52
  url: <%= ENV["DATABASE_URL"] %>
53
53
  migrations_paths: db/queue_migrate
54
54
 
55
55
  production:
56
- primary:
57
- <<: *default_productionish
58
- url: <%= ENV["DATABASE_URL"] %>
56
+ # primary:
57
+ # <<: *default_productionish
58
+ # url: <%= ENV["DATABASE_URL"] %>
59
59
  queue:
60
60
  <<: *default_productionish
61
61
  url: <%= ENV["DATABASE_URL"] %>
@@ -2,7 +2,7 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module Hephaestus
5
- VERSION = "0.8.3.2"
5
+ VERSION = "0.8.3.3"
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.3.2
4
+ version: 0.8.3.3
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-11-26 00:00:00.000000000 Z
11
+ date: 2024-11-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bootsnap