design_system 0.9.4 → 0.9.5
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: 6f4061157d6c4d52b6b402df11688f11d489f46d569915ff2c6031468d1aa2dd
|
|
4
|
+
data.tar.gz: '08fbbd67d5236a6352b6f07b57d2bbc1d82a68a9d8b08e27d68175c912274fe4'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 993933ee5809ccd67678445cd7ea231c81a5e0523c3948203acf9d74454bcc34991ff734f5b9a6c043dc190f08a1eeb4ebd80ee688368709901ebbdbd485ea7e
|
|
7
|
+
data.tar.gz: 26efc486a978f94baf0f02aaf4415168231f0c19b540a485607994eb1d5767be237b019d2d943715848782903c9e5a300ec7bed3933c30b7e25be3b17ea6d820
|
data/lib/design_system/engine.rb
CHANGED
|
@@ -5,7 +5,7 @@ module DesignSystem
|
|
|
5
5
|
# This is the main engine class for the design system.
|
|
6
6
|
class Engine < ::Rails::Engine
|
|
7
7
|
initializer 'design_system.importmap', before: 'importmap' do |app|
|
|
8
|
-
app.config.importmap.paths << Engine.root.join('config/importmap.rb')
|
|
8
|
+
app.config.importmap.paths << Engine.root.join('config/importmap.rb') if app.config.respond_to?(:importmap)
|
|
9
9
|
end
|
|
10
10
|
|
|
11
11
|
# Adding Rack::Static to serve up assets from the design_systems
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: design_system
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Filis Liu
|
|
@@ -445,7 +445,7 @@ files:
|
|
|
445
445
|
- lib/tasks/design_system_tasks.rake
|
|
446
446
|
- lib/tasks/govuk.rake
|
|
447
447
|
- lib/tasks/nhsuk.rake
|
|
448
|
-
- public/design_system/static/design_system-0.9.
|
|
448
|
+
- public/design_system/static/design_system-0.9.5/design_system.js
|
|
449
449
|
- public/design_system/static/govuk-frontend-5.11.1/fonts/bold-affa96571d-v2.woff
|
|
450
450
|
- public/design_system/static/govuk-frontend-5.11.1/fonts/bold-b542beb274-v2.woff2
|
|
451
451
|
- public/design_system/static/govuk-frontend-5.11.1/fonts/light-94a07e06a1-v2.woff2
|
/data/public/design_system/static/{design_system-0.9.4 → design_system-0.9.5}/design_system.js
RENAMED
|
File without changes
|