kdeploy 1.0.3 β†’ 1.0.4

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: 0ae0aae915ce13a7baf32218819dd5dae722477d70ec9a3d6c51f1fdf6758f81
4
- data.tar.gz: 258b0f8e7f74bfacac534cef9add8cc9c48b809f7cab81b35ddbc38b9658606b
3
+ metadata.gz: '03944aa593bff10b74d9e759c5228c3d67ee1d755581634621fe177c603067be'
4
+ data.tar.gz: 4217dec1ce5d68aafc9bddafd0bb73d7033c30453c9479642c116dff2bc035d7
5
5
  SHA512:
6
- metadata.gz: 2430cd40535b7b35973acca3046e56a9c74626b299c94f7d56bc4cda3b41ca95fb62a0cf582cc7a0bce6dd4ecae921258f6b065a73b55e91390a9a7c7c47a952
7
- data.tar.gz: 181af2943ea7bb12f569ef4884e270bfbc414aed51a508e77c13e98d4a45df24dd63e853ad14ceeb1e3a7f27d54707bda630906729233dcf577fa4e356e99b92
6
+ metadata.gz: 519644cfb036c05fb4939f0c104fdf73dde83b51de13856a7d6d1d1b42590e03bc9114b2736217187fa91e2582a78a28d68bc1b2bb82034cf74773ea64a1eda4
7
+ data.tar.gz: e6f0f513e91dd14f85a8b859ef47015cb6710a8cb9b00ba07e971b8c59453c1d0e51584cc94a89d2290ce147a5f42fe38413a221dc82cb273e6a2ff8afc363fb
data/README.md CHANGED
@@ -108,6 +108,11 @@ end
108
108
  ```bash
109
109
  kdeploy execute deploy.rb
110
110
  ```
111
+ 4. demo:
112
+
113
+ ```bash
114
+ https://github.com/kevin197011/kdeploy-app
115
+ ```
111
116
 
112
117
  ## πŸ“– Usage Guide
113
118
 
@@ -244,4 +249,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
244
249
 
245
250
  ## πŸ” Code of Conduct
246
251
 
247
- Everyone interacting in the Kdeploy project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/kdeploy/blob/main/CODE_OF_CONDUCT.md).
252
+ Everyone interacting in the Kdeploy project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/kdeploy/blob/main/CODE_OF_CONDUCT.md).
@@ -11,6 +11,7 @@ module Kdeploy
11
11
  @ip = host_config[:ip]
12
12
  @password = host_config[:password]
13
13
  @key = host_config[:key]
14
+ @port = host_config[:port] # ζ–°ε’žη«―ε£ζ”―ζŒ
14
15
  end
15
16
 
16
17
  def execute(command)
@@ -66,7 +67,7 @@ module Kdeploy
66
67
  elsif @key
67
68
  options[:keys] = [@key]
68
69
  end
69
-
70
+ options[:port] = @port if @port # ζ–°ε’žη«―ε£δΌ ι€’
70
71
  options
71
72
  end
72
73
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Kdeploy
4
- VERSION = '1.0.3'
4
+ VERSION = '1.0.4'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kdeploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
- - Norton
7
+ - Kk
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-07-01 00:00:00.000000000 Z
11
+ date: 2025-07-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby