coveralls 0.6.1 → 0.6.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.
data/README.md CHANGED
@@ -1,3 +1,3 @@
1
- # [Coveralls](http://coveralls.io) for Ruby [![Test Coverage](https://coveralls.io/repos/lemurheavy/coveralls-ruby/badge.png?branch=master)](https://coveralls.io/r/lemurheavy/coveralls-ruby) [![Build Status](https://secure.travis-ci.org/lemurheavy/coveralls-ruby.png?branch=master)](https://travis-ci.org/lemurheavy/coveralls-ruby)
1
+ # [Coveralls](http://coveralls.io) for Ruby [![Test Coverage](https://coveralls.io/repos/lemurheavy/coveralls-ruby/badge.png?branch=master)](https://coveralls.io/r/lemurheavy/coveralls-ruby) [![Build Status](https://secure.travis-ci.org/lemurheavy/coveralls-ruby.png?branch=master)](https://travis-ci.org/lemurheavy/coveralls-ruby) [![Gem Version](https://badge.fury.io/rb/coveralls.png)](http://badge.fury.io/rb/coveralls)
2
2
 
3
3
  ### [Read the docs →](https://coveralls.io/docs/ruby)
@@ -22,6 +22,8 @@ module Coveralls
22
22
  elsif ENV['CIRCLECI']
23
23
  config[:service_job_id] = ENV['CIRCLE_BUILD_NUM']
24
24
  config[:service_name] = 'circleci'
25
+ elsif ENV['SEMAPHORE']
26
+ config[:service_name] = 'semaphore'
25
27
  elsif ENV["COVERALLS_RUN_LOCALLY"] || Coveralls.testing
26
28
  config[:service_job_id] = nil
27
29
  config[:service_name] = 'coveralls-ruby'
@@ -1,3 +1,3 @@
1
1
  module Coveralls
2
- VERSION = "0.6.1"
2
+ VERSION = "0.6.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coveralls
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: