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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4aa51026758ed13bd4facfed35b70c0e98f786eed8c406cc75566c9f84dda4d0
4
- data.tar.gz: 348cda7fc5dd01fe26400ce6b503dff4e65c700be2cefa8ff79e663e7e2f753b
3
+ metadata.gz: fbc4698d1f2864a87d5d77025163a79619f00eced6dfed5e4b5941618ba40f85
4
+ data.tar.gz: c6471d607a7c982e185650ce7bdb6e9c677e8e709d3823c7a856825e297ac3bf
5
5
  SHA512:
6
- metadata.gz: 66832706f0637f9e0b5f7d6295af599df0b1793b50b0ca01ac7c5b4c5b4b0f90ba87f3dc4785d0c934604d871e53f280d99cc75a6a6dae47c303a3bbd2213a32
7
- data.tar.gz: 80380c73b1f7453e2455b9962f18320d1eebced7342cffebdb56ab78a5ff5b7519c24d4675d506a2d2cb0976b4efe8dea46edc2ab215da42d46b5f5fd3f77516
6
+ metadata.gz: badf674f5ce775a65c999c1ffbd6a7582330a9194cd9c7375d65589d0309a4fa9a939a6019c31a1ee1e0c45ee71a87d1bc51951d13751ccf1adbe2f22089fedd
7
+ data.tar.gz: 37483e0a2c48c0e127a5782ce7617a92c60e889dbb2ae63d6af420f2d1fb33ce86e7eca776d7a6c595801bd62a6ee381c084afa8822337e1e580a80538df11b1
@@ -11,5 +11,5 @@ Generator version: 7.12.0
11
11
  =end
12
12
 
13
13
  module DaytonaApiClient
14
- VERSION = '0.134.0.alpha.1'
14
+ VERSION = '0.136.0'
15
15
  end
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.134.0.alpha.1
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: 1980-01-02 00:00:00.000000000 Z
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.6.9
278
+ rubygems_version: 3.4.19
279
+ signing_key:
277
280
  specification_version: 4
278
281
  summary: Daytona Ruby Gem
279
282
  test_files: []