wcc-contentful-app 1.5.1 → 1.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a28eb97bf77ddddf5827272a75dad3e95ee96368b8054635b3342138f618b440
4
- data.tar.gz: ff71d838ce2842914c3b9192c9bcc3b05a37e6001e188d1ef91d91a15614e07f
3
+ metadata.gz: 8d11d2f991ca64a9161a10556b00f928a06cb75e5f15b817c0659253d6638124
4
+ data.tar.gz: f053e979e201d09ad4191a0631560110220efe1854f16b3c689633501f562595
5
5
  SHA512:
6
- metadata.gz: c7e14900f7dde810625b54bb5ed0cc4beef6a1f0f411cb273adde0563629c748568f6596460c28e952c1619a1870e126cbcb23238da0be70d7cd2dcad5da336e
7
- data.tar.gz: 7f0492bf1f1bb5ff566b815b41dd929d575158105ca45fbdc1eeeeeae9db26d2edeb9c3c9aac0b15e0db1eaa049088c73a55e0dba9eac107c844525afce8b02c
6
+ metadata.gz: 1fdb5fb7922114f31cc7d56ccc850d50f12e1b8309aab2f2d88dff26713522dd17bdac8cc9f93ed9b50d7f13a3a0640f10a5333b5a34f8bd5e7420f41ac54db3
7
+ data.tar.gz: fc146577d2654ce5e94835266278aa6b5ecf34e5fbff0a766732eccca08309654b3f3626726d67f6c754c7bff137150e72e409a45931daea62ecfd3af575779e
@@ -2,11 +2,13 @@
2
2
 
3
3
  module WCC::Contentful::App
4
4
  class Engine < ::Rails::Engine
5
- config.assets.precompile += %w[*.jpg *.png *.svg]
6
- config.assets.precompile +=
7
- [
8
- 'config/manifest.js'
9
- ].map { |f| File.expand_path("../../../../../app/assets/#{f}", __FILE__) }
5
+ if config.try(:assets)
6
+ config.assets.precompile += %w[*.jpg *.png *.svg]
7
+ config.assets.precompile +=
8
+ [
9
+ 'config/manifest.js'
10
+ ].map { |f| File.expand_path("../../../../../app/assets/#{f}", __FILE__) }
11
+ end
10
12
 
11
13
  config.generators do |g|
12
14
  g.test_framework :rspec, fixture: false
@@ -3,7 +3,7 @@
3
3
  module WCC
4
4
  module Contentful
5
5
  module App
6
- VERSION = '1.5.1'
6
+ VERSION = '1.6.0'
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wcc-contentful-app
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Watermark Dev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-19 00:00:00.000000000 Z
11
+ date: 2023-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capybara
@@ -338,14 +338,14 @@ dependencies:
338
338
  requirements:
339
339
  - - "~>"
340
340
  - !ruby/object:Gem::Version
341
- version: 1.5.1
341
+ version: 1.6.0
342
342
  type: :runtime
343
343
  prerelease: false
344
344
  version_requirements: !ruby/object:Gem::Requirement
345
345
  requirements:
346
346
  - - "~>"
347
347
  - !ruby/object:Gem::Version
348
- version: 1.5.1
348
+ version: 1.6.0
349
349
  description: Models, Controllers, and Views common to Watermark Church apps
350
350
  email:
351
351
  - dev@watermark.org
@@ -444,7 +444,7 @@ homepage: https://github.com/watermarkchurch/wcc-contentful
444
444
  licenses:
445
445
  - MIT
446
446
  metadata:
447
- documentation_uri: https://watermarkchurch.github.io/wcc-contentful/1.5/wcc-contentful-app
447
+ documentation_uri: https://watermarkchurch.github.io/wcc-contentful/1.6/wcc-contentful-app
448
448
  rubygems_mfa_required: 'true'
449
449
  post_install_message:
450
450
  rdoc_options: []
@@ -461,7 +461,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
461
461
  - !ruby/object:Gem::Version
462
462
  version: '0'
463
463
  requirements: []
464
- rubygems_version: 3.3.7
464
+ rubygems_version: 3.4.10
465
465
  signing_key:
466
466
  specification_version: 4
467
467
  summary: "[![Gem Version](https://badge.fury.io/rb/wcc-contentful-app.svg)](https://rubygems.org/gems/wcc-contentful-app)