guts 3.1.0 → 3.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +4 -4
- data/UPGRADING.md +4 -0
- data/lib/guts/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 65508c938fa52a6e593a33ce1438431597d727d7
|
4
|
+
data.tar.gz: 1a2f888e0baed7bfdaef0920252ebf4ddd753b7d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 40489f5ba33c77c9e82d11346a5b9e935a4feb690bcc0c559bd4a98ab14d3cf3651ae4e86a004321291907aaa5533d6fcfb48c5f5d4fa3a72b873fcdb8314184
|
7
|
+
data.tar.gz: d33b366cfea6c8831a9884721901d0bdcd65b9dc92b00c57f954772bd6c4314c880cc0925959dbd1225e7f2cbad3ac032e3053aa8705e35e1cd751363fc493ec
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
# Guts
|
2
2
|
|
3
|
-
[![Build Status](https://secure.travis-ci.org/
|
4
|
-
[![codecov](https://codecov.io/gh/
|
5
|
-
[![Docs](http://inch-ci.org/github/
|
3
|
+
[![Build Status](https://secure.travis-ci.org/ohmybrew/guts.svg?branch=master)](http://travis-ci.org/ohmybrew/guts)
|
4
|
+
[![codecov](https://codecov.io/gh/ohmybrew/guts/branch/master/graph/badge.svg)](https://codecov.io/gh/ohmybrew/guts)
|
5
|
+
[![Docs](http://inch-ci.org/github/ohmybrew/guts.svg)](http://inch-ci.org/github/ohmybrew/guts)
|
6
6
|
[![Gem Version](https://badge.fury.io/rb/guts.svg)](https://badge.fury.io/rb/guts)
|
7
7
|
|
8
8
|
A mountable, extendable, multisite, CMS engine for Rails 5.
|
@@ -15,7 +15,7 @@ Include the gem in your `Gemfile` and run `bundle install`:
|
|
15
15
|
|
16
16
|
``` ruby
|
17
17
|
gem 'guts' # to grab latest, or specify a specific version
|
18
|
-
# or for master: gem 'guts', git: 'git@github.com:
|
18
|
+
# or for master: gem 'guts', git: 'git@github.com:ohmybrew/guts.git'
|
19
19
|
```
|
20
20
|
|
21
21
|
Next, run the following commands for a install of routes, initializer, and editor configurations:
|
data/UPGRADING.md
CHANGED
data/lib/guts/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: guts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.1.
|
4
|
+
version: 3.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tyler King
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-06-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -2566,7 +2566,7 @@ files:
|
|
2566
2566
|
- test/tasks/guts/db_task_test.rb
|
2567
2567
|
- test/tasks/guts/users_task_test.rb
|
2568
2568
|
- test/test_helper.rb
|
2569
|
-
homepage: https://github.com/
|
2569
|
+
homepage: https://github.com/ohmybrew/guts
|
2570
2570
|
licenses:
|
2571
2571
|
- mit
|
2572
2572
|
metadata: {}
|