daytona 0.190.1 → 0.191.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: 35c2eb229be69ad396b411b0b2adfadd189f38726424b32076f5bd0a9dbbe836
4
- data.tar.gz: e98b5177163f102c05096e3f192530add39d0d3c41c781d696684287c1ef8bb2
3
+ metadata.gz: 57a2b331fa8cb901faa0029d2654c95409bb251fe3340d2d33e20503584d5d1e
4
+ data.tar.gz: 00a6a3ac444575ac68b69ea471d122d199f02709b47fae4455626f6aa0291c6c
5
5
  SHA512:
6
- metadata.gz: 96734a89fb8b97da490d5401400e4c0a5b4dcc6fefbe813a6e8c258bd1ad197ff3c19933d45f3b0d382c74b1a051726c3cb1645c73c7826541a82793759a0b35
7
- data.tar.gz: 9f68870cf40fc5de23561aa6259d762a11de096eef47ec1408fec8d5ba722e9e7571573761840c65636bfd152ddb62061d03a75adfdfbcffc9ef66754a1a8b77
6
+ metadata.gz: 5ff5004f92d21f9be8add806f3db4e482986d6607bd1a6c300181fa6d4b854efd06c0874ec7f33326c2f49ce791c060359567efc9b96067ba1075b71ad8dbf64
7
+ data.tar.gz: d0f5684a55b0472042eb0a3be36f8de3517a1a386f532c3c6e64b52dfe647f6d76159a8e83d97b8ebd87b7b5437bde93d5909576668258573dbfcc13be72813f
data/LICENSE CHANGED
@@ -175,7 +175,7 @@
175
175
 
176
176
  END OF TERMS AND CONDITIONS
177
177
 
178
- Copyright 2025 Daytona
178
+ Copyright Daytona
179
179
 
180
180
  Licensed under the Apache License, Version 2.0 (the "License");
181
181
  you may not use this file except in compliance with the License.
data/README.md CHANGED
@@ -146,7 +146,7 @@ Clone, list branches, and add files to the sandbox.
146
146
  ```ruby
147
147
  # Basic clone
148
148
  sandbox.git.clone(
149
- url: 'https://github.com/daytonaio/daytona.git',
149
+ url: 'https://github.com/daytona/clients.git',
150
150
  path: 'workspace/repo'
151
151
  )
152
152
 
@@ -5,6 +5,6 @@
5
5
 
6
6
  module Daytona
7
7
  module Sdk
8
- VERSION = '0.190.1'
8
+ VERSION = '0.191.0'
9
9
  end
10
10
  end
data/project.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "sdk-ruby",
3
- "$schema": "../../node_modules/nx/schemas/project-schema.json",
3
+ "$schema": "../node_modules/nx/schemas/project-schema.json",
4
4
  "projectType": "library",
5
- "sourceRoot": "libs/sdk-ruby",
5
+ "sourceRoot": "sdk-ruby",
6
6
  "tags": [],
7
7
  "targets": {
8
8
  "build": {
9
9
  "executor": "nx:run-commands",
10
10
  "options": {
11
11
  "cwd": "{projectRoot}",
12
- "commands": ["rm -f *.gem", "bundle install", "gem build daytona.gemspec"],
12
+ "commands": ["rm -f *.gem", "BUNDLE_GEMFILE=Gemfile bundle install", "gem build daytona.gemspec"],
13
13
  "parallel": false
14
14
  },
15
15
  "dependsOn": [
@@ -38,7 +38,7 @@
38
38
  "executor": "nx:run-commands",
39
39
  "options": {
40
40
  "cwd": "{projectRoot}",
41
- "command": "bundle exec rubocop"
41
+ "command": "BUNDLE_GEMFILE=../Gemfile bundle exec rubocop"
42
42
  }
43
43
  },
44
44
  "test": {
@@ -46,36 +46,36 @@
46
46
  "cache": true,
47
47
  "inputs": [
48
48
  "default",
49
- "{workspaceRoot}/libs/api-client-ruby/**/*",
50
- "{workspaceRoot}/libs/toolbox-api-client-ruby/**/*"
49
+ "{workspaceRoot}/api-client-ruby/**/*",
50
+ "{workspaceRoot}/toolbox-api-client-ruby/**/*"
51
51
  ],
52
52
  "outputs": [],
53
53
  "options": {
54
54
  "cwd": "{projectRoot}",
55
- "command": "bundle exec rspec --format documentation --tag '~e2e'"
55
+ "command": "BUNDLE_GEMFILE=../Gemfile bundle exec rspec --format documentation --tag '~e2e'"
56
56
  }
57
57
  },
58
58
  "test:e2e": {
59
59
  "executor": "nx:run-commands",
60
60
  "options": {
61
61
  "cwd": "{projectRoot}",
62
- "command": "bundle exec rspec spec/e2e_spec.rb --format documentation"
62
+ "command": "BUNDLE_GEMFILE=../Gemfile bundle exec rspec spec/e2e_spec.rb --format documentation"
63
63
  }
64
64
  },
65
65
  "format": {
66
66
  "executor": "nx:run-commands",
67
67
  "options": {
68
68
  "cwd": "{projectRoot}",
69
- "commands": ["bundle exec rubocop -a --fail-level=E"],
69
+ "commands": ["BUNDLE_GEMFILE=../Gemfile bundle exec rubocop -a --fail-level=E"],
70
70
  "parallel": false
71
71
  }
72
72
  },
73
73
  "docs": {
74
74
  "executor": "nx:run-commands",
75
- "outputs": ["{workspaceRoot}/apps/docs/src/content/docs/en/ruby-sdk/**/*"],
75
+ "outputs": ["{workspaceRoot}/artifacts/sdk-docs/ruby-sdk/**/*"],
76
76
  "options": {
77
77
  "cwd": "{projectRoot}",
78
- "command": "bash -O extglob -c 'rm -rf ../../apps/docs/src/content/docs/en/ruby-sdk/!(index.mdx)' && bundle exec ruby scripts/generate-docs.rb"
78
+ "command": "bash -O extglob -c 'rm -rf ../artifacts/sdk-docs/ruby-sdk/!(index.mdx)' && BUNDLE_GEMFILE=../Gemfile bundle exec ruby scripts/generate-docs.rb"
79
79
  }
80
80
  },
81
81
  "publish": {
@@ -8,7 +8,7 @@ require 'tmpdir'
8
8
  require 'yard'
9
9
 
10
10
  # Configuration
11
- DOCS_OUTPUT_DIR = File.expand_path('../../../apps/docs/src/content/docs/en/ruby-sdk', __dir__)
11
+ DOCS_OUTPUT_DIR = File.expand_path('../../artifacts/sdk-docs/ruby-sdk', __dir__)
12
12
  LIB_DIR = File.expand_path('../lib/daytona', __dir__)
13
13
 
14
14
  # Classes to document: [file_path, output_filename, class_name]
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.190.1
4
+ version: 0.191.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.190.1
88
+ version: 0.191.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.190.1
95
+ version: 0.191.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.190.1
102
+ version: 0.191.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.190.1
109
+ version: 0.191.0
110
110
  - !ruby/object:Gem::Dependency
111
111
  name: dotenv
112
112
  requirement: !ruby/object:Gem::Requirement
@@ -212,13 +212,13 @@ files:
212
212
  - project.json
213
213
  - scripts/generate-docs.rb
214
214
  - sig/daytona/sdk.rbs
215
- homepage: https://github.com/daytonaio/daytona
215
+ homepage: https://github.com/daytona/clients
216
216
  licenses: []
217
217
  metadata:
218
218
  allowed_push_host: https://rubygems.org
219
- homepage_uri: https://github.com/daytonaio/daytona
220
- source_code_uri: https://github.com/daytonaio/daytona
221
- changelog_uri: https://github.com/daytonaio/daytona/releases
219
+ homepage_uri: https://github.com/daytona/clients
220
+ source_code_uri: https://github.com/daytona/clients
221
+ changelog_uri: https://github.com/daytona/clients/releases
222
222
  rubygems_mfa_required: 'true'
223
223
  rdoc_options: []
224
224
  require_paths: