rack-flash2 0.0.2 → 0.0.3

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.
Files changed (2) hide show
  1. data/lib/rack/flash.rb +1 -1
  2. metadata +2 -2
data/lib/rack/flash.rb CHANGED
@@ -63,7 +63,7 @@ module Rack
63
63
  # Hide the underlying :__FLASH__ session key and only expose values stored
64
64
  # in the flash.
65
65
  def inspect
66
- '#<FlashHash @values=%s>' % [values.inspect, cache.inspect]
66
+ '#<FlashHash @values=%s>' % [values.inspect]
67
67
  end
68
68
 
69
69
  # Human readable for logging.
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Adrien Husson