qunit-rails 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.
@@ -1,11 +1,11 @@
1
1
  /**
2
- * QUnit v1.9.0 - A JavaScript Unit Testing Framework
2
+ * QUnit v1.11.0 - A JavaScript Unit Testing Framework
3
3
  *
4
- * http://docs.jquery.com/QUnit
4
+ * http://qunitjs.com
5
5
  *
6
- * Copyright (c) 2012 John Resig, Jörn Zaefferer
7
- * Dual licensed under the MIT (MIT-LICENSE.txt)
8
- * or GPL (GPL-LICENSE.txt) licenses.
6
+ * Copyright 2012 jQuery Foundation and other contributors
7
+ * Released under the MIT license.
8
+ * http://jquery.org/license
9
9
  */
10
10
 
11
11
  /** Font Family and Sizes */
@@ -20,7 +20,7 @@
20
20
 
21
21
  /** Resets */
22
22
 
23
- #qunit-tests, #qunit-tests ol, #qunit-header, #qunit-banner, #qunit-userAgent, #qunit-testresult {
23
+ #qunit-tests, #qunit-header, #qunit-banner, #qunit-userAgent, #qunit-testresult, #qunit-modulefilter {
24
24
  margin: 0;
25
25
  padding: 0;
26
26
  }
@@ -67,6 +67,7 @@
67
67
  padding: 0.5em 0 0.5em 2em;
68
68
  color: #5E740B;
69
69
  background-color: #eee;
70
+ overflow: hidden;
70
71
  }
71
72
 
72
73
  #qunit-userAgent {
@@ -76,6 +77,9 @@
76
77
  text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 1px;
77
78
  }
78
79
 
80
+ #qunit-modulefilter-container {
81
+ float: right;
82
+ }
79
83
 
80
84
  /** Tests: Pass/Fail */
81
85
 
@@ -107,7 +111,12 @@
107
111
  color: #000;
108
112
  }
109
113
 
110
- #qunit-tests ol {
114
+ #qunit-tests li .runtime {
115
+ float: right;
116
+ font-size: smaller;
117
+ }
118
+
119
+ .qunit-assert-list {
111
120
  margin-top: 0.5em;
112
121
  padding: 0.5em;
113
122
 
@@ -118,6 +127,10 @@
118
127
  -webkit-border-radius: 5px;
119
128
  }
120
129
 
130
+ .qunit-collapsed {
131
+ display: none;
132
+ }
133
+
121
134
  #qunit-tests table {
122
135
  border-collapse: collapse;
123
136
  margin-top: .2em;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qunit-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,14 +9,14 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-05 00:00:00.000000000 Z
12
+ date: 2013-01-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
- - - ~>
19
+ - - ! '>='
20
20
  - !ruby/object:Gem::Version
21
21
  version: 3.2.3
22
22
  type: :runtime
@@ -24,20 +24,24 @@ dependencies:
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  none: false
26
26
  requirements:
27
- - - ~>
27
+ - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
29
  version: 3.2.3
30
- description: QUnit for Rails 3.2+
30
+ description: Qunit for Rails 3.2+
31
31
  email:
32
32
  - lrodriguezsanc@gmail.com
33
33
  executables: []
34
34
  extensions: []
35
- extra_rdoc_files: []
35
+ extra_rdoc_files:
36
+ - CHANGELOG.md
37
+ - LICENSE.md
38
+ - README.md
36
39
  files:
37
40
  - .gitignore
41
+ - CHANGELOG.md
38
42
  - Gemfile
39
43
  - Gemfile.lock
40
- - MIT-LICENSE
44
+ - LICENSE.md
41
45
  - README.md
42
46
  - Rakefile
43
47
  - app/controllers/qunit/rails/test_controller.rb
@@ -45,19 +49,19 @@ files:
45
49
  - config/initializers/qunit-rails.rb
46
50
  - config/routes.rb
47
51
  - lib/generators/qunit/install_generator.rb
52
+ - lib/generators/templates/test_helper.coffee
48
53
  - lib/generators/templates/test_helper.css
49
54
  - lib/generators/templates/test_helper.js
50
- - lib/generators/templates/test_helper.js.coffee
51
55
  - lib/qunit-rails.rb
52
56
  - lib/qunit/rails/engine.rb
53
- - lib/qunit/rails/version.rb
54
57
  - qunit-rails.gemspec
55
58
  - vendor/assets/javascripts/qunit.js
56
59
  - vendor/assets/stylesheets/qunit.css
57
60
  homepage: https://github.com/frodsan/qunit-rails
58
61
  licenses: []
59
62
  post_install_message:
60
- rdoc_options: []
63
+ rdoc_options:
64
+ - --charset=UTF-8
61
65
  require_paths:
62
66
  - lib
63
67
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -65,7 +69,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
65
69
  requirements:
66
70
  - - ! '>='
67
71
  - !ruby/object:Gem::Version
68
- version: '0'
72
+ version: 1.9.2
69
73
  required_rubygems_version: !ruby/object:Gem::Requirement
70
74
  none: false
71
75
  requirements:
@@ -79,4 +83,3 @@ signing_key:
79
83
  specification_version: 3
80
84
  summary: Qunit for Rails 3.2+
81
85
  test_files: []
82
- has_rdoc:
@@ -1,5 +0,0 @@
1
- module Qunit
2
- module Rails
3
- VERSION = '0.0.2'
4
- end
5
- end