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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8fb7ecb46525999357a3a1ee7c3755da76ddf108
4
- data.tar.gz: 54354500be21a7c8e5f56bcbfbcc983e86a6a27f
3
+ metadata.gz: 65508c938fa52a6e593a33ce1438431597d727d7
4
+ data.tar.gz: 1a2f888e0baed7bfdaef0920252ebf4ddd753b7d
5
5
  SHA512:
6
- metadata.gz: 16ef3e45d7d503909259315757042340931e2958b7528a0c752f8358c1f4dac86a060df60742f17646a2e64cd9fe74d2127031a58f544a3f62b35b0c625b0370
7
- data.tar.gz: 804ecfa7da50c8e5c288fffbfc52e3b6bc1bd1af492cdc6dbafd543d6b8f626084b4cfcac1746803dfd3de0f2a0e53053d92141b9fb7a103a23d1259e69c6947
6
+ metadata.gz: 40489f5ba33c77c9e82d11346a5b9e935a4feb690bcc0c559bd4a98ab14d3cf3651ae4e86a004321291907aaa5533d6fcfb48c5f5d4fa3a72b873fcdb8314184
7
+ data.tar.gz: d33b366cfea6c8831a9884721901d0bdcd65b9dc92b00c57f954772bd6c4314c880cc0925959dbd1225e7f2cbad3ac032e3053aa8705e35e1cd751363fc493ec
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## Version 3.1.1
4
+
5
+ + Updated URLs
6
+
3
7
  ## Version 3.1.0
4
8
 
5
9
  + Moved Paperclip logic to determine when to run Imagick, old method did not work well
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Guts
2
2
 
3
- [![Build Status](https://secure.travis-ci.org/tyler-king/guts.svg?branch=master)](http://travis-ci.org/tyler-king/guts)
4
- [![codecov](https://codecov.io/gh/tyler-king/guts/branch/master/graph/badge.svg)](https://codecov.io/gh/tyler-king/guts)
5
- [![Docs](http://inch-ci.org/github/tyler-king/guts.svg)](http://inch-ci.org/github/tyler-king/guts)
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:tyler-king/guts.git'
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:
@@ -1,5 +1,9 @@
1
1
  # Upgrading
2
2
 
3
+ ## Version 3.0.X to 3.1.X
4
+
5
+ No steps required.
6
+
3
7
  ## Version 2.0.X to 3.0.X
4
8
 
5
9
  One breaking change in this version.
@@ -1,5 +1,5 @@
1
1
  # Guts' module namespace
2
2
  module Guts
3
3
  # Current Guts version
4
- VERSION = '3.1.0'.freeze
4
+ VERSION = '3.1.1'.freeze
5
5
  end
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.0
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-05-30 00:00:00.000000000 Z
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/tyler-king/guts
2569
+ homepage: https://github.com/ohmybrew/guts
2570
2570
  licenses:
2571
2571
  - mit
2572
2572
  metadata: {}