jasmine-coverage 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/jasmine/coverage/version.rb +1 -1
- metadata +3 -2
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jasmine-coverage
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -73,7 +73,7 @@ files:
|
|
73
73
|
- lib/jasmine/coverage/version.rb
|
74
74
|
- lib/jasmine/coverage.rb
|
75
75
|
- README.md
|
76
|
-
homepage:
|
76
|
+
homepage: https://github.com/firstbanco/jasmine-coverage
|
77
77
|
licenses: []
|
78
78
|
post_install_message:
|
79
79
|
rdoc_options: []
|
@@ -98,3 +98,4 @@ signing_key:
|
|
98
98
|
specification_version: 3
|
99
99
|
summary: A blend of JS unit testing and coverage
|
100
100
|
test_files: []
|
101
|
+
has_rdoc:
|