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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7e507562df73309d3251a7b7d4a3c12c8fc42c26
4
- data.tar.gz: 3c74a87d9e0ae9b84aaf1b81d5917af054062f28
3
+ metadata.gz: f9d3b71931e79675624c362a75e20a833b8b5ea2
4
+ data.tar.gz: 039a5cf0da9c0f415d4da5a1ac9f4a84b71c4ae3
5
5
  SHA512:
6
- metadata.gz: 70cceab5e5b95b321ac3e3566076e2591f275697f307fc2ecd7c3005508052e908f32a4c2791a0108402537d8f0226af9dc5b41b2a13cfd56c9811e92ad9ea53
7
- data.tar.gz: 03c34700700d0b959212f95ac163cfc18bde9865138753ac1ad9f42dd362a65e995ce9ebf4f9e383a4837732536a607a7e2e818d8f3427f2d0abe5b52b498346
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
@@ -1,3 +1,3 @@
1
1
  module MountainView
2
- VERSION = "0.9.0".freeze
2
+ VERSION = "0.9.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.9.0
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-06-04 00:00:00.000000000 Z
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.6.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.