rhelm 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rhelm/version.rb +1 -1
- data/rhelm.gemspec +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 14e097d20e1928190fbe5209cf3b6322bf88d8a66ff8158ab3752ce580b15895
|
4
|
+
data.tar.gz: 7f1ed3dd3847075f84d04c1435ff0ce7edc3aa74292dd1567d163f067f3c95db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 32a19f9960bd0916a7dc321d86aa6896907befccb879560ea7598436d09909f3c032a492721d5d0c39c624c45d64159da6de21492bfda3c7cefa08dc6c6b0c87
|
7
|
+
data.tar.gz: 41446d00af6075950f64fd349a4a8ce0bf8370961dbed2f2835907ce469a30b3540fed802949a5de9c4a9a71a24cfa4b61fffcb42ac1e2026e67f97d5ad473ad
|
data/lib/rhelm/version.rb
CHANGED
data/rhelm.gemspec
CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
9
9
|
|
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
|
-
spec.homepage = "https://github.com/
|
12
|
+
spec.homepage = "https://github.com/internetbrands/rhelm"
|
13
13
|
spec.required_ruby_version = Gem::Requirement.new(">= 2.5")
|
14
14
|
|
15
15
|
spec.metadata["allowed_push_host"] = "https://rubygems.org"
|
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.
|
4
|
+
version: 0.1.1
|
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-
|
12
|
+
date: 2021-05-26 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:
|
@@ -45,13 +45,13 @@ files:
|
|
45
45
|
- lib/rhelm/subcommand_proxy.rb
|
46
46
|
- lib/rhelm/version.rb
|
47
47
|
- rhelm.gemspec
|
48
|
-
homepage: https://github.com/
|
48
|
+
homepage: https://github.com/internetbrands/rhelm
|
49
49
|
licenses:
|
50
50
|
- MIT
|
51
51
|
metadata:
|
52
52
|
allowed_push_host: https://rubygems.org
|
53
|
-
homepage_uri: https://github.com/
|
54
|
-
source_code_uri: https://github.com/
|
53
|
+
homepage_uri: https://github.com/internetbrands/rhelm
|
54
|
+
source_code_uri: https://github.com/internetbrands/rhelm
|
55
55
|
post_install_message:
|
56
56
|
rdoc_options: []
|
57
57
|
require_paths:
|
@@ -67,7 +67,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '0'
|
69
69
|
requirements: []
|
70
|
-
rubygems_version: 3.
|
70
|
+
rubygems_version: 3.1.4
|
71
71
|
signing_key:
|
72
72
|
specification_version: 4
|
73
73
|
summary: A wrapper around helm3, including error detection and output parsing callback
|