daytona_api_client 0.190.0 → 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/daytona_api_client.gemspec +2 -2
- data/lib/daytona_api_client/version.rb +1 -1
- data/project.json +8 -14
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5ace7f1ba58233019be6ce9a94d1d3d69727c3e368141d832789dcbb8504c772
|
|
4
|
+
data.tar.gz: 8afaff5685671a550bacf7810ba62b093d4d1cb72850348ec81a114f3ee573d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '087bd4f867d654527891bf8aca733b3de036279955778d0ef31d740f11f839651c728e684810749936733fca2f76b1ab13ff36ebc637efceeb31200b4c6e8f82'
|
|
7
|
+
data.tar.gz: f454a211ff599a8ceeb8ac1da0d37f7d450895f0b51449c6c0057bd5795e16cf7b8daa17be7953a66a4297044234cb82adbdbab3185baf2fd576fb646309fe8c
|
data/daytona_api_client.gemspec
CHANGED
|
@@ -19,9 +19,9 @@ Gem::Specification.new do |s|
|
|
|
19
19
|
s.name = "daytona_api_client"
|
|
20
20
|
s.version = DaytonaApiClient::VERSION
|
|
21
21
|
s.platform = Gem::Platform::RUBY
|
|
22
|
-
s.authors = ["
|
|
22
|
+
s.authors = ["daytona"]
|
|
23
23
|
s.email = ["support@daytona.io"]
|
|
24
|
-
s.homepage = "https://github.com/
|
|
24
|
+
s.homepage = "https://github.com/daytona/clients"
|
|
25
25
|
s.summary = "Daytona Ruby Gem"
|
|
26
26
|
s.description = "Daytona API Client"
|
|
27
27
|
s.license = "Unlicense"
|
data/project.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "api-client-ruby",
|
|
3
|
-
"$schema": "
|
|
3
|
+
"$schema": "../node_modules/nx/schemas/project-schema.json",
|
|
4
4
|
"projectType": "library",
|
|
5
|
-
"sourceRoot": "
|
|
5
|
+
"sourceRoot": "api-client-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_api_client.gemspec"],
|
|
12
|
+
"commands": ["rm -f *.gem", "BUNDLE_GEMFILE=Gemfile bundle install", "gem build daytona_api_client.gemspec"],
|
|
13
13
|
"parallel": false
|
|
14
14
|
},
|
|
15
15
|
"dependsOn": ["set-version"],
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"outputs": ["{projectRoot}/lib"],
|
|
32
32
|
"options": {
|
|
33
33
|
"commands": [
|
|
34
|
-
"rm -rf
|
|
35
|
-
"yarn run openapi-generator-cli generate -i
|
|
36
|
-
"bash
|
|
37
|
-
"sed -i 's|OpenAPI-Generator/#{VERSION}/ruby|api-client-ruby/#{VERSION}|'
|
|
38
|
-
"cd
|
|
34
|
+
"rm -rf api-client-ruby/lib",
|
|
35
|
+
"yarn run openapi-generator-cli generate -i openapi-specs/api.json -g ruby -t hack/ruby-client/openapi-templates --additional-properties=gemAuthor=daytona,gemAuthorEmail=support@daytona.io,gemDescription=\\\"Daytona API Client\\\",gemHomepage=\\\"https://github.com/daytona/clients\\\",gemVersion=$DEFAULT_GEM_VERSION,gemName=daytona_api_client,enumUnknownDefaultCase=true -o api-client-ruby",
|
|
36
|
+
"bash api-client-ruby/fix-gemspec.sh",
|
|
37
|
+
"sed -i 's|OpenAPI-Generator/#{VERSION}/ruby|api-client-ruby/#{VERSION}|' api-client-ruby/lib/daytona_api_client/api_client.rb",
|
|
38
|
+
"cd api-client-ruby && BUNDLE_GEMFILE=Gemfile bundle install"
|
|
39
39
|
],
|
|
40
40
|
"parallel": false
|
|
41
41
|
},
|
|
@@ -44,12 +44,6 @@
|
|
|
44
44
|
"apiClient",
|
|
45
45
|
"{workspaceRoot}/hack/ruby-client/openapi-templates/**/*",
|
|
46
46
|
{ "env": "DEFAULT_GEM_VERSION" }
|
|
47
|
-
],
|
|
48
|
-
"dependsOn": [
|
|
49
|
-
{
|
|
50
|
-
"target": "openapi",
|
|
51
|
-
"projects": "api"
|
|
52
|
-
}
|
|
53
47
|
]
|
|
54
48
|
},
|
|
55
49
|
"publish": {
|
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
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.191.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- daytona
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
10
|
date: 1980-01-02 00:00:00.000000000 Z
|
|
@@ -273,7 +273,7 @@ files:
|
|
|
273
273
|
- lib/daytona_api_client/models/work_dir_response.rb
|
|
274
274
|
- lib/daytona_api_client/version.rb
|
|
275
275
|
- project.json
|
|
276
|
-
homepage: https://github.com/
|
|
276
|
+
homepage: https://github.com/daytona/clients
|
|
277
277
|
licenses:
|
|
278
278
|
- Unlicense
|
|
279
279
|
metadata: {}
|