daytona_toolbox_api_client 0.126.0.alpha.1 → 0.126.0.alpha.6

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: b368a8cf9733d0e7fa2065adcfb41d4691b1e500bc376044497306a195227c27
4
+ data.tar.gz: b55180cf36c0c18091d7b2d1ac73bd0b44542cc7ad4f37ea48108af7160853d6
5
5
  SHA512:
6
- metadata.gz: baf2acf53aedf8ebced8def841c6e4db9eba46c1f702fdf70acbde9defbd7372336e012c92d05f0fc3d31610a9ae1380b07643d97f710d1def24ba1cbadd4d68
7
- data.tar.gz: 741649111e187f9e7c137fa8b3b6f0bd2787dfafc048dcc46d0b33d0d2729fc6903871c62c78c4c3d7ab2089e46e6020c3601132ec9981b1184dd10ae6eaac14
6
+ metadata.gz: 8695244eed452093561eec53bf8437e97c41c812ebe13f01c23b5ba8eb182f2ece2a4b03a7a0b0c3b9bc1ff0fccfcdf5d174e3ae35339e00c29c88f84cec820e
7
+ data.tar.gz: 0cdc3bcfbc403b096c71c8d2c4a2aa7bb26a6ceb1109cb6aba4499c1d8e38a7bf39dd0da6eef45ba36f5bcd0af03e36431ec6569bcfbe69fbde1d41892dab062
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.alpha.6)
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.6'
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.alpha.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - daytonaio