simplecov-cobertura 1.4.1 → 1.4.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e4a11c2c152ba855cb63e6df239c4a184bda9da9a2ead876fbc27d39e66b7f77
4
- data.tar.gz: 74a55b1d64b191ac6fc09c0fd5850bf3808515deb0a854a26c1227f979350d21
3
+ metadata.gz: 17f485d57f75e4ffb86132662c75714f039b493fb03cab4fa1875fe1dd01fd32
4
+ data.tar.gz: 5d6b51cfcc1bbe0dec7f8ac0a9a051c9e67064b185b280725bc101667f42ebd7
5
5
  SHA512:
6
- metadata.gz: 9875b3bd65b54edccde1c463a2fc60ba72d5b43096a4b0a83b2daa2ed62396b1ef21b13609aa2a0ed4ecbe2cb1c895be022b09deb6e614f4b050b62cac920ea9
7
- data.tar.gz: 1d3cd10afc26cb1a5564b7c7d570bb38b940a2609945d40009fba9f15de9c10be86cd3ed86bbcc9fafcb3d42bfbeb3299db2fa7928f9ee3e8b9e3d9d3a6c311a
6
+ metadata.gz: 996338e8d5fb7ea79e3f912e8734e0ae0795ff3ffe41bf1e00ef722f4ff50b423d8a2e95d3bf7e7cfd18179785d5dcd5bdb4318ed5f91bb912b10341c5b91d78
7
+ data.tar.gz: 98adbf973e7c454ac7645556cbf1e83b3c50b9071523e5c536fbdad86f53eb48afbdbcde6212f9e699a692bce226a19b094a0e8823348f2fc0a49f4032150c24
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # simplecov-cobertura
2
- [![Build Status](https://travis-ci.org/dashingrocket/simplecov-cobertura.svg?branch=master)](https://travis-ci.org/dashingrocket/simplecov-cobertura) [![Gem Version](https://badge.fury.io/rb/simplecov-cobertura.svg)](http://badge.fury.io/rb/simplecov-cobertura) [![Downloads](http://ruby-gem-downloads-badge.herokuapp.com/simplecov-cobertura?type=total)](https://rubygems.org/gems/simplecov-cobertura)
2
+ [![Build Status](https://travis-ci.com/dashingrocket/simplecov-cobertura.svg?branch=master)](https://travis-ci.com/dashingrocket/simplecov-cobertura) [![Gem Version](https://badge.fury.io/rb/simplecov-cobertura.svg)](http://badge.fury.io/rb/simplecov-cobertura) [![Downloads](http://ruby-gem-downloads-badge.herokuapp.com/simplecov-cobertura?type=total)](https://rubygems.org/gems/simplecov-cobertura)
3
3
 
4
4
  Produces [Cobertura](http://cobertura.sourceforge.net/) formatted XML from [SimpleCov](https://github.com/colszowka/simplecov).
5
5
 
@@ -53,6 +53,8 @@ Tested in a CI environment against the following Ruby versions:
53
53
  * Denis <Zaratan> Pasin
54
54
  * Jesper Rønn-Jensen
55
55
  * Pramod Shinde
56
+ * Magnus Bergmark
57
+ * Peter Leitzen
56
58
 
57
59
  ## Contributing
58
60
 
@@ -1,7 +1,7 @@
1
1
  module SimpleCov
2
2
  module Formatter
3
3
  class CoberturaFormatter
4
- VERSION = '1.4.1'
4
+ VERSION = '1.4.2'
5
5
  end
6
6
  end
7
7
  end
@@ -7,9 +7,8 @@ require 'simplecov'
7
7
  require 'simplecov-cobertura'
8
8
 
9
9
  class CoberturaFormatterTest < Test::Unit::TestCase
10
-
11
10
  def setup
12
- @result = SimpleCov::Result.new("#{__FILE__}" => [1,2])
11
+ @result = SimpleCov::Result.new({ "#{__FILE__}" => [1,2] })
13
12
  @formatter = SimpleCov::Formatter::CoberturaFormatter.new
14
13
  end
15
14
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplecov-cobertura
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jesse Bowes
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-28 00:00:00.000000000 Z
11
+ date: 2020-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: test-unit