hephaestus 0.5.1 → 0.5.2

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: a6ea72738e1e92fb2cde19166a290573e1a4f3d51f4889c13fcfb0530998ff28
4
- data.tar.gz: 6a5980d8b598044f144feda0aae7a74cafd156349fcd7871ff1b431c21fad32c
3
+ metadata.gz: 9c6c89b1e31d150cbb474ed41ca2de9ae206a89c352139bcfc87d86217b9659b
4
+ data.tar.gz: a363e937f8d6b7c6895a218109734c75fb5d9b37cb690cd67b9582ae63c905f0
5
5
  SHA512:
6
- metadata.gz: 5b901a9802f9b40d387ee9f476583e79c3e04fd8f0f324497dd27dfe67464d408cc694ce0875aefe36ab1dabed4f1e7ceff25ce5f2a672868590da1893b2099a
7
- data.tar.gz: 48c94b50e1cf0420e91c69d1c2c17e8d5d96e4aead81f43a284d6f6999f31910cf29b9b9b349998c89403839eb559705a93337288637764292e3fc5ae1f7b9c6
6
+ metadata.gz: 5b9e96e4832af13875dbab52733d0a86715ab7c0f5371c71cf3f1ed64a47a8377b9e536538047e68d55ae2c6a36d64aa29f5c600edc52a5c6d8e92e99e200b75
7
+ data.tar.gz: 166640dc99160787a3f0547af9416ac45fe6482c65475230c7016d242167b61e9975b3ce33930ade18d9d4809ab44592ce6596e9ae1d1f2d2fcbf15de1b49c7d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## [v0.5.1] - 31-10-2023
2
+ ## What's Changed
3
+ * Remove excess :// characters from PROTOCOL by @balevine in https://github.com/yettoapp/hephaestus/pull/12
4
+
5
+ ## New Contributors
6
+ * @balevine made their first contribution in https://github.com/yettoapp/hephaestus/pull/12
7
+
8
+ **Full Changelog**: https://github.com/yettoapp/hephaestus/compare/v0.5.0...v0.5.1
1
9
  ## [v0.5.0] - 13-10-2023
2
10
  ## What's Changed
3
11
  * More edits by @gjtorikian in https://github.com/yettoapp/hephaestus/pull/11
@@ -2,7 +2,7 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module Hephaestus
5
- VERSION = "0.5.1"
5
+ VERSION = "0.5.2"
6
6
  RAILS_VERSION = "~> 7.0"
7
7
  RUBY_VERSION = File
8
8
  .read("#{File.dirname(__FILE__)}/../../.ruby-version")
@@ -16,7 +16,7 @@ updates:
16
16
  - package-ecosystem: bundler
17
17
  directory: "/"
18
18
  schedule:
19
- interval: weekly
19
+ interval: monthly
20
20
  day: monday
21
21
  time: "09:00"
22
22
  timezone: "Etc/UTC"
@@ -31,7 +31,7 @@ class SettingsController < ApplicationController
31
31
  return not_acceptable
32
32
  end
33
33
 
34
- plug_installation = response.parse_json_body
34
+ plug_installation = response.parsed_json_body
35
35
  access_token = plug_installation.fetch("credentials", {}).fetch("access_token", "")
36
36
 
37
37
  if access_token.blank?
@@ -2,7 +2,7 @@ app = "plug-app-staging"
2
2
  primary_region = "iad"
3
3
 
4
4
  [env]
5
- RAILS_ENV = "plug-app-staging"
5
+ RAILS_ENV = "staging"
6
6
  LD_PRELOAD_PATH = "/usr/lib/x86_64-linux-gnu/libjemalloc.so.2"
7
7
 
8
8
  [processes]
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.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Garen Torikian
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-31 00:00:00.000000000 Z
11
+ date: 2023-11-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -251,7 +251,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
251
251
  - !ruby/object:Gem::Version
252
252
  version: 3.4.7
253
253
  requirements: []
254
- rubygems_version: 3.4.21
254
+ rubygems_version: 3.4.22
255
255
  signing_key:
256
256
  specification_version: 4
257
257
  summary: Generate a Rails app that can be used to create plugs for Yetto.