daytona_toolbox_api_client 0.126.0.alpha.1 → 0.126.0.pre.alpha.2

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: 7e180eb3839b642360565138155b4311d9bf2c26cc369c7eecf22bd48cb27b4c
4
- data.tar.gz: 52e3e7f04d4e87fe09e8b3b59ba4d9bcb8fb0f09d2761dff32218e6c31d84e15
3
+ metadata.gz: 6a6f78c3a4d17f74a075cd81aad4de1b1c16d278a7fd4790fe28d79363802352
4
+ data.tar.gz: 863b47af5cfbdbb8371a36673a9f869dcec7df4cbad05f0f2f37c0e3f44095fa
5
5
  SHA512:
6
- metadata.gz: baf2acf53aedf8ebced8def841c6e4db9eba46c1f702fdf70acbde9defbd7372336e012c92d05f0fc3d31610a9ae1380b07643d97f710d1def24ba1cbadd4d68
7
- data.tar.gz: 741649111e187f9e7c137fa8b3b6f0bd2787dfafc048dcc46d0b33d0d2729fc6903871c62c78c4c3d7ab2089e46e6020c3601132ec9981b1184dd10ae6eaac14
6
+ metadata.gz: 7a189b95cb6e7c9bf9e3c77565b38a1dd7605299c4cd137010952c8b130984b41b2d6c0a681ed90feed4641da7bf9aee276eeadc916e105574d254118e56ea8b
7
+ data.tar.gz: c2f61986fd1a9ad982e6d97c80c428ef152187ce7886131aff2456566a0366ecc38b60cfa1670772ae68763c9948410b274e9510587e676615c602c17eec565b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- daytona_toolbox_api_client (0.126.0.alpha.1)
4
+ daytona_toolbox_api_client (0.126.0.pre.alpha.2)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -11,5 +11,5 @@ Generator version: 7.12.0
11
11
  =end
12
12
 
13
13
  module DaytonaToolboxApiClient
14
- VERSION = '0.126.0.alpha.1'
14
+ VERSION = '0.126.0-alpha.2'
15
15
  end
data/project.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "executor": "nx:run-commands",
10
10
  "options": {
11
11
  "cwd": "{projectRoot}",
12
- "commands": ["bundle install", "gem build daytona_toolbox_api_client.gemspec"],
12
+ "commands": ["rm -f *.gem", "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": "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"
60
+ "command": "gem push daytona_toolbox_api_client-*.gem --key rubygems --host https://rubygems.org"
61
61
  },
62
62
  "dependsOn": ["build"]
63
63
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: daytona_toolbox_api_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.126.0.alpha.1
4
+ version: 0.126.0.pre.alpha.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - daytonaio