railhead_preheat 0.0.3 → 0.0.4

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
  SHA1:
3
- metadata.gz: 2662e0d0e122ed290645ec0d56fe4a0bb8281ccf
4
- data.tar.gz: 691c3005fa0a1594c880dafe22b68bc87a58001b
3
+ metadata.gz: c819eaac8585159399425b00a9160115cf6dc2c1
4
+ data.tar.gz: cf978c3fd32ad8af62ae09e0bf6890c631240f38
5
5
  SHA512:
6
- metadata.gz: eeb208ac0668e4be7b8222652c57626a94f81a770ce4d74fc33b57ae8dcb98777fbdf64f15d588b506c276cf688192a021736bbf6089a1f606ac7ba3a1047f93
7
- data.tar.gz: a278b9d50decf68ff188bd53a21b19e6bf097787b56625d0af6f824262d2ec1f916509a8d94906e15358e96fad0e61955b7aa8d8c9045245c934b2f8353258b5
6
+ metadata.gz: 18ea17349a773ca39ebfa0803f4c3cf9f7e5130324e24a21938ee178175fde7c8041eb4ab0b65a05bd4f1e1858805a27ce52e3bfc33c65ed86401e558df4f736
7
+ data.tar.gz: 5ac00e029b322c21c9533317c282fa2f30e39388ed1d876bf69bb7358d2b32b65b4e4cc47981fcce39e04457a789e2057749dfc376e1953c4e6d04c779d94268
@@ -17,7 +17,7 @@ end
17
17
  module RailheadPreheat
18
18
 
19
19
  def preheat(locals = {})
20
- RailheadPreheatController.new.render_to_string(self, locals: locals)
20
+ RailheadPreheatController.new.render_to_string(self.reload, locals: locals)
21
21
  end
22
22
  end
23
23
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "railhead_preheat"
3
- s.version = "0.0.3"
3
+ s.version = "0.0.4"
4
4
  s.date = "2015-02-24"
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"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: railhead_preheat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bence Nagy