high_voltage 0.9.1 → 0.9.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,7 +11,7 @@ class HighVoltage::PagesController < ApplicationController
11
11
  protected
12
12
 
13
13
  def invalid_page
14
- render :nothing => true, :status => 404
14
+ raise ActionController::RoutingError, "No such page: #{params[:id]}"
15
15
  end
16
16
 
17
17
  def current_page
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: 57
4
+ hash: 63
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 1
10
- version: 0.9.1
9
+ - 2
10
+ version: 0.9.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dan Croak
@@ -15,11 +15,13 @@ authors:
15
15
  - Tammer Saleh
16
16
  - Nick Quaranto
17
17
  - Tristan Dunn
18
+ - Chad Pytel
19
+ - Joe Ferris
18
20
  autorequire:
19
21
  bindir: bin
20
22
  cert_chain: []
21
23
 
22
- date: 2010-04-20 00:00:00 -04:00
24
+ date: 2010-10-25 00:00:00 -04:00
23
25
  default_executable:
24
26
  dependencies: []
25
27