rails_deploy 0.7.3 → 0.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: cb2e9c156fe07a8169b67f5b82dcbfa1343b2be848a78172f1342faa05088f93
4
- data.tar.gz: 14c6f43de66b7cececb3f9167ce98a399bba2274c5c7d573d6bcda41576f42ba
3
+ metadata.gz: 2fa4ca75e240125dd7bb4d69c0e32666c7a56a61794f4351742fc97bfdfff6e8
4
+ data.tar.gz: 7f7531f7f7004d7caf5b061f09824cdf2846239d5dfc9e071ffba6dc0e1a334b
5
5
  SHA512:
6
- metadata.gz: 259753ac07fc79e6d5938fbd4e13597c6bed94fd34fadc2205f4303c787a3ad35420afe3f0ca2dbfb788843fe36d449df4eb8b267058ef8d26055eb09e2657fd
7
- data.tar.gz: b426b12bc0e1d79aad5a2d9e6c01bcbbf88313834541f11d52e84c41ca6efb7bce6232d70a911d42fac62452470351b1da50059b2a04474f52baad333b1fd10d
6
+ metadata.gz: c24724ec7ec1155481f574a48b3a35e3b28bc8c6ca09c3088a48e58bae62cf4e4d3d4b6751db6234d90d2170536933d6d6771d35940ae3dc848b29a142e5e964
7
+ data.tar.gz: 2a96dfd41430768efe7a8c44361ff0b7ce4879ac23cb6029e27683a482f63634c6032250c8c3edb67292b0efba5af9940a88455f7f70230537bf31bb890d7a51
@@ -0,0 +1,12 @@
1
+ module KamalOverride::Configuration
2
+ module Ssh
3
+
4
+ private
5
+ def logger
6
+ Logger.new(Rails.root.join("log/#{Thread.current.native_thread_id}_kamal.log"))
7
+ end
8
+
9
+ end
10
+ end
11
+
12
+ Kamal::Configuration::Ssh.prepend KamalOverride::Configuration::Ssh
@@ -2,7 +2,7 @@ module KamalOverride
2
2
  module Configuration
3
3
 
4
4
  def proxy_image
5
- 'ccr.ccs.tencentyun.com/kamal/kamal-proxy:v0.8.2'
5
+ 'ccr.ccs.tencentyun.com/kamal/kamal-proxy:v0.8.4'
6
6
  end
7
7
 
8
8
  end
@@ -7,5 +7,6 @@ require 'kamal_override/commands/proxy'
7
7
 
8
8
  require 'kamal_override/configuration/proxy'
9
9
  require 'kamal_override/configuration/role'
10
+ require 'kamal_override/configuration/ssh'
10
11
 
11
12
  require 'kamal_override/configuration/validator/proxy'
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.3
4
+ version: 0.7.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mingyuan Qin
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-25 00:00:00.000000000 Z
10
+ date: 2025-02-09 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: activesupport
@@ -71,12 +70,12 @@ files:
71
70
  - lib/kamal_override/configuration/docs/proxy.yml
72
71
  - lib/kamal_override/configuration/proxy.rb
73
72
  - lib/kamal_override/configuration/role.rb
73
+ - lib/kamal_override/configuration/ssh.rb
74
74
  - lib/kamal_override/configuration/validator/proxy.rb
75
75
  homepage: https://github.com/work-design/rails_deploy
76
76
  licenses:
77
77
  - MIT
78
78
  metadata: {}
79
- post_install_message:
80
79
  rdoc_options: []
81
80
  require_paths:
82
81
  - lib
@@ -91,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
91
90
  - !ruby/object:Gem::Version
92
91
  version: '0'
93
92
  requirements: []
94
- rubygems_version: 3.5.22
95
- signing_key:
93
+ rubygems_version: 3.6.2
96
94
  specification_version: 4
97
95
  summary: Deploy from server
98
96
  test_files: []