coveralls-multi 1.1.1 → 1.1.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 75a197be304f6581fe6db1313775588a8457b0a0
4
- data.tar.gz: 88c871041cd45c16407afa7c8439378f89c24432
2
+ SHA256:
3
+ metadata.gz: 61f4cc6605887257e4da0207b424bc45bd28686c6245a907eb82294a0d03d382
4
+ data.tar.gz: a392c2e6084fa880f6ca306d947e9ee47e4ed8a9e63b9b23b7fbb0952e4f4795
5
5
  SHA512:
6
- metadata.gz: '04859888f241e5c973d043fe56b0b747c2a7bae5500f9cc0196d9e41ba7d003e001b509348bdf637c34376e140bc77d6387c879ce6afbe1210f7c54cff0a3cf4'
7
- data.tar.gz: cb7713fd3876274d82e269e4396a47776e39378bb87f9f37f8899533a6ee55a26100c8c2bd95f1cf556938468bf13af09ce2fa61f633906c3ff31044ac9fca39
6
+ metadata.gz: 6a8de4206e8d13208a8c8e37ab29200cc299e59f55e3a7e778ffc334fe4beee18537d1db2ed46628aceb144288dbc7d7c1f8d686f8421ba0b229ddadbf8044aa
7
+ data.tar.gz: 8b59b47d986a7e76930430a7f08d035a05aa743428e7f0d61af04a6495a3e9eab8d5e513b9c1ad1b2b67de2eac21156d7a61d55b8fcf9ee9a551bcba79976dfe
data/.gitignore CHANGED
@@ -11,3 +11,7 @@
11
11
 
12
12
  # rspec failure tracking
13
13
  .rspec_status
14
+
15
+ # Exclude Gemfile.lock, because it should not be checked into / included in
16
+ # built gems
17
+ /Gemfile.lock
data/bin/test CHANGED
File without changes
@@ -16,14 +16,16 @@ module CoverallsMulti
16
16
 
17
17
  source_files = []
18
18
  begin
19
- file['RSpec']['coverage'].each do |filename, coverage|
20
- properties = {}
19
+ file.keys.each do |test_suite_key|
20
+ file[test_suite_key]['coverage'].each do |filename, coverage|
21
+ properties = {}
21
22
 
22
- properties['source'] = File.open(filename, 'rb:utf-8').read
23
- properties['name'] = format_short_filename(filename)
24
- properties['coverage'] = coverage
23
+ properties['source'] = File.open(filename, 'rb:utf-8').read
24
+ properties['name'] = format_short_filename(filename)
25
+ properties['coverage'] = coverage
25
26
 
26
- source_files << properties
27
+ source_files << properties
28
+ end
27
29
  end
28
30
  rescue StandardError => e
29
31
  raise e, "There was a problem formatting the simplecov report at #{file_path}"
@@ -1,3 +1,3 @@
1
1
  module CoverallsMulti
2
- VERSION = '1.1.1'.freeze
2
+ VERSION = '1.1.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coveralls-multi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - CJ Horton
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-06 00:00:00.000000000 Z
11
+ date: 2018-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: coveralls
@@ -123,7 +123,6 @@ files:
123
123
  - ".travis.yml"
124
124
  - CODE_OF_CONDUCT.md
125
125
  - Gemfile
126
- - Gemfile.lock
127
126
  - LICENSE.txt
128
127
  - README.md
129
128
  - Rakefile
@@ -161,7 +160,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
161
160
  version: '0'
162
161
  requirements: []
163
162
  rubyforge_project:
164
- rubygems_version: 2.5.2
163
+ rubygems_version: 2.7.6
165
164
  signing_key:
166
165
  specification_version: 4
167
166
  summary: Coveralls client for multi-language repos.
@@ -1,62 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- coveralls-multi (1.0.1)
5
- coveralls (~> 0.8.21)
6
- coveralls-lcov (~> 1.5.1)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- coderay (1.1.2)
12
- coveralls (0.8.21)
13
- json (>= 1.8, < 3)
14
- simplecov (~> 0.14.1)
15
- term-ansicolor (~> 1.3)
16
- thor (~> 0.19.4)
17
- tins (~> 1.6)
18
- coveralls-lcov (1.5.1)
19
- diff-lcs (1.3)
20
- docile (1.1.5)
21
- json (2.1.0)
22
- method_source (0.9.0)
23
- pry (0.11.3)
24
- coderay (~> 1.1.0)
25
- method_source (~> 0.9.0)
26
- rake (10.5.0)
27
- rspec (3.7.0)
28
- rspec-core (~> 3.7.0)
29
- rspec-expectations (~> 3.7.0)
30
- rspec-mocks (~> 3.7.0)
31
- rspec-core (3.7.1)
32
- rspec-support (~> 3.7.0)
33
- rspec-expectations (3.7.0)
34
- diff-lcs (>= 1.2.0, < 2.0)
35
- rspec-support (~> 3.7.0)
36
- rspec-mocks (3.7.0)
37
- diff-lcs (>= 1.2.0, < 2.0)
38
- rspec-support (~> 3.7.0)
39
- rspec-support (3.7.1)
40
- simplecov (0.14.1)
41
- docile (~> 1.1.0)
42
- json (>= 1.8, < 3)
43
- simplecov-html (~> 0.10.0)
44
- simplecov-html (0.10.2)
45
- term-ansicolor (1.6.0)
46
- tins (~> 1.0)
47
- thor (0.19.4)
48
- tins (1.16.3)
49
-
50
- PLATFORMS
51
- ruby
52
-
53
- DEPENDENCIES
54
- bundler (~> 1.16)
55
- coveralls-multi!
56
- pry (~> 0.11.3)
57
- rake (~> 10.0)
58
- rspec (~> 3.0)
59
- simplecov (~> 0.14.1)
60
-
61
- BUNDLED WITH
62
- 1.16.1