aaf-gumboot 2.5.1 → 2.6.0

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: d29e58f289695e73ee9208b13a5b0b72d36d2f9d798c300515afa41c5e05f64c
4
- data.tar.gz: e7b71ca1dc43d6c37422b4d3a48c7a32f0ba79cbd3cce3c87727ae726817d642
3
+ metadata.gz: 78ec405aa121a9d9d19a4ebd3154cfb5e141922ea877a6932539c692ec484013
4
+ data.tar.gz: 0164db2dae6603f9364416c4a2338b96b5cd96ee72845b7a573ebdf339e65a3b
5
5
  SHA512:
6
- metadata.gz: fc006dea9695a2a7147abe18844e929f4ecbfede23af11901b310ce04e93e3dafd5162b3df6365382541428fc8e77a01ee2c5d621a8c29c1ca1549b822eb85d8
7
- data.tar.gz: 290f69d005e2bca25ca0340b03158fe8781f6af8e8474b0723861f492a9a6bfe5c549ae1bca1795f2a1db54ed2fb4e5d89bce02cd8ca4cf73985b4430b0f11bb
6
+ metadata.gz: e0681adc9b33cc4e802702c6845c766bef679a09b3b915b4d2aae2539f12c0e641c17d0eddcb0aab28299d91df3e7901a19d71da4a316e30a875716d804e595b
7
+ data.tar.gz: 353eb3f6ba24b787ed90de70c3a97c36f7aee957b90cad30273d35544f725d7900d83daee59a64117c9d71ee58d306ec347affb3087243a343172c8ecfad7b01
data/lib/gumboot/strap.rb CHANGED
@@ -122,7 +122,7 @@ module Gumboot
122
122
  end
123
123
 
124
124
  def safe_load(yaml)
125
- YAML.safe_load(yaml, [Symbol])
125
+ YAML.safe_load(yaml, permitted_classes: [Symbol])
126
126
  end
127
127
 
128
128
  def merge_config(src, dest)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Gumboot
4
- VERSION = '2.5.1'
4
+ VERSION = '2.6.0'
5
5
  end
@@ -7,7 +7,7 @@
7
7
  // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
8
8
  // compiled file.
9
9
  //
10
- // Read Sprockets README (https://github.com/sstephenson/sprockets#sprockets-directives) for details
10
+ // Read Sprockets README (https://github.com/rails/sprockets#directives) for details
11
11
  // about supported directives.
12
12
  //
13
13
  //= require_tree .
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aaf-gumboot
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.1
4
+ version: 2.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bradley Beddoes
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-01 00:00:00.000000000 Z
11
+ date: 2022-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: accession
@@ -382,7 +382,7 @@ homepage: http://www.aaf.edu.au
382
382
  licenses:
383
383
  - Apache-2.0
384
384
  metadata: {}
385
- post_install_message:
385
+ post_install_message:
386
386
  rdoc_options: []
387
387
  require_paths:
388
388
  - lib
@@ -397,8 +397,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
397
397
  - !ruby/object:Gem::Version
398
398
  version: '0'
399
399
  requirements: []
400
- rubygems_version: 3.0.3
401
- signing_key:
400
+ rubygems_version: 3.2.26
401
+ signing_key:
402
402
  specification_version: 4
403
403
  summary: Kick off subject and API structure for AAF applications
404
404
  test_files: []