openstax_utilities 5.1.0 → 5.1.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: 7f13ad1defdb5604276e2eab9d0f23793a33908a214d5a61fbb2a22fad36cc1b
4
- data.tar.gz: '089da22149096cb195614dc678b3afe1cf2ba442b26d892ae7018bf56bb98494'
3
+ metadata.gz: b6b4a1617ff2a15831620ed25b06188c82509acd7754385a199dc5a720e8c3c8
4
+ data.tar.gz: ec843fec376ba727268a5c87935f3b28aa6fcfaa810a445f3703786aa32114fd
5
5
  SHA512:
6
- metadata.gz: 2343b8930eb4046e1caf6ebcddba02fec06f2bd765f060b5486f79b9a0cec064b4b15849a59a54ae4b8ff08c2a784039e7e8332ef3b9b63aad425a323dab5111
7
- data.tar.gz: 0d1d416ff4b4eeb4d537193377c3f16438473924c5c997f28deefe0c8c7791abfe38b296249287d24a0907a7a2e2abd90598a4d13b089a0f1051f1bdf65a8e9a
6
+ metadata.gz: 2c05ba5ecb8f2f70444a44f55371586bc8eec3c9dd7057ec6f0d91754530f4107014636e9251c3fa6b5bced827bda5d7efee545884cd4490719ec9b8c5d26806
7
+ data.tar.gz: 189bd0b1eb0d2a0822bef91051bd2d5687c8df01d27e44a23bea28448368d3c9731de7baa23d766a0888c5b18d7e70221da9bf0995a6f57688f4998d423399e8
@@ -11,7 +11,7 @@ module OpenStax
11
11
  isolate_namespace OpenStax::Utilities
12
12
 
13
13
  config.after_initialize do
14
- if Rails::VERSION::MAJOR == 6
14
+ if Rails::VERSION::MAJOR >= 6
15
15
  OSU::SITE_NAME = ::Rails.application.class.module_parent_name.underscore
16
16
  else
17
17
  OSU::SITE_NAME = ::Rails.application.class.parent_name.underscore
@@ -1,5 +1,5 @@
1
1
  module OpenStax
2
2
  module Utilities
3
- VERSION = '5.1.0'
3
+ VERSION = '5.1.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openstax_utilities
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.1.0
4
+ version: 5.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - JP Slavinsky
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-30 00:00:00.000000000 Z
11
+ date: 2024-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '5.0'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
- version: '7.0'
22
+ version: '8.0'
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '5.0'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
- version: '7.0'
32
+ version: '8.0'
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: lev
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -259,7 +259,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
259
259
  - !ruby/object:Gem::Version
260
260
  version: '0'
261
261
  requirements: []
262
- rubygems_version: 3.1.4
262
+ rubygems_version: 3.1.6
263
263
  signing_key:
264
264
  specification_version: 4
265
265
  summary: Utilities for OpenStax web sites