File tree Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 2
2
3
3
source "https://rubygems.org"
4
4
5
- # Uncomment this to use local copy of simplecov-html in development when checked out
6
- gem "simplecov-html" , path : File . dirname ( __FILE__ ) + "/../simplecov-html"
7
-
8
- # Uncomment this to use development version of html formatter from github
9
- # gem "simplecov-html", github: "simplecov-ruby/simplecov-html"
5
+ case ENV [ "SIMPLECOV_HTML_MODE" ]
6
+ when "local"
7
+ # Use local copy of simplecov-html in development when checked out
8
+ gem "simplecov-html" , path : File . dirname ( __FILE__ ) + "/../simplecov-html"
9
+ when "github"
10
+ # Use development version of html formatter from github
11
+ gem "simplecov-html" , github : "simplecov-ruby/simplecov-html"
12
+ end
10
13
11
14
group :development do
12
15
gem "apparition" , "~> 0.6.0"
Original file line number Diff line number Diff line change 5
5
docile (~> 1.1 )
6
6
simplecov-html (~> 0.11 )
7
7
8
- PATH
9
- remote: ../simplecov-html
10
- specs:
11
- simplecov-html (0.12.2 )
12
-
13
8
GEM
14
9
remote: https://rubygems.org/
15
10
specs:
141
136
rubocop-ast (0.3.0 )
142
137
parser (>= 2.7.1.4 )
143
138
ruby-progressbar (1.10.1 )
139
+ simplecov-html (0.12.2 )
144
140
spoon (0.0.6 )
145
141
ffi
146
142
sys-uname (1.2.1 )
@@ -178,7 +174,6 @@ DEPENDENCIES
178
174
rspec (~> 3.2 )
179
175
rubocop
180
176
simplecov !
181
- simplecov-html !
182
177
test-unit
183
178
184
179
BUNDLED WITH
You can’t perform that action at this time.
0 commit comments