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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 44980fb7a721c846d3392edbafc17da41eceb1ff62f766fb6c40517a1070e516
|
|
4
|
+
data.tar.gz: 26d70c44dfb854501308380db3688b2819fa3bbc2934c91fa362f749b506059e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
data/lib/gumboot/version.rb
CHANGED
|
@@ -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/
|
|
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.
|
|
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:
|
|
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.
|
|
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: []
|