tungsten 0.1.33 → 0.1.34

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e9fcf59b1f791d7e511567d47baec000512ba307
4
- data.tar.gz: f4b3e9802b25fb23042cad50c578feaa1d2d8680
3
+ metadata.gz: c70deab891c0e849acc7c7f86cd2ed371b259904
4
+ data.tar.gz: 000c2bb3958b89d97a5ca5b157900de846958018
5
5
  SHA512:
6
- metadata.gz: be2935af05c13ae8ceeefd15fbc903cb832e6baf81064ff210dea26980cc92a1fe01562b25276f1da9c7f403948d111944a6f248371ad595261f9f82cdd49c0b
7
- data.tar.gz: 473c4b7323ea42ca489979f6a744a9c10b4c0214dbfd5cae60c7a0764206c23852f73886ab720cda21f5da4d62b62acb990ea9fb8a032f274c6550e6f053c36b
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: { status: @status_code, error: @rescue_response }, status: @status_code
19
+ render json: { errors: @rescue_response }, status: @status_code
19
20
  end
20
21
  end
21
22
  end
@@ -1,3 +1,3 @@
1
1
  module Tungsten
2
- VERSION = "0.1.33"
2
+ VERSION = "0.1.34"
3
3
  end
@@ -89,4 +89,4 @@ function move(o){document.documentElement.scrollTop=o,document.body.parentNode.s
89
89
  });
90
90
 
91
91
 
92
- //# sourceMappingURL=/assets/tungsten/code-0.1.33.map.json
92
+ //# sourceMappingURL=/assets/tungsten/code-0.1.34.map.json
File without changes
@@ -96,4 +96,4 @@ function request(e,n,t){return"function"==typeof t?new e("GET",n).end(t):2==argu
96
96
  });
97
97
 
98
98
 
99
- //# sourceMappingURL=/assets/tungsten/tungsten-0.1.33.map.json
99
+ //# sourceMappingURL=/assets/tungsten/tungsten-0.1.34.map.json
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.33
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-21 00:00:00.000000000 Z
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.33.js
282
- - public/code-0.1.33.js.gz
283
- - public/code-0.1.33.map.json
284
- - public/tungsten-0.1.33.css
285
- - public/tungsten-0.1.33.css.gz
286
- - public/tungsten-0.1.33.js
287
- - public/tungsten-0.1.33.js.gz
288
- - public/tungsten-0.1.33.map.json
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