lcoveralls 0.1.0.pre.1 → 0.1.0.pre.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.
@@ -31,7 +31,7 @@ module Lcoveralls
31
31
 
32
32
  if ENV.has_key? 'TRAVIS_JOB_NUMBER' then
33
33
  options[:service] = 'travis-ci'
34
- options[:job_id] = ENV['TRAVIS_JOB_NUMBER']
34
+ options[:job_id] = ENV['TRAVIS_JOB_ID']
35
35
  end
36
36
 
37
37
  parser = ::OptionParser.new do |o|
@@ -52,7 +52,7 @@ module Lcoveralls
52
52
  root_dirs.shift[0]
53
53
  else
54
54
  root_dir = root_dirs.max_by { |key, value| value }[0]
55
- @log.warn "Found multiple possible repo roots. Settled on #{root_dir}"
55
+ @log.warn "Found multiple possible repo roots; settled on: #{root_dir}"
56
56
  root_dir
57
57
  end
58
58
  end
@@ -15,5 +15,5 @@
15
15
  #
16
16
 
17
17
  module Lcoveralls
18
- VERSION = [ 0, 1, 0, 'pre', 1 ]
18
+ VERSION = [ 0, 1, 0, 'pre', 2 ]
19
19
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lcoveralls
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.pre.1
4
+ version: 0.1.0.pre.2
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors: