daytona 0.190.0.alpha.3 → 0.190.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: 69c8bcf2147fe4ec948bce39cc0713cc978fecb9aee74f2cbadd2727418f46a0
4
- data.tar.gz: dcabb5e45bf1918ad41459d81cea1c20c69d95d7d073d95aa7d5953b8a78db26
3
+ metadata.gz: c5a09af353abfbdd5b5c009623bef2f7a64425bd395eced9c5a627c0651344db
4
+ data.tar.gz: 50f26532c3cacc562908d48ad153149de86c8e72891baa275cb20e648df2119c
5
5
  SHA512:
6
- metadata.gz: 4fdba3c508f98d6da1bd946373ce4468fe3c2161a5b7a9d4ab77e42e13ba039bd57876245f61c3225203b0d37074d6b74c4fe0bf5e4b5f6941aea1ceb8cd6cb7
7
- data.tar.gz: 988a1a1b4f550675f03c74244463edf2a8cddfbde357ae2b29cd2b72eee9d7cf7f90f0190007f3543781f7777f42a26236caadedf1b15fca2984ce022deec748
6
+ metadata.gz: e1869e71f8fa6660bb6ed44e60febf46d066d2035433c54b08f32519fffae820e96f828ed056db8999acca657bdb8fb434786e676cb2418b211880e4cb0ba47d
7
+ data.tar.gz: 8638d509c60de3ebf6943b0563f96209f9fd77284816aaece42506af4e9bd6d35e5815bbba5d8945618d379e946dd3727d2289be5fe7c1b715d5dc3eb383451e
@@ -5,6 +5,6 @@
5
5
 
6
6
  module Daytona
7
7
  module Sdk
8
- VERSION = '0.190.0.alpha.3'
8
+ VERSION = '0.190.0'
9
9
  end
10
10
  end
data/project.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "executor": "nx:run-commands",
10
10
  "options": {
11
11
  "cwd": "{projectRoot}",
12
- "commands": ["rm -f *.gem", "BUNDLE_GEMFILE=Gemfile bundle install", "gem build daytona.gemspec"],
12
+ "commands": ["rm -f *.gem", "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_GEMFILE=Gemfile bundle exec rubocop"
41
+ "command": "bundle exec rubocop"
42
42
  }
43
43
  },
44
44
  "test": {
@@ -52,30 +52,30 @@
52
52
  "outputs": [],
53
53
  "options": {
54
54
  "cwd": "{projectRoot}",
55
- "command": "BUNDLE_GEMFILE=Gemfile bundle exec rspec --format documentation --tag '~e2e'"
55
+ "command": "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_GEMFILE=Gemfile bundle exec rspec spec/e2e_spec.rb --format documentation"
62
+ "command": "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_GEMFILE=Gemfile bundle exec rubocop -a --fail-level=E"],
69
+ "commands": ["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}/artifacts/sdk-docs/ruby-sdk/**/*"],
75
+ "outputs": ["{workspaceRoot}/apps/docs/src/content/docs/en/ruby-sdk/**/*"],
76
76
  "options": {
77
77
  "cwd": "{projectRoot}",
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"
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"
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('../../../artifacts/sdk-docs/ruby-sdk', __dir__)
11
+ DOCS_OUTPUT_DIR = File.expand_path('../../../apps/docs/src/content/docs/en/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.0.alpha.3
4
+ version: 0.190.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.0.alpha.3
88
+ version: 0.190.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.0.alpha.3
95
+ version: 0.190.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.0.alpha.3
102
+ version: 0.190.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.0.alpha.3
109
+ version: 0.190.0
110
110
  - !ruby/object:Gem::Dependency
111
111
  name: dotenv
112
112
  requirement: !ruby/object:Gem::Requirement