sinatra-flash-nicer 0.3.1 → 0.3.2

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.1
1
+ 0.3.2
@@ -23,7 +23,7 @@ module Sinatra
23
23
  return "" if flash(key).empty?
24
24
  id = (key == :flash ? "flash" : "flash_#{key}")
25
25
  messages = flash(key).collect {|message| " <div class='flash #{message[0]}'>#{message[1]}</div>\n"}
26
- '<div id="outer>
26
+ '<div id="outer">
27
27
  <div id="wrapper" >
28
28
  <img id="icon" src="images/info.png" alt="icon" />
29
29
  <div id="iconshadow" style="-webkit-mask-box-image: url("images/info.png") 0 stretch"></div>
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{sinatra-flash-nicer}
8
- s.version = "0.3.1"
8
+ s.version = "0.3.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Stefano Bernardi"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 1
9
- version: 0.3.1
8
+ - 2
9
+ version: 0.3.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Stefano Bernardi