coverband 2.0.3.alpha → 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/changes.md +3 -0
- data/lib/coverband/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8d6a0e6c24d29f4b432cd6a514b5c1bbca2e699d
|
|
4
|
+
data.tar.gz: d2ef15b6d6b100396b265068acdf1d4d83394823
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd0b35c4a1abceebcda0791290dc71e0fc382c4980c87d09639371a2d4f048b0d79b3938b18c3facbe5e78fcf25c2f1aa8d3766eaca761dd590ecc71138410d9
|
|
7
|
+
data.tar.gz: d0104388613abebf8575d4701b8cda4ff0caaaa5f14d57c72535c7cf68d178f432ac584a7f9c700e625b724c542b78827d5964ab24573e81562bf0b5688e8dd0
|
data/changes.md
CHANGED
|
@@ -24,6 +24,9 @@ Will be the fully modern release that drops maintenance legacy support in favor
|
|
|
24
24
|
# 2.0.3
|
|
25
25
|
|
|
26
26
|
* don''t include docs in the gemfile thanks @bquorning
|
|
27
|
+
* pipeline_redis to reduce network overhead thanks @Kallin
|
|
28
|
+
* various additional benchmarks @danmayer
|
|
29
|
+
* Filter out files with no coverage thanks @kbaum
|
|
27
30
|
|
|
28
31
|
|
|
29
32
|
# Released
|
data/lib/coverband/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: coverband
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.3
|
|
4
|
+
version: 2.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dan Mayer
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-10-
|
|
11
|
+
date: 2018-10-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk
|
|
@@ -246,9 +246,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
246
246
|
version: '0'
|
|
247
247
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
248
248
|
requirements:
|
|
249
|
-
- - "
|
|
249
|
+
- - ">="
|
|
250
250
|
- !ruby/object:Gem::Version
|
|
251
|
-
version:
|
|
251
|
+
version: '0'
|
|
252
252
|
requirements: []
|
|
253
253
|
rubyforge_project:
|
|
254
254
|
rubygems_version: 2.5.1
|