wcc-contentful-app 1.0.1 → 1.0.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
- SHA256:
3
- metadata.gz: 7951616f51aa52ab01b4d4a19c10ab87ceba02bf5276ac3698f3cf02830aebaa
4
- data.tar.gz: d3d34cc114031e127c465970327ec25be758b8f7548b3313603529a6a89c24ed
2
+ SHA1:
3
+ metadata.gz: 5c30819cecaa3ca7080d5d0b5e12e04cfd5dfc50
4
+ data.tar.gz: 725e676d7d4753ff153e5fafd90c1329bc34dd42
5
5
  SHA512:
6
- metadata.gz: 46ee523fe9cd3431d37f13c45a92ae341adfcd12af2410f11b1862a89f9170d6ec4fd2fdaedef083a2550633dc30dbd97d00a9c5a61f0d42d4271f4a561cadf1
7
- data.tar.gz: cb4becce6fd2f58a114b0dba81eaf35c78a5d717f8e6d01cec9e3a827a20322e09c6031f0a7d9d41a6e0ac84a75fd11b637359a5251576e2285f4ae9efef1b61
6
+ metadata.gz: efcc8b06b28c22b22e84f1e43a61d9512a0c437d5ddbd7098458d3f915d1c60bc491d82e58bd5b3f4140594123c76e37cedb0d71acc9352a2131721a2ae6373c
7
+ data.tar.gz: 6730a28919d3dde28d1bb8865faa02621327c88413ddd9b352ae8608d549e7a0ce0c666ea629673ace9f6a685674808e7be47efac75145d601112b179903ae22
@@ -3,7 +3,7 @@
3
3
  module WCC
4
4
  module Contentful
5
5
  module App
6
- VERSION = '1.0.1'
6
+ VERSION = '1.0.5'
7
7
  end
8
8
  end
9
9
  end
@@ -24,10 +24,8 @@ Gem::Specification.new do |spec|
24
24
 
25
25
  spec.required_ruby_version = '>= 2.3'
26
26
 
27
- spec.files =
28
- `git ls-files -z`.split("\x0").reject do |f|
29
- f.match(%r{^(test|spec|features)/})
30
- end
27
+ spec.files = Dir['app/**/*', 'config/**/*', 'lib/**/*'] +
28
+ %w[Rakefile README.md wcc-contentful-app.gemspec]
31
29
 
32
30
  spec.require_paths = ['lib']
33
31
 
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.1
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Watermark Dev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-10-06 00:00:00.000000000 Z
11
+ date: 2021-11-17 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.1
355
+ version: 1.0.5
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.1
362
+ version: 1.0.5
363
363
  description: Models, Controllers, and Views common to Watermark Church apps
364
364
  email:
365
365
  - dev@watermark.org
@@ -367,8 +367,6 @@ executables: []
367
367
  extensions: []
368
368
  extra_rdoc_files: []
369
369
  files:
370
- - ".rspec"
371
- - Guardfile
372
370
  - README.md
373
371
  - Rakefile
374
372
  - app/assets/config/manifest.js
@@ -404,12 +402,9 @@ files:
404
402
  - app/views/sections/_video.html.erb
405
403
  - app/views/sections/_video_highlight.html.erb
406
404
  - app/views/wcc/contentful/app/contact_mailer/contact_form_email.html.erb
407
- - bin/rails
408
405
  - config/routes.rb
409
- - doc
410
406
  - lib/generators/wcc/USAGE
411
407
  - lib/generators/wcc/model_generator.rb
412
- - lib/generators/wcc/templates/.keep
413
408
  - lib/generators/wcc/templates/Procfile
414
409
  - lib/generators/wcc/templates/contentful_shell_wrapper
415
410
  - lib/generators/wcc/templates/menu/migrations/generated_add_menus.ts
@@ -479,7 +474,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
479
474
  version: '0'
480
475
  requirements: []
481
476
  rubyforge_project:
482
- rubygems_version: 2.7.6.2
477
+ rubygems_version: 2.6.11
483
478
  signing_key:
484
479
  specification_version: 4
485
480
  summary: "[![Gem Version](https://badge.fury.io/rb/wcc-contentful-app.svg)](https://rubygems.org/gems/wcc-contentful-app)
data/.rspec DELETED
@@ -1,4 +0,0 @@
1
- --require spec_helper
2
- --format documentation
3
- --color
4
- --order rand
data/Guardfile DELETED
@@ -1 +0,0 @@
1
- ./../wcc-contentful/Guardfile
data/bin/rails DELETED
@@ -1,14 +0,0 @@
1
- #!/usr/bin/env ruby
2
- # This command will automatically be run when you run "rails" with Rails gems
3
- # installed from the root of your application.
4
-
5
- ENGINE_ROOT = File.expand_path('..', __dir__)
6
- ENGINE_PATH = File.expand_path('../lib/wcc/contentful/app/engine', __dir__)
7
- APP_PATH = File.expand_path('../spec/dummy/config/application', __dir__)
8
-
9
- # Set up gems listed in the Gemfile.
10
- ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
11
- require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])
12
-
13
- require 'rails/all'
14
- require 'rails/engine/commands'
data/doc DELETED
@@ -1 +0,0 @@
1
- ./../doc/wcc-contentful-app
File without changes