mountain_view 0.12.0 → 0.12.1

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: 15f33c63263b41389c39e9084c63007a8312307b
4
- data.tar.gz: 16f99753bd173370de472a63f771e56a3cabaed4
3
+ metadata.gz: 33fcfa394eae8f14bfd8152171a386dfb6d08a30
4
+ data.tar.gz: 4b1b36f5342d042423454729f76adabbd0d8b13d
5
5
  SHA512:
6
- metadata.gz: b1215573a1bb3e96345b7267067a074992078bf2aab0d11fbc098b56bfa8abc55d6c88f7b80a18e861902e4d5d0ed02eba8b85b8cf218e03ab0d96d84c958ec1
7
- data.tar.gz: 67b571c9369e9bd9d01e5ff87b05746e070c3f193843e5c62650d6d7842e31cbd4eb973a193f4c6d988a5ac63832eaf1b856ef8677ae644d246b763ecec2d3f0
6
+ metadata.gz: 2378227279bf01cd7d93e03832c733d8acb7ad46829c018d9fc868577d93e7f70f4be0dbf4488784754150f8dc35f8028b12f60bb539bff3cef08a4a48e1770c
7
+ data.tar.gz: a9d657b18016e52c4b23ab8655950f0e647dd97fa043db9155bc227e5d110de6b11784dc8491e3f00f9e1acadb2f642fe0ea8e6fb3e3594a8ca7e32b9dbcc4bf
@@ -31,8 +31,8 @@ module MountainView
31
31
 
32
32
  initializer "mountain_view.add_helpers" do
33
33
  ActiveSupport.on_load :action_controller do
34
- helper MountainView::ApplicationHelper
35
- helper MountainView::ComponentHelper
34
+ ::ActionController::Base.helper MountainView::ApplicationHelper
35
+ ::ActionController::Base.helper MountainView::ComponentHelper
36
36
  end
37
37
  end
38
38
  end
@@ -1,3 +1,3 @@
1
1
  module MountainView
2
- VERSION = "0.12.0".freeze
2
+ VERSION = "0.12.1".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mountain_view
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ignacio Gutierrez
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-06-13 00:00:00.000000000 Z
12
+ date: 2017-07-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails