Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
changes based on comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alex501212 committed Aug 7, 2024
1 parent f89b20a commit 042d349
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
13 changes: 2 additions & 11 deletions configs/components/rubygem-aws-partitions.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
component "rubygem-aws-partitions" do |pkg, settings, platform|
version = settings[:rubygem_aws_partitions_version] || '1.961.0'
pkg.version version

case version
when '1.961.0'
pkg.md5sum '7eeac993d4834a02a9c125cde78363c0'
when '1.962.0'
pkg.md5sum '41189f42dc83691fdfa8153e4dbf988d'
else
raise "rubygem-aws-partitions #{version} has not been configured; Cannot continue."
end
pkg.version "1.962.0"
pkg.md5sum "41189f42dc83691fdfa8153e4dbf988d"

instance_eval File.read('configs/components/_base-rubygem.rb')
end
2 changes: 0 additions & 2 deletions configs/components/rubygem-concurrent-ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
case version
when '1.2.3'
pkg.sha256sum '82fdd3f8a0816e28d513e637bb2b90a45d7b982bdf4f3a0511722d2e495801e2'
when '1.3.3'
pkg.sha256sum '4f9cd28965c4dcf83ffd3ea7304f9323277be8525819cb18a3b61edcb56a7c6a'
else
raise "rubygem-concurrent-ruby #{version} has not been configured; Cannot continue."
end
Expand Down
2 changes: 0 additions & 2 deletions configs/components/rubygem-highline.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
case version
when '2.1.0'
pkg.md5sum '4209083bda845d47dcc05b7ab23f25fd'
when '3.0.1'
pkg.sha256sum 'ca18b218fd581b1fae832f89bfeaf2b34d3a93429c44fd4411042ffce286f009'
when '3.1.0'
pkg.sha256sum '14183e4628f41fb4211766d0d38fb153f01f1ec39adfa83f5f7c6e6ebeb2b8eb'
else
Expand Down

0 comments on commit 042d349

Please sign in to comment.