http_status_exceptions 0.1.9 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/http_status_exceptions.gemspec +2 -2
- data/lib/http_status_exceptions.rb +1 -1
- metadata +2 -2
|
@@ -3,8 +3,8 @@ Gem::Specification.new do |s|
|
|
|
3
3
|
|
|
4
4
|
# Do not update the version and date values by hand.
|
|
5
5
|
# This will be done automatically by the gem release script.
|
|
6
|
-
s.version = "0.
|
|
7
|
-
s.date = "2009-10-
|
|
6
|
+
s.version = "0.2.0"
|
|
7
|
+
s.date = "2009-10-07"
|
|
8
8
|
|
|
9
9
|
s.summary = "A Rails plugin to use exceptions for generating HTTP status responses"
|
|
10
10
|
s.description = "Clean up your controller code by raising exceptions that generate responses with different HTTP status codes."
|
|
@@ -19,7 +19,7 @@ module HTTPStatus
|
|
|
19
19
|
|
|
20
20
|
# The current gem release version. Do not set this value by hand, it will
|
|
21
21
|
# be done automatically by them gem release script.
|
|
22
|
-
VERSION = "0.
|
|
22
|
+
VERSION = "0.2.0"
|
|
23
23
|
|
|
24
24
|
# The Base HTTP status exception class is used as superclass for every
|
|
25
25
|
# exception class that is constructed. It implements some shared
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: http_status_exceptions
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Willem van Bergen
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-10-
|
|
12
|
+
date: 2009-10-07 00:00:00 +02:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|