web47core 3.2.3.32 → 3.2.3.33

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: 802701ca7fd3618efc7bcf10c8c9f9299a9d75cead03284879539b931fd0d2ee
4
- data.tar.gz: 1c2df41fec8fa2391ad64399dc481bb3789b9657893be8d7ba29189aa20c4719
3
+ metadata.gz: d264e02478f3c3ccc55b7a3f85615684337576734ec5661a99822e1cd7655bd2
4
+ data.tar.gz: b77db29e4c9a9b2d07d11907b7ed88649503d7e06347ef7aa38d480780f9091b
5
5
  SHA512:
6
- metadata.gz: 51977b350f0894bcff77230015b88303f0e0a035ab39dde554728369dd027b308cbe959cd4863219daa26306460ef2965229c9619514babad59634973f05a7b2
7
- data.tar.gz: ad4e22759a3bc3c7fce76670af44c7e715c46c4b5d527e7b45daa16b29a91cfc5d9798d76b66e40424710059cc8844c740f29b2b039a396238f9eba816dfb22f
6
+ metadata.gz: 011d684c5ea4eb64381a2144e2559dfdd7c1a0832411762f5dc265c0c4c3d5a798d4d760bce95dbdfb93020b588fab488de73cdd7a56731bb14abf5050a9bef7
7
+ data.tar.gz: 71511d0f93c39e7c1109507b8649f44b0864d36f176155326561a3d66849daa55fc242b3fa20bd1c59d8df0411c43d114fcfca5003f9d3c517b4124cff7ddefa
@@ -34,6 +34,7 @@ module CoreSystemConfiguration
34
34
  field :base_url, type: String
35
35
  field :cdn_url, type: String
36
36
  field :asset_cdn_url, type: String
37
+ field :acceptable_use_policy, type: String
37
38
  # Time Zone Support
38
39
  field :default_time_zone, type: String, default: 'US/Eastern'
39
40
  # TTLs
@@ -46,6 +47,7 @@ module CoreSystemConfiguration
46
47
  validates :base_url, http_url: true
47
48
  validates :cdn_url, http_url: true
48
49
  validates :asset_cdn_url, http_url: true
50
+ validates :acceptable_use_policy, http_url: true
49
51
  end
50
52
  base.extend ClassMethods
51
53
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Web47core
4
- VERSION = '3.2.3.32'
4
+ VERSION = '3.2.3.33'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: web47core
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.3.32
4
+ version: 3.2.3.33
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Schroeder
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-02-03 00:00:00.000000000 Z
11
+ date: 2026-05-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel