daytona 0.154.0 → 0.155.0

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: 9c1a9c23d84195b9fa3b484cdc4e413697bbd45227d9d1e19f1cc1b1724a630b
4
- data.tar.gz: cffb11828631d86afeb0e14fb04aef3ff2cc3cd7e4b501923f827062534f31c4
3
+ metadata.gz: 885fbb7e696fd3a33436ce01439b91c7a430dae30a86ae233eff51fa54a5cca5
4
+ data.tar.gz: a495d5928f1ae9ec8147aee393767a686ba28897212fecc9ebd19517440ff9e9
5
5
  SHA512:
6
- metadata.gz: 4d6b7dd72c2c98806d268ac49bf246f3d1c4a4846c1a72defe027a995093010e54b9c68ae94f1f4c5ee2ef134e6d36d8cd2079366a067372235325451f245255
7
- data.tar.gz: c5f37ab676a3acfd97ace701303344e195e4307a7845dbc335d1c771ca93e7faf22df338b8adf923cb6f6333c62619039f501a0c79a896cf5d8fbc793ab0f323
6
+ metadata.gz: 7ffdad63ef44ff5cb1dd8b577163e68779c2e196680a36a478cc33b4c831e536150e0ed5d1c718c7021a51aee73daf01fb31209eb7a6d5a046618585b4d859ed
7
+ data.tar.gz: 4346643bac10c6cbbcbe860ca9ea0eaafd54e286c4dac53ec8ec98e85431816b272aa2b64dbc22de702c6fda08f998e7dd4e2e7d519055e13b16595b5f131c2e
@@ -40,7 +40,7 @@ module Daytona
40
40
  # @param command [String] Shell command to execute
41
41
  # @param cwd [String, nil] Working directory for command execution. If not specified, uses the sandbox working directory
42
42
  # @param env [Hash<String, String>, nil] Environment variables to set for the command
43
- # @param timeout [Integer, nil] Maximum time in seconds to wait for the command to complete. 0 means wait indefinitely
43
+ # @param timeout [Integer, nil] Maximum time in seconds to wait for the command to complete.
44
44
  # @return [ExecuteResponse] Command execution results containing exit_code, result, and artifacts
45
45
  #
46
46
  # @example
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Daytona
4
4
  module Sdk
5
- VERSION = '0.154.0'
5
+ VERSION = '0.155.0'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: daytona
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.154.0
4
+ version: 0.155.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daytona Platforms Inc.
@@ -85,28 +85,28 @@ dependencies:
85
85
  requirements:
86
86
  - - '='
87
87
  - !ruby/object:Gem::Version
88
- version: 0.154.0
88
+ version: 0.155.0
89
89
  type: :runtime
90
90
  prerelease: false
91
91
  version_requirements: !ruby/object:Gem::Requirement
92
92
  requirements:
93
93
  - - '='
94
94
  - !ruby/object:Gem::Version
95
- version: 0.154.0
95
+ version: 0.155.0
96
96
  - !ruby/object:Gem::Dependency
97
97
  name: daytona_toolbox_api_client
98
98
  requirement: !ruby/object:Gem::Requirement
99
99
  requirements:
100
100
  - - '='
101
101
  - !ruby/object:Gem::Version
102
- version: 0.154.0
102
+ version: 0.155.0
103
103
  type: :runtime
104
104
  prerelease: false
105
105
  version_requirements: !ruby/object:Gem::Requirement
106
106
  requirements:
107
107
  - - '='
108
108
  - !ruby/object:Gem::Version
109
- version: 0.154.0
109
+ version: 0.155.0
110
110
  - !ruby/object:Gem::Dependency
111
111
  name: dotenv
112
112
  requirement: !ruby/object:Gem::Requirement