rack-wwwhisper 1.0.6 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/rack/wwwhisper.rb +4 -2
  2. metadata +3 -3
@@ -70,8 +70,10 @@ class WWWhisper
70
70
  'X-Requested-With']
71
71
  @@DEFAULT_IFRAME = \
72
72
  %Q[<iframe id="wwwhisper-iframe" src="%s" width="340" height="29"
73
- style="position:fixed; overflow:hidden; border:0px; bottom:0px;
74
- right:0px; z-index:11235; background-color:transparent;"> </iframe>
73
+ frameborder="0" scrolling="no" style="position:fixed; overflow:hidden;
74
+ border:0px; bottom:0px; right:0px; z-index:11235;
75
+ background-color:transparent;">
76
+ </iframe>
75
77
  ]
76
78
 
77
79
  # Following environment variables are recognized:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-wwwhisper
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -131,7 +131,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
131
131
  version: '0'
132
132
  segments:
133
133
  - 0
134
- hash: -1091804725487714711
134
+ hash: 3968892824815011931
135
135
  required_rubygems_version: !ruby/object:Gem::Requirement
136
136
  none: false
137
137
  requirements:
@@ -140,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
140
140
  version: '0'
141
141
  segments:
142
142
  - 0
143
- hash: -1091804725487714711
143
+ hash: 3968892824815011931
144
144
  requirements: []
145
145
  rubyforge_project:
146
146
  rubygems_version: 1.8.24