This repository was archived by the owner on Aug 28, 2024. It is now read-only.
File tree 5 files changed +25
-0
lines changed
5 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 2
2
pkg /
3
3
.
4
4
.idea
5
+ coverage
Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
gemspec
3
+
4
+ gem 'coveralls' , require : false
Original file line number Diff line number Diff line change 9
9
remote: https://rubygems.org/
10
10
specs:
11
11
ast (2.3.0 )
12
+ coveralls (0.8.21 )
13
+ json (>= 1.8 , < 3 )
14
+ simplecov (~> 0.14.1 )
15
+ term-ansicolor (~> 1.3 )
16
+ thor (~> 0.19.4 )
17
+ tins (~> 1.6 )
12
18
diff-lcs (1.3 )
19
+ docile (1.1.5 )
20
+ json (2.1.0 )
13
21
mini_portile2 (2.3.0 )
14
22
nokogiri (1.8.1 )
15
23
mini_portile2 (~> 2.3.0 )
42
50
unicode-display_width (~> 1.0 , >= 1.0.1 )
43
51
ruby-progressbar (1.9.0 )
44
52
rubygems-tasks (0.2.4 )
53
+ simplecov (0.14.1 )
54
+ docile (~> 1.1.0 )
55
+ json (>= 1.8 , < 3 )
56
+ simplecov-html (~> 0.10.0 )
57
+ simplecov-html (0.10.2 )
58
+ term-ansicolor (1.6.0 )
59
+ tins (~> 1.0 )
60
+ thor (0.19.4 )
61
+ tins (1.16.0 )
45
62
unicode-display_width (1.3.0 )
46
63
yard (0.9.12 )
47
64
48
65
PLATFORMS
49
66
ruby
50
67
51
68
DEPENDENCIES
69
+ coveralls
52
70
rspec (~> 3.7 )
53
71
rubocop (~> 0.51 )
54
72
ruby-nessus !
Original file line number Diff line number Diff line change 1
1
# Ruby-Nessus
2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/Cyberwatch/ruby-nessus.svg?branch=master )] ( https://travis-ci.org/Cyberwatch/ruby-nessus )
4
+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/Cyberwatch/ruby-nessus/badge.svg?branch=master )] ( https://coveralls.io/github/Cyberwatch/ruby-nessus?branch=master )
4
5
5
6
## Description
6
7
Original file line number Diff line number Diff line change 1
1
require 'rubygems'
2
2
require 'ruby-nessus'
3
+
4
+ require 'coveralls'
5
+ Coveralls . wear!
You can’t perform that action at this time.
0 commit comments