packaging 0.109.6 → 0.109.7

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 32d736d1f8c71d39d4bec89be3912f6d5732559b8daebeb354528aac4be1299c
4
- data.tar.gz: 7a991083858e8e3ecee1eb932957efb08f8a311f15ad0ee78e5f079c30735d57
3
+ metadata.gz: 0302fad395c2dbc8aa71645b463a4da5f333341b5f9a542cfd78b72488c4c98d
4
+ data.tar.gz: fe97ea4b5923e8efaf3243eca8ddc20e2cd9f58ab097d68b25af53082a8bc7d9
5
5
  SHA512:
6
- metadata.gz: c0f83a7ae6d76e30ad25eebda51821db91647e30fc989e1a34286533b50944f544b108aafa5c740389f10b58c2f66216777541f77f7e5436c97d0664f8c4bf06
7
- data.tar.gz: 40053960778a12af76d29796551397596f751710a4d7d1a899677c1b016996b3e5c128c014dcf676d476ced7532493c5adee4f456242926598d0a646bc5ea40d
6
+ metadata.gz: 8cf5ba1d6868d2490a2c1be7a08287ceec001d5d3b4b43f5d0cb8e446cbc566bf0e353e31b41b2acb5ac72441758d7df9ef45df225e9dbc7be3117ebccc62348
7
+ data.tar.gz: 83ded7c09cd11571d96c43bf862b5f9e2409ae666b1063d5757b4d2090c3208bc91ce1ce4522ec840f9ccda132a58edd6cf235532b343d9053d240b069172a94
@@ -390,7 +390,7 @@ module Pkg::Util::Net
390
390
  end
391
391
 
392
392
  def remote_bundle_install_command
393
- rvm_ruby_version = ENV['RVM_RUBY_VERSION'] || '2.7.5'
393
+ rvm_ruby_version = ENV['RVM_RUBY_VERSION'] || '3.1.1'
394
394
  export_packaging_location = "export PACKAGING_LOCATION='#{ENV['PACKAGING_LOCATION']}';" if ENV['PACKAGING_LOCATION'] && !ENV['PACKAGING_LOCATION'].empty?
395
395
  export_vanagon_location = "export VANAGON_LOCATION='#{ENV['VANAGON_LOCATION']}';" if ENV['VANAGON_LOCATION'] && !ENV['VANAGON_LOCATION'].empty?
396
396
  "source /usr/local/rvm/scripts/rvm; rvm use ruby-#{rvm_ruby_version}; #{export_packaging_location} #{export_vanagon_location} bundle install --path .bundle/gems ;"
@@ -107,7 +107,7 @@ namespace :pl do
107
107
  # names stay the same between runs. Their contents have the ref
108
108
  # stripped off and the project replaced by $project-latest. Then the
109
109
  # repos directory is a symlink to the last pushed ref's repos.
110
- FileUtils.cp_r(File.join(local_target, "repo_configs"), "#{Pkg::Config.project}-latest", { :preserve => true })
110
+ FileUtils.cp_r(File.join(local_target, "repo_configs"), "#{Pkg::Config.project}-latest", preserve: true)
111
111
 
112
112
  # Now we need to remove the ref and replace $project with
113
113
  # $project-latest so that it will work as a pinned latest repo
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: packaging
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.109.6
4
+ version: 0.109.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppet By Perforce
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-14 00:00:00.000000000 Z
11
+ date: 2023-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: debug