daytona_toolbox_api_client 0.0.0.pre.dev → 0.126.0.alpha.1
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/Gemfile.lock +1 -1
- data/lib/daytona_toolbox_api_client/version.rb +1 -1
- data/project.json +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7e180eb3839b642360565138155b4311d9bf2c26cc369c7eecf22bd48cb27b4c
|
|
4
|
+
data.tar.gz: 52e3e7f04d4e87fe09e8b3b59ba4d9bcb8fb0f09d2761dff32218e6c31d84e15
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: baf2acf53aedf8ebced8def841c6e4db9eba46c1f702fdf70acbde9defbd7372336e012c92d05f0fc3d31610a9ae1380b07643d97f710d1def24ba1cbadd4d68
|
|
7
|
+
data.tar.gz: 741649111e187f9e7c137fa8b3b6f0bd2787dfafc048dcc46d0b33d0d2729fc6903871c62c78c4c3d7ab2089e46e6020c3601132ec9981b1184dd10ae6eaac14
|
data/Gemfile.lock
CHANGED
data/project.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"executor": "nx:run-commands",
|
|
10
10
|
"options": {
|
|
11
11
|
"cwd": "{projectRoot}",
|
|
12
|
-
"commands": ["
|
|
12
|
+
"commands": ["bundle install", "gem build daytona_toolbox_api_client.gemspec"],
|
|
13
13
|
"parallel": false
|
|
14
14
|
},
|
|
15
15
|
"dependsOn": ["set-version"]
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"executor": "nx:run-commands",
|
|
58
58
|
"options": {
|
|
59
59
|
"cwd": "{projectRoot}",
|
|
60
|
-
"command": "gem push daytona_toolbox_api_client
|
|
60
|
+
"command": "VERSION=$(ruby -r ./lib/daytona_toolbox_api_client/version.rb -e 'puts DaytonaToolboxApiClient::VERSION') && gem push daytona_toolbox_api_client-$VERSION.gem --key rubygems --host https://rubygems.org"
|
|
61
61
|
},
|
|
62
62
|
"dependsOn": ["build"]
|
|
63
63
|
}
|