helm-rb 0.2.0-aarch64-linux → 0.2.1-aarch64-linux

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/Rakefile +10 -9
  3. data/lib/helm-rb/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8c66f8b3184ebe76eb61e1ca9ec143b76dc8b4bb28a4879492541cf092808d03
4
- data.tar.gz: 51e1f1e65fc39a67131ec2238738f1452f89fe82cf18dbc44122dcbcd77b3379
3
+ metadata.gz: 0b0bbd14e42554c8af0e6c2c9fd085381a01f438935ef979f4690a1af0ab0444
4
+ data.tar.gz: 5bfda7aa9273b53f83680005d804f6013b431e95f17c237d920243b78a7848fd
5
5
  SHA512:
6
- metadata.gz: c1b2df8172e82acf971980f5ab924b2f38310253263f11b51bbb8fa49ae72fe4615f1cb4841125eea5e37b190fc27993fed3d7152773086b29da4439a26886d5
7
- data.tar.gz: 7a7667600b8e07d2e6f3aa6d222b8067d99050e7e8045322297f9281ae737292188b720c74fda2b37f03227f5584b04221d81f5ae01108c1a11fa8d7cab621a7
6
+ metadata.gz: 6ddacd7f6a437a09865371c825a602466791c12efefa792c9fb0936a0d93e771ade2f9f237f01cd05734fd5ee1a42571bd8396a21cbac642f074f53918d95b02
7
+ data.tar.gz: 762a167f98f47913ce3ce6c5b1eb3385ae79eae81008dcbcfe347a89cb3f46db1ee10eaf32fd1c4535f4322b279bdfeac534281414693ea17582e8d96e2ab992
data/Rakefile CHANGED
@@ -3,16 +3,16 @@ require 'rspec/core/rake_task'
3
3
  require 'fileutils'
4
4
 
5
5
  DISTRIBUTIONS = [
6
- # { rb_platform: 'x86_64-darwin', filename: 'darwin-amd64.tar.gz' },
7
- # { rb_platform: 'arm64-darwin', filename: 'darwin-arm64.tar.gz'},
8
- # { rb_platform: 'x86_64-linux', filename: 'linux-amd64.tar.gz' },
9
- # { rb_platform: 'arm-linux', filename: 'linux-arm.tar.gz' },
10
- # { rb_platform: 'arm64-linux', filename: 'linux-arm64.tar.gz' },
6
+ { rb_platform: 'x86_64-darwin', filename: 'darwin-amd64.tar.gz' },
7
+ { rb_platform: 'arm64-darwin', filename: 'darwin-arm64.tar.gz'},
8
+ { rb_platform: 'x86_64-linux', filename: 'linux-amd64.tar.gz' },
9
+ { rb_platform: 'arm-linux', filename: 'linux-arm.tar.gz' },
10
+ { rb_platform: 'arm64-linux', filename: 'linux-arm64.tar.gz' },
11
11
  { rb_platform: 'aarch64-linux', filename: 'linux-arm64.tar.gz' },
12
- # { rb_platform: 'x86-linux', filename: 'linux-386.tar.gz' },
13
- # { rb_platform: 'ppc64le-linux', filename: 'linux-ppc64le.tar.gz' },
14
- # { rb_platform: 's390x-linux', filename: 'linux-s390x.tar.gz' },
15
- # { rb_platform: 'x64-mswin64', filename: 'windows-amd64.zip' }
12
+ { rb_platform: 'x86-linux', filename: 'linux-386.tar.gz' },
13
+ { rb_platform: 'ppc64le-linux', filename: 'linux-ppc64le.tar.gz' },
14
+ { rb_platform: 's390x-linux', filename: 'linux-s390x.tar.gz' },
15
+ { rb_platform: 'x64-mswin64', filename: 'windows-amd64.zip' }
16
16
  ]
17
17
 
18
18
  task :build do
@@ -37,6 +37,7 @@ task :build do
37
37
 
38
38
  Dir.glob(File.join('helm', distro_name, 'helm*')).each do |exe|
39
39
  system("chmod +x #{exe}")
40
+ File.chmod(0755, exe)
40
41
  FileUtils.cp(exe, 'vendor')
41
42
  end
42
43
 
@@ -1,4 +1,4 @@
1
1
  module HelmRb
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  HELM_VERSION = '3.6.2'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: helm-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Cameron Dutro
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-16 00:00:00.000000000 Z
11
+ date: 2022-01-04 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Helm distributed as a Rubygem.
14
14
  email: