what_does_this_error_mean-merb 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,7 +8,7 @@ module WhatDoesThisErrorMeanMerb
8
8
  module VERSION
9
9
  MAJOR = 0
10
10
  MINOR = 0
11
- TINY = 2
11
+ TINY = 3
12
12
 
13
13
  STRING = [MAJOR, MINOR, TINY].join('.')
14
14
  end
@@ -92,7 +92,7 @@
92
92
  lots of love, from <a href="http://www.merbivore.com">merb</a>
93
93
  </div>
94
94
  <div class="wdtem">
95
- <form action="http://whatdoesthiserrormean.com/search" method="POST" name="wdtem">
95
+ <form action="http://whatdoesthiserrormean.com/search" method="get" name="wdtem">
96
96
  <input type="hidden" name="q" value="<%= exception.class.name.to_s %> <%= exception.message %>" />
97
97
  </form>
98
98
  <%= link_to image_tag('http://whatdoesthiserrormean.com/images/logo_for_error_page.gif', :border => 0), "javascript: document.forms.wdtem.submit();" %>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: what_does_this_error_mean-merb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francois Beausoleil