jahtml_formatter 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "jahtml_formatter"
5
- s.version = '1.0.3'
5
+ s.version = '1.0.4'
6
6
  s.platform = Gem::Platform::RUBY
7
7
  s.authors = ["Martin Westin"]
8
8
  s.email = ["martin@eimermusic.com"]
@@ -107,7 +107,7 @@ require 'erb'
107
107
 
108
108
  <div id="rspec-header">
109
109
  <div id="label">
110
- <h1>#{File.basename(`git rev-parse --show-toplevel`)}, Automated Software Test Report</h1>
110
+ <h1>#{File.basename(`git rev-parse --show-toplevel`)}, Software Test Report</h1>
111
111
  </div>
112
112
 
113
113
  <div id="summary">
@@ -199,7 +199,7 @@ EOF
199
199
 
200
200
  GLOBAL_STYLES = <<-EOF
201
201
  #rspec-header {
202
- color: #000; height: 4em; border-top: 1em solid #65C400;
202
+ color: #000; margin-bottom: 1em; border-top: 1em solid #65C400;
203
203
  }
204
204
 
205
205
  .rspec-report h1 {
@@ -207,24 +207,12 @@ EOF
207
207
  padding: 10px;
208
208
  font-family: "Lucida Grande", Helvetica, sans-serif;
209
209
  font-size: 1.8em;
210
- position: absolute;
211
210
  }
212
211
 
213
- #label {
214
- float:left;
215
- }
216
-
217
- #display-filters {
218
- float:left;
219
- padding: 28px 0 0 40%;
220
- font-family: "Lucida Grande", Helvetica, sans-serif;
221
- }
222
212
 
223
213
  #summary {
224
- float:right;
225
214
  padding: 5px 10px;
226
215
  font-family: "Lucida Grande", Helvetica, sans-serif;
227
- text-align: right;
228
216
  }
229
217
 
230
218
  #summary p {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jahtml_formatter
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: