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 +4 -4
- data/LICENSE +1 -1
- data/README.md +1 -1
- data/lib/daytona/sdk/version.rb +1 -1
- data/project.json +11 -11
- data/scripts/generate-docs.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 57a2b331fa8cb901faa0029d2654c95409bb251fe3340d2d33e20503584d5d1e
|
|
4
|
+
data.tar.gz: 00a6a3ac444575ac68b69ea471d122d199f02709b47fae4455626f6aa0291c6c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5ff5004f92d21f9be8add806f3db4e482986d6607bd1a6c300181fa6d4b854efd06c0874ec7f33326c2f49ce791c060359567efc9b96067ba1075b71ad8dbf64
|
|
7
|
+
data.tar.gz: d0f5684a55b0472042eb0a3be36f8de3517a1a386f532c3c6e64b52dfe647f6d76159a8e83d97b8ebd87b7b5437bde93d5909576668258573dbfcc13be72813f
|
data/LICENSE
CHANGED
data/README.md
CHANGED
data/lib/daytona/sdk/version.rb
CHANGED
data/project.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sdk-ruby",
|
|
3
|
-
"$schema": "
|
|
3
|
+
"$schema": "../node_modules/nx/schemas/project-schema.json",
|
|
4
4
|
"projectType": "library",
|
|
5
|
-
"sourceRoot": "
|
|
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}/
|
|
50
|
-
"{workspaceRoot}/
|
|
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}/
|
|
75
|
+
"outputs": ["{workspaceRoot}/artifacts/sdk-docs/ruby-sdk/**/*"],
|
|
76
76
|
"options": {
|
|
77
77
|
"cwd": "{projectRoot}",
|
|
78
|
-
"command": "bash -O extglob -c 'rm -rf
|
|
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": {
|
data/scripts/generate-docs.rb
CHANGED
|
@@ -8,7 +8,7 @@ require 'tmpdir'
|
|
|
8
8
|
require 'yard'
|
|
9
9
|
|
|
10
10
|
# Configuration
|
|
11
|
-
DOCS_OUTPUT_DIR = File.expand_path('
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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/
|
|
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/
|
|
220
|
-
source_code_uri: https://github.com/
|
|
221
|
-
changelog_uri: https://github.com/
|
|
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:
|