wcc-contentful-app 1.0.0 → 1.0.1

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: 4d2c8f87432e5df3bfa0ce1438ea0cbc2c89463a2c22c6ebee6a6f766b26b865
4
- data.tar.gz: 5899cd069610da0a25a3ff330a4788e5c16f4d25618ca591bc5327678c594a7a
3
+ metadata.gz: 7951616f51aa52ab01b4d4a19c10ab87ceba02bf5276ac3698f3cf02830aebaa
4
+ data.tar.gz: d3d34cc114031e127c465970327ec25be758b8f7548b3313603529a6a89c24ed
5
5
  SHA512:
6
- metadata.gz: a075b9cd2fc956189d8136848856e22aba9f3998e28e3853d4cbfe4c45d916a1f723e3ba4179b619c2da9af90de6b738b1941fb6cb707b9a922d4bb0075666a1
7
- data.tar.gz: 689e7ec2251ff44627f5b70af5a8ce41dcc2d8d1305df6b74890ca8bc24a62c580e6f4c5ca0c892004ea8cb32a461ecbc47a57350dbcc758214495a4efd67d1e
6
+ metadata.gz: 46ee523fe9cd3431d37f13c45a92ae341adfcd12af2410f11b1862a89f9170d6ec4fd2fdaedef083a2550633dc30dbd97d00a9c5a61f0d42d4271f4a561cadf1
7
+ data.tar.gz: cb4becce6fd2f58a114b0dba81eaf35c78a5d717f8e6d01cec9e3a827a20322e09c6031f0a7d9d41a6e0ac84a75fd11b637359a5251576e2285f4ae9efef1b61
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  [![Gem Version](https://badge.fury.io/rb/wcc-contentful-app.svg)](https://rubygems.org/gems/wcc-contentful-app)
2
- [![Build Status](https://travis-ci.org/watermarkchurch/wcc-contentful.svg?branch=master)](https://travis-ci.org/watermarkchurch/wcc-contentful)
2
+ [![Build Status](https://circleci.com/gh/watermarkchurch/wcc-contentful.svg?style=svg)](https://circleci.com/gh/watermarkchurch/wcc-contentful)
3
3
  [![Coverage Status](https://coveralls.io/repos/github/watermarkchurch/wcc-contentful/badge.svg?branch=master)](https://coveralls.io/github/watermarkchurch/wcc-contentful?branch=master)
4
4
 
5
5
  # WCC::Contentful::App
@@ -3,7 +3,7 @@
3
3
  module WCC
4
4
  module Contentful
5
5
  module App
6
- VERSION = '1.0.0'
6
+ VERSION = '1.0.1'
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.0.0
4
+ version: 1.0.1
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-04-16 00:00:00.000000000 Z
11
+ date: 2021-10-06 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.0
355
+ version: 1.0.1
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.0
362
+ version: 1.0.1
363
363
  description: Models, Controllers, and Views common to Watermark Church apps
364
364
  email:
365
365
  - dev@watermark.org
@@ -483,7 +483,7 @@ rubygems_version: 2.7.6.2
483
483
  signing_key:
484
484
  specification_version: 4
485
485
  summary: "[![Gem Version](https://badge.fury.io/rb/wcc-contentful-app.svg)](https://rubygems.org/gems/wcc-contentful-app)
486
- [![Build Status](https://travis-ci.org/watermarkchurch/wcc-contentful.svg?branch=master)](https://travis-ci.org/watermarkchurch/wcc-contentful)
486
+ [![Build Status](https://circleci.com/gh/watermarkchurch/wcc-contentful.svg?style=svg)](https://circleci.com/gh/watermarkchurch/wcc-contentful)
487
487
  [![Coverage Status](https://coveralls.io/repos/github/watermarkchurch/wcc-contentful/badge.svg?branch=master)](https://coveralls.io/github/watermarkchurch/wcc-contentful?branch=master)
488
488
  \ # WCC::Contentful::App This gem specifies default models, controllers, views,
489
489
  and javascripts that get installed into all Watermarkchurch apps that use contentful.