jasmine-coverage 0.3.0 → 0.3.1
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.
- checksums.yaml +8 -8
- data/README.md +2 -0
- data/lib/jasmine/coverage/version.rb +1 -1
- metadata +23 -9
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YzUzNjU1OTM3ZTQ4MjE1NjU0OWJiYjhjMTk1ZTNkZjBhZjE1ZWNhNQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YjdmZTJlMjI5MDQ2ZjM4MjUyNTIyNjNjNGZjNTkyNWRkNGEyM2Q3Zg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NzAxMjc0ZTY1ZjIxYmFiZDY5NzFhNjJiNWRiYzJlN2Y1ZGJiOTgyZTVhMzYz
|
|
10
|
+
OWEzNWU3MDM2NmQzYmY1ZjlkYzBjYjYwMzI3ZWI4YTYxYjZmODg4ZDgzYTQ3
|
|
11
|
+
Nzc2YTA5YjZiMTMzNDE2MjhhMmI5ODlmNmNkZDEyNTk4OTFmYmU=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NGM4YmNhYzI3ODMzYjg4YmMzMDU1MjgyNWEyMTJjMmU1ZjUxODlmMzJlMjI3
|
|
14
|
+
Y2Y4OTMzYTk5MDFjODMyMzY2ZDRlNGVlN2UwMjZmMThmMGIyOTIzMTY3ODVm
|
|
15
|
+
MTA5MWRlNDA3NDc1M2JhMGQwZWMyMDQwZmMzYzkzZDIzNmNjMmQ=
|
data/README.md
CHANGED
|
@@ -8,6 +8,8 @@ failing it if it falls below a configurable level.
|
|
|
8
8
|
|
|
9
9
|
Coverage is provided by the [jscoverage](http://siliconforks.com/jscoverage/manual.html) project.
|
|
10
10
|
|
|
11
|
+
Rails 4 is not yet supported.
|
|
12
|
+
|
|
11
13
|
## Installation
|
|
12
14
|
|
|
13
15
|
First, make sure you have jscoverage and qtmake installed. Qtmake is required by a gem we depend on called jasmine-headless-webkit. Eg on Linux:
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jasmine-coverage
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Harry Lascelles
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-02-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jasmine-headless-webkit-firstbanco
|
|
@@ -52,6 +52,20 @@ dependencies:
|
|
|
52
52
|
- - ! '>='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
|
+
- !ruby/object:Gem::Dependency
|
|
56
|
+
name: rails
|
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
|
58
|
+
requirements:
|
|
59
|
+
- - ~>
|
|
60
|
+
- !ruby/object:Gem::Version
|
|
61
|
+
version: '3.0'
|
|
62
|
+
type: :runtime
|
|
63
|
+
prerelease: false
|
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
65
|
+
requirements:
|
|
66
|
+
- - ~>
|
|
67
|
+
- !ruby/object:Gem::Version
|
|
68
|
+
version: '3.0'
|
|
55
69
|
description: A gem that runs jasmine javascript tests with all the goodness of coverage
|
|
56
70
|
reports.
|
|
57
71
|
email:
|
|
@@ -60,16 +74,16 @@ executables: []
|
|
|
60
74
|
extensions: []
|
|
61
75
|
extra_rdoc_files: []
|
|
62
76
|
files:
|
|
77
|
+
- README.md
|
|
78
|
+
- Rakefile
|
|
79
|
+
- lib/jasmine/coverage.rb
|
|
80
|
+
- lib/jasmine/coverage/jasmine_coverage_railtie.rb
|
|
81
|
+
- lib/jasmine/coverage/version.rb
|
|
63
82
|
- lib/tasks/base64.min.js
|
|
83
|
+
- lib/tasks/coverage_output_generator.js
|
|
64
84
|
- lib/tasks/jasmine_coverage.rake
|
|
65
85
|
- lib/tasks/jasmine_headless_coverage_patches.rb
|
|
66
86
|
- lib/tasks/jscoverage.js
|
|
67
|
-
- lib/tasks/coverage_output_generator.js
|
|
68
|
-
- lib/jasmine/coverage.rb
|
|
69
|
-
- lib/jasmine/coverage/jasmine_coverage_railtie.rb
|
|
70
|
-
- lib/jasmine/coverage/version.rb
|
|
71
|
-
- README.md
|
|
72
|
-
- Rakefile
|
|
73
87
|
homepage: https://github.com/firstbanco/jasmine-coverage
|
|
74
88
|
licenses:
|
|
75
89
|
- MIT
|
|
@@ -90,7 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
90
104
|
version: '0'
|
|
91
105
|
requirements: []
|
|
92
106
|
rubyforge_project:
|
|
93
|
-
rubygems_version: 2.1
|
|
107
|
+
rubygems_version: 2.2.1
|
|
94
108
|
signing_key:
|
|
95
109
|
specification_version: 4
|
|
96
110
|
summary: A blend of JS unit testing and coverage
|