aaf-gumboot 2.5.0 → 2.6.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d7c897b666e4692f461b6a0e34875c5ca5d9b7dfc74948239251f81def7bf03a
4
- data.tar.gz: 27a1d65b11ae9a55c400a2cb816299c0a715f069f5f01e68683d64c9f3ba520c
3
+ metadata.gz: 44980fb7a721c846d3392edbafc17da41eceb1ff62f766fb6c40517a1070e516
4
+ data.tar.gz: 26d70c44dfb854501308380db3688b2819fa3bbc2934c91fa362f749b506059e
5
5
  SHA512:
6
- metadata.gz: 417d20f4402b3a0b40bf454d597fa83a58541b2892995477639581fe675b7290a0ef8e49aad3308074edca74dacb3e15b7a6b4f25f90c8d3dcdc7261c3300d75
7
- data.tar.gz: b8013124758735185ac03baee625bf691aee89ca4890cb8b26eacde8283de197a7d64f35b67cdd44ff82ef7f199512a7cf5468be25def7ec8aa9db678483a3a2
6
+ metadata.gz: 88020868dc4659a65a335fd6c3ded6b93267573d2f1c6f64788a103bbb91884ceb329efda005d16ff0202f7ab743b2b5eb50c541e5f133ead0dd9997e1efb0e0
7
+ data.tar.gz: b84d1b5a7a9a7a87d76dfab941d6393454652d078ee78eea86dd4724887368dc55806bc4093de81d6a1fd873b0d8c22613f8bae5015f726f13ee0ef11b6bf01a
@@ -50,7 +50,7 @@ RSpec.shared_examples 'Database Schema' do
50
50
  end
51
51
 
52
52
  expect(column)
53
- .to have_collations(%w[utf8_bin utf8mb4_bin utf8mb4_unicode_ci],
53
+ .to have_collations(%w[utf8_bin utf8_unicode_ci utf8mb4_bin utf8mb4_unicode_ci],
54
54
  " `#{table_name}`.`#{column[:Field]}`")
55
55
  end
56
56
  end
@@ -15,10 +15,6 @@ RSpec.shared_examples 'Subjects' do
15
15
  subject.name = nil
16
16
  expect(subject).not_to be_valid
17
17
  end
18
- it 'is invalid without mail' do
19
- subject.mail = nil
20
- expect(subject).not_to be_valid
21
- end
22
18
  it 'is invalid without an enabled state' do
23
19
  subject.enabled = nil
24
20
  expect(subject).not_to be_valid
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.0'
4
+ VERSION = '2.6.1'
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.0
4
+ version: 2.6.1
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-02-20 00:00:00.000000000 Z
11
+ date: 2022-06-09 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.3.7
401
+ signing_key:
402
402
  specification_version: 4
403
403
  summary: Kick off subject and API structure for AAF applications
404
404
  test_files: []