railhead_preheat 0.0.6 → 0.0.7

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: 389a78f09ddc8ad554b8de7931bab192c529382d
4
- data.tar.gz: bc634cafefd67cf26da9c39da45bed7e50bbe9e5
3
+ metadata.gz: cb2b4a59a651473b9ba3de5f5b9be34e2912f047
4
+ data.tar.gz: 6389c34c23137a10c3331d475d154b0acfe9ee58
5
5
  SHA512:
6
- metadata.gz: 53af5fb3e0e52cd375c5686c6f62c3cdffd635dcdac9f3fe28c624c5afc43ef623808879e595dbe005fc67c606fac593df3ead9cfb921c955edb66787efe4ae7
7
- data.tar.gz: 21eaa656451133e545a605ec3ce062446abfa888d3adbc59473ff1022d999b96c52177962737d330e4d169ac3da3da595e0f71fec8c3b17027add5bda1a86fcc
6
+ metadata.gz: b420215024dd92f0adb472cd0c2c96f928bb106bad27c7414aa02353b45c028fac5f10cfafbc7446b2ce5cf340e8c5b520772a64ba50f3477417ef67582be449
7
+ data.tar.gz: 1b9c4dd39322f8810ef3a874561662c71c51a75bcd13b90edce73d34e6c07aaca79eba0e36ca77191ade2c8b565da6227f32375c5663953d0d3fead8303fa407
@@ -6,7 +6,7 @@ class RailheadPreheatController < ActionController::Metal
6
6
 
7
7
  def initialize(*args)
8
8
  super()
9
- self.class.send :include, Rails.application.routes.url_helpers
9
+ self.class.send :helper, Rails.application.routes.url_helpers
10
10
  self.class.send :helper, ApplicationHelper
11
11
  lookup_context.view_paths = ApplicationController.view_paths
12
12
  config.cache_store = ActionController::Base.cache_store
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "railhead_preheat"
3
- s.version = "0.0.6"
4
- s.date = "2016-08-14"
3
+ s.version = "0.0.7"
4
+ s.date = "2017-09-14"
5
5
  s.summary = "RailheadPreheat is a Ruby on Rails plugin that automatically caches partials from model."
6
6
  s.email = "bence.nagy@gmail.com"
7
7
  s.homepage = "http://github.com/nagybence/railhead_preheat"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: railhead_preheat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bence Nagy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-14 00:00:00.000000000 Z
11
+ date: 2017-09-14 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: bence.nagy@gmail.com
@@ -42,7 +42,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
42
42
  version: '0'
43
43
  requirements: []
44
44
  rubyforge_project:
45
- rubygems_version: 2.5.1
45
+ rubygems_version: 2.6.8
46
46
  signing_key:
47
47
  specification_version: 4
48
48
  summary: RailheadPreheat is a Ruby on Rails plugin that automatically caches partials