rhelm 0.1.0 → 0.1.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.
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: 7387ddbbde2fe7a0e905f9c5c2f699188774afcfa8d32ff7b70798077721e9cb
4
- data.tar.gz: 9c6ee0ec1d6c9f19bea8a7cad4dcf58e6d08828f0abe2113b16a2867e77b3969
3
+ metadata.gz: 14e097d20e1928190fbe5209cf3b6322bf88d8a66ff8158ab3752ce580b15895
4
+ data.tar.gz: 7f1ed3dd3847075f84d04c1435ff0ce7edc3aa74292dd1567d163f067f3c95db
5
5
  SHA512:
6
- metadata.gz: b4d0329dd823f0b929dfbae5f93cb85bc2b74a9d2ce21d9ef373495ce81eb4d1fbec2a28c8e0050bdda39dac3de57101a8fe6d0bdee6aba26ec94b573d600a35
7
- data.tar.gz: b435f1ff6bb3cba0ea76c00337e2a310cf71f3ea64cc672f595ed21bc150c4a6054cbb38cfcb2655165db68042aaf049f5662db8861a938cfe4e51ef5243b464
6
+ metadata.gz: 32a19f9960bd0916a7dc321d86aa6896907befccb879560ea7598436d09909f3c032a492721d5d0c39c624c45d64159da6de21492bfda3c7cefa08dc6c6b0c87
7
+ data.tar.gz: 41446d00af6075950f64fd349a4a8ce0bf8370961dbed2f2835907ce469a30b3540fed802949a5de9c4a9a71a24cfa4b61fffcb42ac1e2026e67f97d5ad473ad
data/lib/rhelm/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
 
2
2
  module Rhelm
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
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/avvo/ruby-helm"
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.0
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-25 00:00:00.000000000 Z
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/avvo/ruby-helm
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/avvo/ruby-helm
54
- source_code_uri: https://github.com/avvo/ruby-helm
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.0.8
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