adzap-mustache-rails 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/mustache/railtie.rb +1 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: de5b2e1a81eb8c9283994b380049696394abe2ab
4
- data.tar.gz: 5b9578c07720c7b130171538b8323bf4a8aaa0ec
3
+ metadata.gz: 951525e0b3017e57f0d766589ef96c9229a0266d
4
+ data.tar.gz: 5bee46a7dbca6891c6e8f979de6d52a310de9b93
5
5
  SHA512:
6
- metadata.gz: 8bfe1f0748f97615aca1995fc39a504f1c6bcf064cb5ffd1ff345dd73e6c09753299bbb51397d8f33e8c78400f3d90e379892a055258c48afd22b4cb56d6ee69
7
- data.tar.gz: dc20733ee1b652b776a0e31ba8e7d7a7048740573cf79355649cddcbfc145d41c696999dea2660c9f6df3fd8cc2bb9bda189a2fba56f75d0bf0fe0d18b3600c3
6
+ metadata.gz: c0a56f3c251728e6d6a925cb2144c86de7aca379bee7e92c699c1a6c757527bf7afb05c988bd3ad39d2b3c139ca253e4ca2339f1ed0519ed68ae2be71cd275c8
7
+ data.tar.gz: 48d3820684700ef5959f53627bb25146d9e3e61ea6484bc3a737f13ce993a674a462db44b83a5b51478cfe6610e8ad883671ee20db2421317fe17d2c110c4d6f
@@ -77,7 +77,7 @@ class Mustache
77
77
  # Internal: Adds .mustache template path to ActionController's view paths.
78
78
  initializer 'mustache.add_view_paths', :after => :add_view_paths do |app|
79
79
  ActiveSupport.on_load(:action_controller) do
80
- append_view_path app.root.join(app.config.mustache.template_path).to_s
80
+ prepend_view_path app.root.join(app.config.mustache.template_path).to_s
81
81
  end
82
82
  end
83
83
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adzap-mustache-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Meehan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-27 00:00:00.000000000 Z
11
+ date: 2016-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionpack
@@ -101,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
101
101
  version: '0'
102
102
  requirements: []
103
103
  rubyforge_project:
104
- rubygems_version: 2.4.5
104
+ rubygems_version: 2.5.1
105
105
  signing_key:
106
106
  specification_version: 4
107
107
  summary: Mustache Rails adapter