tungsten 0.1.33 → 0.1.34
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/tungsten/errors_controller.rb +2 -1
- data/lib/tungsten/version.rb +1 -1
- data/public/{code-0.1.33.js → code-0.1.34.js} +1 -1
- data/public/{code-0.1.33.js.gz → code-0.1.34.js.gz} +0 -0
- data/public/{code-0.1.33.map.json → code-0.1.34.map.json} +0 -0
- data/public/{tungsten-0.1.33.css → tungsten-0.1.34.css} +0 -0
- data/public/{tungsten-0.1.33.css.gz → tungsten-0.1.34.css.gz} +0 -0
- data/public/{tungsten-0.1.33.js → tungsten-0.1.34.js} +1 -1
- data/public/{tungsten-0.1.33.js.gz → tungsten-0.1.34.js.gz} +0 -0
- data/public/{tungsten-0.1.33.map.json → tungsten-0.1.34.map.json} +0 -0
- metadata +10 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c70deab891c0e849acc7c7f86cd2ed371b259904
|
4
|
+
data.tar.gz: 000c2bb3958b89d97a5ca5b157900de846958018
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e2667645fb862788b3451ff189de611c4f7f45070e57f9c595ca2087f4fea1a77a00abd45f3a648443efa35a8efbd830ff310b4f49dc77c96805c333abffac1c
|
7
|
+
data.tar.gz: 3b835eeaf51fc61c36f883d42cbc8f5337487f45b45a5afa3a5e6859907f7b9131dd4d50af26f04d201a50c7e37b200366e2119013b428f1b73c4237ddff716b
|
@@ -1,6 +1,7 @@
|
|
1
1
|
module Tungsten
|
2
2
|
class ErrorsController < ::ApplicationController
|
3
3
|
include Gaffe::Errors
|
4
|
+
skip_before_action :verify_authenticity_token
|
4
5
|
|
5
6
|
# Override 'error' layout
|
6
7
|
layout 'tungsten/errors'
|
@@ -15,7 +16,7 @@ module Tungsten
|
|
15
16
|
end
|
16
17
|
|
17
18
|
format.json do
|
18
|
-
render json: {
|
19
|
+
render json: { errors: @rescue_response }, status: @status_code
|
19
20
|
end
|
20
21
|
end
|
21
22
|
end
|
data/lib/tungsten/version.rb
CHANGED
Binary file
|
File without changes
|
File without changes
|
Binary file
|
Binary file
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tungsten
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.34
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brandon Mathis
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2017-09-
|
12
|
+
date: 2017-09-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -278,14 +278,14 @@ files:
|
|
278
278
|
- lib/tungsten.rb
|
279
279
|
- lib/tungsten/helper.rb
|
280
280
|
- lib/tungsten/version.rb
|
281
|
-
- public/code-0.1.
|
282
|
-
- public/code-0.1.
|
283
|
-
- public/code-0.1.
|
284
|
-
- public/tungsten-0.1.
|
285
|
-
- public/tungsten-0.1.
|
286
|
-
- public/tungsten-0.1.
|
287
|
-
- public/tungsten-0.1.
|
288
|
-
- public/tungsten-0.1.
|
281
|
+
- public/code-0.1.34.js
|
282
|
+
- public/code-0.1.34.js.gz
|
283
|
+
- public/code-0.1.34.map.json
|
284
|
+
- public/tungsten-0.1.34.css
|
285
|
+
- public/tungsten-0.1.34.css.gz
|
286
|
+
- public/tungsten-0.1.34.js
|
287
|
+
- public/tungsten-0.1.34.js.gz
|
288
|
+
- public/tungsten-0.1.34.map.json
|
289
289
|
homepage:
|
290
290
|
licenses:
|
291
291
|
- MIT
|