daytona_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_api_client/version.rb +1 -1
- data/project.json +18 -3
- 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: fbc4698d1f2864a87d5d77025163a79619f00eced6dfed5e4b5941618ba40f85
|
|
4
|
+
data.tar.gz: c6471d607a7c982e185650ce7bdb6e9c677e8e709d3823c7a856825e297ac3bf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: badf674f5ce775a65c999c1ffbd6a7582330a9194cd9c7375d65589d0309a4fa9a939a6019c31a1ee1e0c45ee71a87d1bc51951d13751ccf1adbe2f22089fedd
|
|
7
|
+
data.tar.gz: 37483e0a2c48c0e127a5782ce7617a92c60e889dbb2ae63d6af420f2d1fb33ce86e7eca776d7a6c595801bd62a6ee381c084afa8822337e1e580a80538df11b1
|
data/project.json
CHANGED
|
@@ -12,14 +12,20 @@
|
|
|
12
12
|
"commands": ["rm -f *.gem", "bundle install", "gem build daytona_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_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_api_client/version.rb"]
|
|
23
29
|
},
|
|
24
30
|
"lint": {
|
|
25
31
|
"executor": "nx:run-commands",
|
|
@@ -39,7 +45,16 @@
|
|
|
39
45
|
"cd libs/api-client-ruby && bundle exec rubocop -a --fail-level=E"
|
|
40
46
|
],
|
|
41
47
|
"parallel": false
|
|
42
|
-
}
|
|
48
|
+
},
|
|
49
|
+
"cache": true,
|
|
50
|
+
"inputs": ["{workspaceRoot}/dist/apps/api/openapi.json"],
|
|
51
|
+
"outputs": ["{projectRoot}/**/*", "!{projectRoot}/**/*.gem"],
|
|
52
|
+
"dependsOn": [
|
|
53
|
+
{
|
|
54
|
+
"target": "openapi",
|
|
55
|
+
"projects": "api"
|
|
56
|
+
}
|
|
57
|
+
]
|
|
43
58
|
},
|
|
44
59
|
"format": {
|
|
45
60
|
"executor": "nx:run-commands",
|
metadata
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: daytona_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
|
|
@@ -259,6 +260,7 @@ homepage: https://github.com/daytonaio/daytona
|
|
|
259
260
|
licenses:
|
|
260
261
|
- Unlicense
|
|
261
262
|
metadata: {}
|
|
263
|
+
post_install_message:
|
|
262
264
|
rdoc_options: []
|
|
263
265
|
require_paths:
|
|
264
266
|
- lib
|
|
@@ -273,7 +275,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
273
275
|
- !ruby/object:Gem::Version
|
|
274
276
|
version: '0'
|
|
275
277
|
requirements: []
|
|
276
|
-
rubygems_version: 3.
|
|
278
|
+
rubygems_version: 3.4.19
|
|
279
|
+
signing_key:
|
|
277
280
|
specification_version: 4
|
|
278
281
|
summary: Daytona Ruby Gem
|
|
279
282
|
test_files: []
|