mountain_view 0.9.0 → 0.9.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/helpers/mountain_view/application_helper.rb +2 -2
- data/lib/mountain_view/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f9d3b71931e79675624c362a75e20a833b8b5ea2
|
4
|
+
data.tar.gz: 039a5cf0da9c0f415d4da5a1ac9f4a84b71c4ae3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b0ab3347848443dce35e3ec29794e60b3badca063042c4ce1f3cfce765d6fadca00acd9921e7445f76b0d9585ff6fddb366f7c807859745399d181d2257aafc2
|
7
|
+
data.tar.gz: 35be4d573370024634d56fc9a15d9c8aa0da8a76f565ab6fdef227399a9e9cdc4e0b7b6ea3252bbb985e092ad8715f0a2b2e9318645b9af99798d0a814445654
|
@@ -12,9 +12,9 @@ module MountainView
|
|
12
12
|
end
|
13
13
|
end
|
14
14
|
|
15
|
-
def respond_to?(method)
|
15
|
+
def respond_to?(method, include_all = false)
|
16
16
|
if method.to_s.end_with?("_path") || method.to_s.end_with?("_url")
|
17
|
-
if main_app.respond_to?(method)
|
17
|
+
if main_app.respond_to?(method, include_all)
|
18
18
|
true
|
19
19
|
else
|
20
20
|
super
|
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.9.
|
4
|
+
version: 0.9.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: 2016-
|
12
|
+
date: 2016-07-31 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -157,7 +157,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
157
157
|
version: '0'
|
158
158
|
requirements: []
|
159
159
|
rubyforge_project:
|
160
|
-
rubygems_version: 2.
|
160
|
+
rubygems_version: 2.5.1
|
161
161
|
signing_key:
|
162
162
|
specification_version: 4
|
163
163
|
summary: Mountain View helps you create reusable visual components on your Rails Application.
|