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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e5682347360b7a6824d51519f5563384c3865bd1db084ce106b8532508c97c37
4
- data.tar.gz: 98555092b86803b8b37bc7879f30856b64bb18e519100ac32e1141553e903d9c
3
+ metadata.gz: 7e180eb3839b642360565138155b4311d9bf2c26cc369c7eecf22bd48cb27b4c
4
+ data.tar.gz: 52e3e7f04d4e87fe09e8b3b59ba4d9bcb8fb0f09d2761dff32218e6c31d84e15
5
5
  SHA512:
6
- metadata.gz: 6bacdb7e0cd14a04a0f7b9973567c230a88459133b1af6517f6e3c6a0786a55607425e3cd13556756d40b6187f7824f8a8c0fdd384d6bb81b977ab8a155e991f
7
- data.tar.gz: dcc3e5a0354be2d4b976e9b198a10a7fa30b637ca07ffed2f17689dafab7156bc9949ea2c5bbc21aa68f8cfaa4a555b7e7d664bd9847935cd77a2b3e06837a69
6
+ metadata.gz: baf2acf53aedf8ebced8def841c6e4db9eba46c1f702fdf70acbde9defbd7372336e012c92d05f0fc3d31610a9ae1380b07643d97f710d1def24ba1cbadd4d68
7
+ data.tar.gz: 741649111e187f9e7c137fa8b3b6f0bd2787dfafc048dcc46d0b33d0d2729fc6903871c62c78c4c3d7ab2089e46e6020c3601132ec9981b1184dd10ae6eaac14
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- daytona_toolbox_api_client (0.0.0.pre.dev)
4
+ daytona_toolbox_api_client (0.126.0.alpha.1)
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.0.0-dev'
14
+ VERSION = '0.126.0.alpha.1'
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": ["rm -f *.gem", "bundle install", "gem build daytona_toolbox_api_client.gemspec"],
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-*.gem --key rubygems --host https://rubygems.org"
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
  }
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.0.0.pre.dev
4
+ version: 0.126.0.alpha.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - daytonaio