perron 0.13.1 → 0.13.2

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
2
  SHA256:
3
- metadata.gz: d169d3715ddcc7ff8a40cd17c3ac263fcd8cf6ef64a796ef697ab01d07da98fa
4
- data.tar.gz: 53b6a77e3bdbea6d9e808689321ed42833d8b2a8a48ab9035fbb11edfe7d5bfa
3
+ metadata.gz: c9220fa63d98abad0b69758811716bdb3bd445f61e918adb0edee0c54064444d
4
+ data.tar.gz: 6c360d6a12e27664810f0e0936724587e5a4b21d6eaa1d83c13ecb554e868416
5
5
  SHA512:
6
- metadata.gz: 3fb4193f86022bb65bcf36093c66e3145a0a7304d3170d1f83d0cb26fd9be00aaea4258a0e58c4f566d00279522f8e51cbbe12544311e93a1bde58fe9ccad166
7
- data.tar.gz: 623ceec51ddac7e99049d7862a9d51ca04bf3fc8abe2eb78d9170bf8107df39fb3695e34c911006623fe83bfe533237e2812e1989de553d06dbc5d664fff4589
6
+ metadata.gz: ce70a594ace145f7cb1a15e97ee6c6c3fa310d59dd17b9c15d774a5272d3bc6ad74da41443b37a7b150c346342dffb7f681c781f3df9a9574fb4af50277d6228
7
+ data.tar.gz: bf44b04d4a9bb4ef81706a2a75088979cdc808a3ed6f139909f803c50fec6125a675e6272c595c20710204472b7e8c6750ba7bae55ab47bf9704baef9e903892
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- perron (0.13.1)
4
+ perron (0.13.2)
5
5
  csv
6
6
  json
7
7
  psych
@@ -41,7 +41,7 @@ class ContentGenerator < Rails::Generators::NamedBase
41
41
  return unless pages_controller?
42
42
  return if root_route_exists?
43
43
 
44
- inject_into_file "config/routes.rb", " root to: \"content/pages#show\"\n", before: /^\s*end\s*$/
44
+ inject_into_file "config/routes.rb", " root to: \"content/pages#root\"\n", before: /^\s*end\s*$/
45
45
  end
46
46
 
47
47
  private
@@ -1,3 +1,3 @@
1
1
  module Perron
2
- VERSION = "0.13.1"
2
+ VERSION = "0.13.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: perron
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.1
4
+ version: 0.13.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rails Designer Developers