flail 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- flail (0.0.4)
4
+ flail (0.0.5)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
@@ -43,7 +43,7 @@ class Flail
43
43
  info = {}
44
44
 
45
45
  # rack env
46
- info[:rack] = @env.except('flail.request', 'flail.request.data')
46
+ info[:rack] = @env.except('flail.request', 'flail.request.data', 'rack.errors', 'rack.input')
47
47
  info[:class_name] = @exception.class.to_s # @exception class
48
48
  info[:message] = @exception.to_s # error message
49
49
  info[:trace] = @exception.backtrace # backtrace of error
data/lib/flail/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class Flail
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flail
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: