guts 1.3.1 → 1.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -1
  3. data/lib/guts/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f48d9f3967ed51e4cfc3cc8850c55f51c0d96233
4
- data.tar.gz: e3921488f8197cab9f441c79d8db8ce449ec26bd
3
+ metadata.gz: b799fbf8f9d68a6f349b1811bb75a4973f58c239
4
+ data.tar.gz: e5f9f97b10b4bbd2ad93cfeafceddceaeb8547cf
5
5
  SHA512:
6
- metadata.gz: a5c13f9ad1bf90c6c76b7b3fb84f1d5ab098e1d7b8895a0586203cafabdc9cc7447347d07dba84f088ded7bbf28404eaddc4797d3540b85bfb69d5434c34a5e7
7
- data.tar.gz: a7a59b6d770f837a5a04660cbe4a73e42c9685bf6ec389ebacccb47f8eeea1a8a09b539db94f4ef767a850d0ee9dd1a340883297a32b37d2c8f627362db71fb1
6
+ metadata.gz: c26d7a8fcaeda6ab45203fa4492258bec274931707a91c424276df54a5c4354ebee5c1c7b1918177f95e27dcee2b6f667c9355ef928c228a5d497b453502625b
7
+ data.tar.gz: a714b706d62634a6d85ad94b0731d0ac539c5a80b40fe8f3e867b3d5d9ea1110dd1116f1703f3adcabf0ad4b1047368c5733ace519c2b05a9e7e90ebe0fc5214
@@ -1,6 +1,10 @@
1
+ # Version 1.3.2
2
+
3
+ + Removed Gemfile.lock
4
+
1
5
  # Version 1.3.1
2
6
 
3
- + Added support to have scoped friendly_id to models if using MultiSite. This means siteA.com and siteB.com can both have a content type of "page" without UUID. To upgrade, please run `rake guts:install:migrations && rake db:migrate` which includes a migration to remove the uniqueness index on slug values.
7
+ + Added support to have scoped friendly_id to models if using MultiSite. This means siteA.com and siteB.com can both have a content type of "page" without UUID. To upgrade, please run `bundle exec rake guts:install:migrations && bundle exec rake db:migrate RAILS_ENV=YOURRAILSENV` which includes a migration to remove the uniqueness index on slug values.
4
8
 
5
9
  # Version 1.3.0
6
10
 
@@ -1,5 +1,5 @@
1
1
  # Guts' module namespace
2
2
  module Guts
3
3
  # Current Guts version
4
- VERSION = '1.3.1'.freeze
4
+ VERSION = '1.3.2'.freeze
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tyler King