argo_workflows 1.0.0 → 1.0.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: 344ab822651099272949a67de06c70ec60de37d2cb6a99fa709eb374c0fce598
4
- data.tar.gz: 3b37854262f95670dc09e3d9950ca650ac1fa102677f6bd070b1cbd548241d93
3
+ metadata.gz: d4dc7d1d869a2eb5864aac5df27903242d4660986baa04183f8e1b8c1d77fbc3
4
+ data.tar.gz: 579c364f8792578bc30db1b6940900fab60a5937fbfb4b82cf1bcd865535b8c2
5
5
  SHA512:
6
- metadata.gz: '082149d98c075fe530ffbcbd49c866a79577d9bf77c40830909371e62312478c9fb73036688494b73ba15fffbfa64b33a85a502ec66c287abc743385d163d4ac'
7
- data.tar.gz: 10a5e95f6ff5d0128bff370be1b10e495b8a1d72fad250c5b69e6143c04ad7982f1d3907b465d5aa60b02a317717f100cbf5d057c6e6367c7849eee6d6b1e5c9
6
+ metadata.gz: 34b508bb58297784b000198a1a38696b7ceb3718031804a5457f57a115074282aa88993d0922c03354198235eaa1d6fd7708e120461fa2986971277274ae7626
7
+ data.tar.gz: 828f8978a99d796f30e66591ec746664bd4f798493123ad63a595722d6bf725a86ff7c25d7ec8ba40dde1d3ddf3b68fabb8797f2fd3debf106690973d2ae962e
data/README.md CHANGED
@@ -7,7 +7,7 @@ Argo Workflows is an open source container-native workflow engine for orchestrat
7
7
  This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
8
8
 
9
9
  - API version: VERSION
10
- - Package version: 1.0.0
10
+ - Package version: 1.0.1
11
11
  - Build package: io.swagger.codegen.languages.RubyClientCodegen
12
12
 
13
13
  ## Installation
@@ -23,15 +23,15 @@ gem build argo_workflows.gemspec
23
23
  Then either install the gem locally:
24
24
 
25
25
  ```shell
26
- gem install ./argo_workflows-1.0.0.gem
26
+ gem install ./argo_workflows-1.0.1.gem
27
27
  ```
28
- (for development, run `gem install --dev ./argo_workflows-1.0.0.gem` to install the development dependencies)
28
+ (for development, run `gem install --dev ./argo_workflows-1.0.1.gem` to install the development dependencies)
29
29
 
30
30
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
31
31
 
32
32
  Finally add this to the Gemfile:
33
33
 
34
- gem 'argo_workflows', '~> 1.0.0'
34
+ gem 'argo_workflows', '~> 1.0.1'
35
35
 
36
36
  ### Install from Git
37
37
 
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.43
11
11
  =end
12
12
 
13
13
  module ArgoWorkflows
14
- VERSION = '1.0.0'
14
+ VERSION = '1.0.1'
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: argo_workflows
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Swagger-Codegen