rhelm 0.1.0.pre.alpha1 → 0.1.0

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rhelm/version.rb +1 -1
  3. data/rhelm.gemspec +1 -1
  4. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 32884b06d9fdc1fc9d86397f132ad9581ce7053165b33c275fe230dec6fc2d53
4
- data.tar.gz: a030dd7932b5c252791db8b851de0f138118a21ca6af0426f728187c7c087ba4
3
+ metadata.gz: 7387ddbbde2fe7a0e905f9c5c2f699188774afcfa8d32ff7b70798077721e9cb
4
+ data.tar.gz: 9c6ee0ec1d6c9f19bea8a7cad4dcf58e6d08828f0abe2113b16a2867e77b3969
5
5
  SHA512:
6
- metadata.gz: c59de0c7c7440bdff5511991fc091d15c0c2d3adcef87ac5006360ea07286ff9b408b1df303fa502b23dd40aa461c424cc76fa01d44cc0224455c6ddd26b4cc5
7
- data.tar.gz: d7bdb9b76792f1019ad13947d937537fc08ecf9e3509268cba39616dd7a2b27eb7242b166bf71882335629c0a998d776d4a3ecb3a6c9b391f580e35483a49978
6
+ metadata.gz: b4d0329dd823f0b929dfbae5f93cb85bc2b74a9d2ce21d9ef373495ce81eb4d1fbec2a28c8e0050bdda39dac3de57101a8fe6d0bdee6aba26ec94b573d600a35
7
+ data.tar.gz: b435f1ff6bb3cba0ea76c00337e2a310cf71f3ea64cc672f595ed21bc150c4a6054cbb38cfcb2655165db68042aaf049f5662db8861a938cfe4e51ef5243b464
data/lib/rhelm/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
 
2
2
  module Rhelm
3
- VERSION = "0.1.0-alpha1"
3
+ VERSION = "0.1.0"
4
4
  end
data/rhelm.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.summary = "A wrapper around helm3, including error detection and output parsing callback support"
11
11
  spec.description = "Invoke Helm 3.x commands from Ruby with easy result handling"
12
12
  spec.homepage = "https://github.com/avvo/ruby-helm"
13
- spec.required_ruby_version = Gem::Requirement.new(">= 2.7.1")
13
+ spec.required_ruby_version = Gem::Requirement.new(">= 2.5")
14
14
 
15
15
  spec.metadata["allowed_push_host"] = "https://rubygems.org"
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rhelm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.pre.alpha1
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jack Newton
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2021-05-23 00:00:00.000000000 Z
12
+ date: 2021-05-25 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Invoke Helm 3.x commands from Ruby with easy result handling
15
15
  email:
@@ -60,14 +60,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
60
60
  requirements:
61
61
  - - ">="
62
62
  - !ruby/object:Gem::Version
63
- version: 2.7.1
63
+ version: '2.5'
64
64
  required_rubygems_version: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - ">"
66
+ - - ">="
67
67
  - !ruby/object:Gem::Version
68
- version: 1.3.1
68
+ version: '0'
69
69
  requirements: []
70
- rubygems_version: 3.1.2
70
+ rubygems_version: 3.0.8
71
71
  signing_key:
72
72
  specification_version: 4
73
73
  summary: A wrapper around helm3, including error detection and output parsing callback