rhelm 0.1.1 → 0.1.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.
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 +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 14e097d20e1928190fbe5209cf3b6322bf88d8a66ff8158ab3752ce580b15895
4
- data.tar.gz: 7f1ed3dd3847075f84d04c1435ff0ce7edc3aa74292dd1567d163f067f3c95db
3
+ metadata.gz: 67bb65c67e512566609a95a8c7c7cedfe802ffd054a414082aa694d5d9a8a190
4
+ data.tar.gz: c6ab9b06869f8757990989bbf7671311d3e1c19460c773b278485d8450a4f71f
5
5
  SHA512:
6
- metadata.gz: 32a19f9960bd0916a7dc321d86aa6896907befccb879560ea7598436d09909f3c032a492721d5d0c39c624c45d64159da6de21492bfda3c7cefa08dc6c6b0c87
7
- data.tar.gz: 41446d00af6075950f64fd349a4a8ce0bf8370961dbed2f2835907ce469a30b3540fed802949a5de9c4a9a71a24cfa4b61fffcb42ac1e2026e67f97d5ad473ad
6
+ metadata.gz: eed7ff35ba4d2d8bb3d694c49c2acf3521af7f25018a90e605132452d8e5b7d25ed484d79862558e980bad551ce50903b7331106da2a24c1b22e3de2170f9392
7
+ data.tar.gz: 35d226dfd4d27aa3bffd061fb7fa88d9cd0698edbb13c79ad22fe5505a0968859df8427115602e9b45aea7d0867ab3a40592b28df667a5c3ee15057bee84d693
data/lib/rhelm/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
 
2
2
  module Rhelm
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
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/internetbrands/rhelm"
13
- spec.required_ruby_version = Gem::Requirement.new(">= 2.5")
13
+ spec.required_ruby_version = Gem::Requirement.new(">= 2.7")
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.1
4
+ version: 0.1.2
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-26 00:00:00.000000000 Z
12
+ date: 2021-06-18 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,7 +60,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
60
60
  requirements:
61
61
  - - ">="
62
62
  - !ruby/object:Gem::Version
63
- version: '2.5'
63
+ version: '2.7'
64
64
  required_rubygems_version: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - ">="