simplecov-parallel 0.1.2 → 0.2.0
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/.rubocop.yml +4 -0
- data/CHANGELOG.md +4 -0
- data/Gemfile +0 -4
- data/README.md +0 -3
- data/fixtures/Gemfile +0 -3
- data/lib/simplecov/parallel/version.rb +2 -2
- data/simplecov-parallel.gemspec +3 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b95a2bd0ff91d28efabb1a19de542ae7b10ee103
|
|
4
|
+
data.tar.gz: 1ea1b23f9868c17cb16dfb35fedc696957c89f35
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: db6acf55829fc46ace59cf4bc749009bca9d231684ff36b5d9665d19342d2d78ed101ed60ba2dd867cf8ea62f35297a680ada5fc2035a67c9d75a649f2c8c911
|
|
7
|
+
data.tar.gz: ac79ba6164a3741bbdd32b9c66eef4ad87fc1350715787c4e1892d90fd55ee17594c61b30ab65dc800e65aea97aaf03cb594d23474649b2f74a49ce2bacc8473
|
data/.rubocop.yml
CHANGED
data/CHANGELOG.md
CHANGED
data/Gemfile
CHANGED
|
@@ -2,10 +2,6 @@ source 'https://rubygems.org'
|
|
|
2
2
|
|
|
3
3
|
gemspec
|
|
4
4
|
|
|
5
|
-
# simplecov 0.12.0 has a bug in result merger and the bugfix is not yet released.
|
|
6
|
-
# https://github.com/colszowka/simplecov/pull/513
|
|
7
|
-
gem 'simplecov', github: 'colszowka/simplecov'
|
|
8
|
-
|
|
9
5
|
group :development, :test do
|
|
10
6
|
gem 'rake', '~> 11.0'
|
|
11
7
|
gem 'rspec', '~> 3.5'
|
data/README.md
CHANGED
|
@@ -14,9 +14,6 @@ Currently only [CircleCI parallelism](https://circleci.com/docs/parallelism/) is
|
|
|
14
14
|
Add these lines to your application's Gemfile:
|
|
15
15
|
|
|
16
16
|
```ruby
|
|
17
|
-
# simplecov 0.12.0 has a bug in result merger and the bugfix is not yet released.
|
|
18
|
-
# https://github.com/colszowka/simplecov/pull/513
|
|
19
|
-
gem 'simplecov', github: 'colszowka/simplecov'
|
|
20
17
|
gem 'simplecov-parallel'
|
|
21
18
|
```
|
|
22
19
|
|
data/fixtures/Gemfile
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
source 'https://rubygems.org'
|
|
2
2
|
|
|
3
3
|
gem 'rspec', '~> 3.5'
|
|
4
|
-
# simplecov 0.12.0 has a bug in result merger and the bugfix is not yet released.
|
|
5
|
-
# https://github.com/colszowka/simplecov/pull/513
|
|
6
|
-
gem 'simplecov', github: 'colszowka/simplecov'
|
|
7
4
|
gem 'simplecov-parallel', path: '..'
|
data/simplecov-parallel.gemspec
CHANGED
|
@@ -20,7 +20,9 @@ Gem::Specification.new do |spec|
|
|
|
20
20
|
spec.require_paths = ['lib']
|
|
21
21
|
|
|
22
22
|
spec.add_runtime_dependency 'circleci-parallel', '~> 0.4'
|
|
23
|
-
|
|
23
|
+
# simplecov 0.12.0 has a bug in result merger.
|
|
24
|
+
# https://github.com/colszowka/simplecov/pull/513
|
|
25
|
+
spec.add_runtime_dependency 'simplecov', '~> 0.13'
|
|
24
26
|
|
|
25
27
|
spec.add_development_dependency 'bundler', '~> 1.12'
|
|
26
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: simplecov-parallel
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yuji Nakayama
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-02-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: circleci-parallel
|
|
@@ -30,14 +30,14 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '0.
|
|
33
|
+
version: '0.13'
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '0.
|
|
40
|
+
version: '0.13'
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: bundler
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -115,7 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
115
115
|
version: '0'
|
|
116
116
|
requirements: []
|
|
117
117
|
rubyforge_project:
|
|
118
|
-
rubygems_version: 2.6.
|
|
118
|
+
rubygems_version: 2.6.8
|
|
119
119
|
signing_key:
|
|
120
120
|
specification_version: 4
|
|
121
121
|
summary: SimpleCov extension for parallelism support
|