rocket_pants 1.5.3 → 1.5.4

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.
@@ -56,6 +56,7 @@ module RocketPants
56
56
  register! :not_found, :http_status => :not_found
57
57
  register! :bad_request, :http_status => :bad_request
58
58
  register! :conflict, :http_status => :conflict
59
+ register! :forbidden, :http_status => :forbidden
59
60
 
60
61
  end
61
62
 
@@ -9,3 +9,4 @@ en:
9
9
  bad_request: "The data given to this server does not meet our criteria."
10
10
  invalid_resource: "The current resource was deemed invalid."
11
11
  conflict: "The request conflicts with an existing resource."
12
+ forbidden: "The action you requested was forbidden."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rocket_pants
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.3
4
+ version: 1.5.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-18 00:00:00.000000000 Z
12
+ date: 2012-08-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -280,6 +280,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
280
280
  - - ! '>='
281
281
  - !ruby/object:Gem::Version
282
282
  version: '0'
283
+ segments:
284
+ - 0
285
+ hash: 1041762551203045726
283
286
  required_rubygems_version: !ruby/object:Gem::Requirement
284
287
  none: false
285
288
  requirements: