high_voltage 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- high_voltage (1.1.0)
4
+ high_voltage (1.1.1)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
@@ -1,7 +1,7 @@
1
1
  class HighVoltage::PagesController < ApplicationController
2
2
 
3
3
  unloadable
4
- layout Proc.new { HighVoltage::layout }
4
+ layout Proc.new { |_| HighVoltage::layout }
5
5
 
6
6
  rescue_from ActionView::MissingTemplate do |exception|
7
7
  if exception.message =~ %r{Missing template #{content_path}}
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: /Users/jferris/Source/high_voltage
3
3
  specs:
4
- high_voltage (1.1.0)
4
+ high_voltage (1.1.1)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: /Users/jferris/Source/high_voltage
3
3
  specs:
4
- high_voltage (1.1.0)
4
+ high_voltage (1.1.1)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
@@ -1,3 +1,3 @@
1
1
  module HighVoltage
2
- VERSION = '1.1.0'.freeze
2
+ VERSION = '1.1.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: high_voltage
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 0
10
- version: 1.1.0
9
+ - 1
10
+ version: 1.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Matt Jankowski