dfm_web 5.0.3 → 5.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/dfm_web/style.css.erb +1 -1
- data/lib/dfm_web/version.rb +2 -1
- metadata +3 -5
- data/spec/dummy/tmp/pids/server.pid +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8993be52e61f65178349fc1b9ae0b3b97d1e29b9331080119e43979b248b443c
|
4
|
+
data.tar.gz: cad09c19cb1412c0ad417e30f93ec350589a2dc9717c05c912c11dc3ab2f8f0d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cdc5cd1608c517f18b138432ac982d2cd35b5349079c4f03466699db8049bf3ea65f3e1a35cfd487eec585b3e835657bde54713e32687f1d9425623402bd535b
|
7
|
+
data.tar.gz: d02db41b09ecfad5f4887f6a74b0441baf3b6ef14988bfdcd5a0f56be2802aeacbd9f866e3f7a75d637694049ef9b51581e25ae8e6fea3db3dade41e81b4fbda
|
@@ -12,7 +12,7 @@ UW GRAY FOOTER TEXT HOVER $uw-gray-footer-text-hover #f9f9f9 Used for links in f
|
|
12
12
|
*/
|
13
13
|
|
14
14
|
html, .pure-g, .pure-g [class *= "pure-u"] {
|
15
|
-
font-family: 'Red Hat Text', '
|
15
|
+
font-family: 'Red Hat Text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
16
16
|
}
|
17
17
|
|
18
18
|
/* html tag should really only have background styles */
|
data/lib/dfm_web/version.rb
CHANGED
@@ -1,10 +1,11 @@
|
|
1
1
|
module DfmWeb
|
2
|
-
VERSION = "5.0.
|
2
|
+
VERSION = "5.0.4"
|
3
3
|
end
|
4
4
|
|
5
5
|
|
6
6
|
# Version History
|
7
7
|
|
8
|
+
# 5.0.4 Removed verlag font from the font-family list as no one should be using it. Font itself was never present.
|
8
9
|
# 5.0.2 Scale the new font to 88% to match the old one and use black instead of dark gray for the base.
|
9
10
|
# 5.0.2 Added RedHat font now used by UW Madison as the official marketing font.
|
10
11
|
# 5.0.1 Restore compatibility with Internet Explorer 11.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dfm_web
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.0.
|
4
|
+
version: 5.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jacob Duffy
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-10-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -624,7 +624,6 @@ files:
|
|
624
624
|
- spec/dummy/tmp/cache/assets/sprockets/v4.0.0/zp/zpt5V1Sb2gTCudrELdOlmMcJ2ejSxdlqIUbeAYZmxHU.cache
|
625
625
|
- spec/dummy/tmp/cache/assets/sprockets/v4.0.0/zw/zwcGSTC8PAB1KxuuTzs9IY3qp9MMxgci9yphecBXhhE.cache
|
626
626
|
- spec/dummy/tmp/cache/assets/sprockets/v4.0.0/zy/zyDbf9siy7DuSTtqmHCLLp5TgLoj3GSj9frJrmO4naw.cache
|
627
|
-
- spec/dummy/tmp/pids/server.pid
|
628
627
|
- spec/helpers/dfm_web_helper_spec.rb
|
629
628
|
- spec/spec_helper.rb
|
630
629
|
homepage: https://github.com/DFMCH/dfm_web
|
@@ -646,7 +645,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
646
645
|
- !ruby/object:Gem::Version
|
647
646
|
version: '0'
|
648
647
|
requirements: []
|
649
|
-
rubygems_version: 3.
|
648
|
+
rubygems_version: 3.4.10
|
650
649
|
signing_key:
|
651
650
|
specification_version: 4
|
652
651
|
summary: CSS/JS Framework for DFMCH Web Apps
|
@@ -1160,6 +1159,5 @@ test_files:
|
|
1160
1159
|
- spec/dummy/tmp/cache/assets/sprockets/v4.0.0/zp/zpt5V1Sb2gTCudrELdOlmMcJ2ejSxdlqIUbeAYZmxHU.cache
|
1161
1160
|
- spec/dummy/tmp/cache/assets/sprockets/v4.0.0/zw/zwcGSTC8PAB1KxuuTzs9IY3qp9MMxgci9yphecBXhhE.cache
|
1162
1161
|
- spec/dummy/tmp/cache/assets/sprockets/v4.0.0/zy/zyDbf9siy7DuSTtqmHCLLp5TgLoj3GSj9frJrmO4naw.cache
|
1163
|
-
- spec/dummy/tmp/pids/server.pid
|
1164
1162
|
- spec/helpers/dfm_web_helper_spec.rb
|
1165
1163
|
- spec/spec_helper.rb
|
@@ -1 +0,0 @@
|
|
1
|
-
41984
|