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: 5a359136d71a28486c464e27e24c57fb3bdeac21c3d3b550d82bf1b7cff09529
4
- data.tar.gz: f1b770136953288a267c53ca8e6e2daafbe20e6a8efe29060135b092bf796c91
3
+ metadata.gz: 6f4061157d6c4d52b6b402df11688f11d489f46d569915ff2c6031468d1aa2dd
4
+ data.tar.gz: '08fbbd67d5236a6352b6f07b57d2bbc1d82a68a9d8b08e27d68175c912274fe4'
5
5
  SHA512:
6
- metadata.gz: dc70b75ab6ab21221d8675f1e164fde0bf92c57af056f61f17c9b73f8a07964c1209ab4106d7c13a65a02a75884295b6eb28202f7065562506da68eea09b07d3
7
- data.tar.gz: 4e14ca27801450640df043aedd2aeb9a84a730391fbe1535aa6b6dd1cf56520358f642dac7407a15ef0e577c41e15b9adad3b52ae7475560fb19264b4a86d39f
6
+ metadata.gz: 993933ee5809ccd67678445cd7ea231c81a5e0523c3948203acf9d74454bcc34991ff734f5b9a6c043dc190f08a1eeb4ebd80ee688368709901ebbdbd485ea7e
7
+ data.tar.gz: 26efc486a978f94baf0f02aaf4415168231f0c19b540a485607994eb1d5767be237b019d2d943715848782903c9e5a300ec7bed3933c30b7e25be3b17ea6d820
@@ -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
@@ -1,3 +1,3 @@
1
1
  module DesignSystem
2
- VERSION = '0.9.4'.freeze
2
+ VERSION = '0.9.5'.freeze
3
3
  end
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
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.4/design_system.js
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