wcc-contentful-app 1.0.8 → 1.1.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 444b08f86e21df28e755f40fe31a9c178825a96a244783876a10cf5e7dc5325e
|
4
|
+
data.tar.gz: 9405a2a26803c33773a5bce865b5404d07a60a18dc26972b1a08e9785b335d83
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f480e13b3d2d6e4638137e88ff49486eda16b45af0d4a271501c5cd2e4b6c298545b44fe7472be3e37d8101c4218339856c81a0fca68c91771867f1f47efdfc6
|
7
|
+
data.tar.gz: 34c0d07fe98312d67791ce8b99b7383963e2a5e0391e7f1c32864fae4c143f7d5909fb99ee639f1193b8cbe66a877072ec9b066b2e4192477603ebb7814476a7
|
data/lib/wcc/contentful/app.rb
CHANGED
@@ -37,7 +37,7 @@ module WCC::Contentful::App
|
|
37
37
|
WCC::Contentful.init!
|
38
38
|
|
39
39
|
# Extend all model types w/ validation & extra fields
|
40
|
-
WCC::Contentful.
|
40
|
+
WCC::Contentful::Model.schema.each_value do |t|
|
41
41
|
file = File.dirname(__FILE__) + "/model/#{t.name.underscore}.rb"
|
42
42
|
require file if File.exist?(file)
|
43
43
|
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.0
|
4
|
+
version: 1.1.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: 2022-
|
11
|
+
date: 2022-02-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: capybara
|
@@ -352,14 +352,14 @@ dependencies:
|
|
352
352
|
requirements:
|
353
353
|
- - "~>"
|
354
354
|
- !ruby/object:Gem::Version
|
355
|
-
version: 1.0
|
355
|
+
version: 1.1.0
|
356
356
|
type: :runtime
|
357
357
|
prerelease: false
|
358
358
|
version_requirements: !ruby/object:Gem::Requirement
|
359
359
|
requirements:
|
360
360
|
- - "~>"
|
361
361
|
- !ruby/object:Gem::Version
|
362
|
-
version: 1.0
|
362
|
+
version: 1.1.0
|
363
363
|
description: Models, Controllers, and Views common to Watermark Church apps
|
364
364
|
email:
|
365
365
|
- dev@watermark.org
|
@@ -458,7 +458,7 @@ homepage: https://github.com/watermarkchurch/wcc-contentful
|
|
458
458
|
licenses:
|
459
459
|
- MIT
|
460
460
|
metadata:
|
461
|
-
documentation_uri: https://watermarkchurch.github.io/wcc-contentful/1.
|
461
|
+
documentation_uri: https://watermarkchurch.github.io/wcc-contentful/1.1/wcc-contentful-app
|
462
462
|
post_install_message:
|
463
463
|
rdoc_options: []
|
464
464
|
require_paths:
|