daytona_toolbox_api_client 0.134.0.alpha.1 → 0.136.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 +4 -4
- data/lib/daytona_toolbox_api_client/version.rb +1 -1
- data/project.json +15 -2
- metadata +6 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 184863a8211245a17aa07b99984bfed071ef5f9282e3b6e9f6fc0f792a5e562e
|
|
4
|
+
data.tar.gz: 10a4f763d4db91c3adf6a90fd310b8ead89870e9bd8aa5b643f95deaf766e231
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3a60735fada0d13a4fa8d49397602c5227d012f5e048a4951f62ae5567764564ce35ee93c81e650d39a8346d2710ffcde5044bd0aa09f9ef6a0c2039aeac7ca0
|
|
7
|
+
data.tar.gz: 0ac1b4b4999db7dd9dd79cfec1687e061c3a6e85a608d70d854d020eab20d735cece7c654d5b161e5c1ef94564c6189cce616405b0269d46b173427549160ec0
|
data/project.json
CHANGED
|
@@ -12,14 +12,20 @@
|
|
|
12
12
|
"commands": ["rm -f *.gem", "bundle install", "gem build daytona_toolbox_api_client.gemspec"],
|
|
13
13
|
"parallel": false
|
|
14
14
|
},
|
|
15
|
-
"dependsOn": ["set-version"]
|
|
15
|
+
"dependsOn": ["set-version"],
|
|
16
|
+
"cache": true,
|
|
17
|
+
"inputs": ["default"],
|
|
18
|
+
"outputs": ["{projectRoot}/**/*.gem"]
|
|
16
19
|
},
|
|
17
20
|
"set-version": {
|
|
18
21
|
"executor": "nx:run-commands",
|
|
19
22
|
"options": {
|
|
20
23
|
"cwd": "{projectRoot}",
|
|
21
24
|
"command": "if [ -n \"$RUBYGEMS_PKG_VERSION\" ]; then sed -i \"s/VERSION = '[^']*'/VERSION = '$RUBYGEMS_PKG_VERSION'/\" lib/daytona_toolbox_api_client/version.rb && echo \"Changed version to $RUBYGEMS_PKG_VERSION\"; else echo \"Using version from version.rb\"; fi"
|
|
22
|
-
}
|
|
25
|
+
},
|
|
26
|
+
"cache": true,
|
|
27
|
+
"inputs": [{ "env": "RUBYGEMS_PKG_VERSION" }, { "env": "VERSION" }],
|
|
28
|
+
"outputs": ["{projectRoot}/lib/daytona_toolbox_api_client/version.rb"]
|
|
23
29
|
},
|
|
24
30
|
"lint": {
|
|
25
31
|
"executor": "nx:run-commands",
|
|
@@ -40,10 +46,17 @@
|
|
|
40
46
|
],
|
|
41
47
|
"parallel": false
|
|
42
48
|
},
|
|
49
|
+
"cache": true,
|
|
50
|
+
"inputs": ["{workspaceRoot}/apps/daemon/pkg/toolbox/docs/swagger.json"],
|
|
51
|
+
"outputs": ["{projectRoot}/**/*", "!{projectRoot}/**/*.gem"],
|
|
43
52
|
"dependsOn": [
|
|
44
53
|
{
|
|
45
54
|
"target": "openapi",
|
|
46
55
|
"projects": "daemon"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"target": "generate:api-client",
|
|
59
|
+
"projects": "api-client-ruby"
|
|
47
60
|
}
|
|
48
61
|
]
|
|
49
62
|
},
|
metadata
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: daytona_toolbox_api_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.136.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- daytonaio
|
|
8
|
+
autorequire:
|
|
8
9
|
bindir: bin
|
|
9
10
|
cert_chain: []
|
|
10
|
-
date:
|
|
11
|
+
date: 2026-01-28 00:00:00.000000000 Z
|
|
11
12
|
dependencies:
|
|
12
13
|
- !ruby/object:Gem::Dependency
|
|
13
14
|
name: typhoeus
|
|
@@ -156,6 +157,7 @@ homepage: https://github.com/daytonaio/daytona
|
|
|
156
157
|
licenses:
|
|
157
158
|
- Unlicense
|
|
158
159
|
metadata: {}
|
|
160
|
+
post_install_message:
|
|
159
161
|
rdoc_options: []
|
|
160
162
|
require_paths:
|
|
161
163
|
- lib
|
|
@@ -170,7 +172,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
170
172
|
- !ruby/object:Gem::Version
|
|
171
173
|
version: '0'
|
|
172
174
|
requirements: []
|
|
173
|
-
rubygems_version: 3.
|
|
175
|
+
rubygems_version: 3.4.19
|
|
176
|
+
signing_key:
|
|
174
177
|
specification_version: 4
|
|
175
178
|
summary: Daytona Toolbox API Ruby Gem
|
|
176
179
|
test_files: []
|