tungsten 0.1.29 → 0.1.30

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 28ac2facf2307d64ce31ffa136eb3a459c5927c2
4
- data.tar.gz: ecd2aa03fc678e93056843f0b9d4f495577de86d
3
+ metadata.gz: b356c8277f08fef71790d11dda47d2c84778845e
4
+ data.tar.gz: 601cdd6bd86a41c5bb82434f94b051df253bde3b
5
5
  SHA512:
6
- metadata.gz: 705244cee6947f1e3a5aae013dca50524395fe24d48f5dbe33df4b41213ed5fdd4614119f5aecb4e487095200e29d058cb2c51ad59e86994297f7f44723a0538
7
- data.tar.gz: 40cac562cfb6677d1ff6195f6a125497e083e4d719b0777ddb32a81e62fafe891eef5f0dc620ea4ca14665b8e96a42527d644a0a75074f3d40c3ec8679f002e0
6
+ metadata.gz: a72f8b7248e9306bf2c10b9ece54b7ca84cfcd85b95957829dc8edb580ff181b8f86eeccfb1e929ec1d82ba60318110f8b20a9a5c507a8d18ce541932f02d5dd
7
+ data.tar.gz: 68f020abfd7ac91bcb285d34ad6d3e3dce6af602ebafdd01fd5fde7ee26a08260c9dea3047b22ba902d82a248b7348b48ffb4bc1ce6d4d67f279abbcc031bf7f
@@ -1,5 +1,5 @@
1
1
  module Tungsten
2
- class ErrorsController < ActionController::Base
2
+ class ErrorsController < ::ApplicationController
3
3
  include Gaffe::Errors
4
4
 
5
5
  # Override 'error' layout
@@ -1,3 +1,3 @@
1
1
  module Tungsten
2
- VERSION = "0.1.29"
2
+ VERSION = "0.1.30"
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.29.map.json
92
+ //# sourceMappingURL=/assets/tungsten/code-0.1.30.map.json
@@ -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.29.map.json
99
+ //# sourceMappingURL=/assets/tungsten/tungsten-0.1.30.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.29
4
+ version: 0.1.30
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Mathis
@@ -276,14 +276,14 @@ files:
276
276
  - lib/tungsten.rb
277
277
  - lib/tungsten/helper.rb
278
278
  - lib/tungsten/version.rb
279
- - public/code-0.1.29.js
280
- - public/code-0.1.29.js.gz
281
- - public/code-0.1.29.map.json
282
- - public/tungsten-0.1.29.css
283
- - public/tungsten-0.1.29.css.gz
284
- - public/tungsten-0.1.29.js
285
- - public/tungsten-0.1.29.js.gz
286
- - public/tungsten-0.1.29.map.json
279
+ - public/code-0.1.30.js
280
+ - public/code-0.1.30.js.gz
281
+ - public/code-0.1.30.map.json
282
+ - public/tungsten-0.1.30.css
283
+ - public/tungsten-0.1.30.css.gz
284
+ - public/tungsten-0.1.30.js
285
+ - public/tungsten-0.1.30.js.gz
286
+ - public/tungsten-0.1.30.map.json
287
287
  homepage:
288
288
  licenses:
289
289
  - MIT