DotCoverRakeTask 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +5 -13
  2. data/lib/DotCoverRakeTask.rb +2 -1
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- NTdkOTgwNzQzYzY3OWMzZGQ4MTY1NzI5NGRkMjBlYzNmNTRkMGEyMQ==
5
- data.tar.gz: !binary |-
6
- ZTA3NzZmZGZhOTAxOGY5NjUxZTRmODdkYTJmYmI5OTFhZDMxMWZiMA==
2
+ SHA1:
3
+ metadata.gz: ee1563f026546e43b66159d0367de3167acc60c0
4
+ data.tar.gz: b67c9cc73d6a87685b0d592dde5df63ecad6f801
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- ZmY4M2NhMjRkOGIyMDdlMzE4Y2Q5OTJmYWNiZTgxYjczZWM5YzhkYmFlNTM5
10
- ODJlOTk4M2I3ODJkYzk5MzI3NWNkY2Q1MTI2MTc0MzRkNjg5MmJmZTAyMjQx
11
- NThmYzljYmNkNmU0NjVmODQ2MzgzZTA2YmViMzZkNTRiM2ZmOWE=
12
- data.tar.gz: !binary |-
13
- NTU1NDA1ODZlMTFmYWNhODUyMzE0MDc1NzlmNTAzYjkzOGQ4ZDFmNWViNmZk
14
- YTc2MzgyN2Q0NmU1MTY2MTI1YzQ1ODRiYWM2YTg0NjE0ODI2NDlmMjIyYjk5
15
- OWFjNzBiMDk2MDExZTU0NzNhMjg4MTFmY2MzNjVjYjcwNjRmOGQ=
6
+ metadata.gz: dabe2e4abc2151fabd50b9fd73a49764fd71bcc7042ba2501044dbb249e1b139b3efec83d8591491f5a1e6c7f203150c391d875d2380f4c6dec0c1d53697700d
7
+ data.tar.gz: bf974cb050021e5512a4d3df719844a74b27ca9ebede19179a542eaf756ad0e6b65d5b701273fca983372ebfca04d10928c083bc20963ae99d0e2558c0719aca
@@ -16,7 +16,7 @@ class DotCoverWrapper
16
16
  @block.call(configuration)
17
17
  nunit_command_line_args = "#{configuration.nunit_assemblies.join(' ')} #{configuration.nunit_parameters.join(' ')}"
18
18
 
19
- output = `#{configuration.executable} analyse /TargetExecutable=#{configuration.nunit_executable} /TargetArguments="#{nunit_command_line_args}" /Output=#{configuration.output} /Filters=#{configuration.filters}`
19
+ output = `#{configuration.executable} analyse /TargetExecutable=#{configuration.nunit_executable} /TargetArguments="#{nunit_command_line_args}" /Output=#{configuration.output} /Filters=#{configuration.filters} /ReportType=#{configuration.report_type}`
20
20
 
21
21
  puts output
22
22
  end
@@ -28,5 +28,6 @@ class DotCoverConfiguration
28
28
  :executable,
29
29
  :nunit_executable,
30
30
  :output,
31
+ :report_type,
31
32
  :filters
32
33
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: DotCoverRakeTask
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - iainjmitchell
@@ -28,17 +28,17 @@ require_paths:
28
28
  - lib
29
29
  required_ruby_version: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ! '>='
31
+ - - '>='
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  required_rubygems_version: !ruby/object:Gem::Requirement
35
35
  requirements:
36
- - - ! '>='
36
+ - - '>='
37
37
  - !ruby/object:Gem::Version
38
38
  version: '0'
39
39
  requirements: []
40
40
  rubyforge_project:
41
- rubygems_version: 2.2.2
41
+ rubygems_version: 2.0.14
42
42
  signing_key:
43
43
  specification_version: 4
44
44
  summary: DotCover Rake Task