Skip to content

Commit 107831f

Browse files
authored
Merge pull request #71 from github/cleanup
Cleanup
2 parents 1e806ce + fefc6ef commit 107831f

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
hooks-ruby (0.6.3)
4+
hooks-ruby (0.6.4)
55
dry-schema (~> 1.14, >= 1.14.1)
66
grape (~> 2.3)
77
puma (~> 6.6)

lib/hooks/core/config_loader.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ class ConfigLoader
1717
health_path: "/health",
1818
version_path: "/version",
1919
environment: ENV.fetch("RACK_ENV", "production"),
20-
production: true,
2120
endpoints_dir: "./config/endpoints",
2221
use_catchall_route: false,
2322
normalize_headers: true,

lib/hooks/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
module Hooks
55
# Current version of the Hooks webhook framework
66
# @return [String] The version string following semantic versioning
7-
VERSION = "0.6.3".freeze
7+
VERSION = "0.6.4".freeze
88
end

spec/unit/lib/hooks/core/config_loader_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
health_path: "/health",
1717
version_path: "/version",
1818
environment: "production",
19-
production: true,
2019
endpoints_dir: "./config/endpoints",
2120
use_catchall_route: false,
2221
normalize_headers: true,

0 commit comments

Comments
 (0)