coveralls_reborn 0.8.21 → 0.9.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: faf0367372574316962680396f8887a3bf696c53
4
- data.tar.gz: ae7afd82eba1be85f5179af8ddc56faffcda22b7
3
+ metadata.gz: e8a2382688150917f88dd65c6dbfe10bc8493d96
4
+ data.tar.gz: cac2d0782c26a3c024a4669348a1ac7f349fa1a5
5
5
  SHA512:
6
- metadata.gz: 99ff17dc5ecc488ecb7402bae132845fa4a7b13cbbc3850384e578600acdee97a9537e8fdf38e922a226435c1fd8666e259cc6da84f7acb86eb3e2a472b68765
7
- data.tar.gz: 1763c562149c9d0f77bf7ed4bf1427de546addf3ff42935f860258a96aa15d15d06951e410b3f0b0c5a37e821dd91bd9590c312f80e54349f15f67f27ef24755
6
+ metadata.gz: 2153cfea1a78341b8a885372824eb86a3c4c65b651a99bed8c32d70c23dbe6d1dc50eac20cfabdb77190aa4016a652eb2b316a016c965503c4d3e6516bd00227
7
+ data.tar.gz: 978e7712cc5f2979bdd9b75424fc18326fc7693b5ea50b0863acf1e5bd672994df24cf0e732a312d68bc4dbd9e75e78a1ce28fbd691111cc4b8a455e0f919cc3
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
- # [Coveralls Reborn](http://coveralls.io) for Ruby [![Test Coverage](https://coveralls.io/repos/lemurheavy/coveralls-ruby/badge.svg?branch=master)](https://coveralls.io/r/lemurheavy/coveralls-ruby) [![Build Status](https://secure.travis-ci.org/lemurheavy/coveralls-ruby.svg?branch=master)](https://travis-ci.org/lemurheavy/coveralls-ruby) [![Gem Version](https://badge.fury.io/rb/coveralls.svg)](http://badge.fury.io/rb/coveralls)
1
+ # [Coveralls Reborn](http://coveralls.io) for Ruby [![Test Coverage](https://coveralls.io/repos/tagliala/coveralls-ruby-reborn/badge.svg?branch=master)](https://coveralls.io/r/tagliala/coveralls-ruby-reborn) [![Build Status](https://secure.travis-ci.org/tagliala/coveralls-ruby-reborn.svg?branch=master)](https://travis-ci.org/tagliala/coveralls-ruby-reborn) [![Gem Version](https://badge.fury.io/rb/coveralls.svg)](http://badge.fury.io/rb/coveralls)
2
2
 
3
3
  ### [Read the docs →](https://coveralls.zendesk.com/hc/en-us/articles/201769485-Ruby-Rails)
4
4
 
5
- An up-to-date fork of (lemurheavy/coveralls-ruby)[https://github.com/lemurheavy/coveralls-ruby]
5
+ An up-to-date fork of [lemurheavy/coveralls-ruby](https://github.com/lemurheavy/coveralls-ruby)
@@ -7,7 +7,7 @@ module Coveralls
7
7
  def push
8
8
  return unless ensure_can_run_locally!
9
9
  ENV["COVERALLS_RUN_LOCALLY"] = "true"
10
- cmds = "bundle exec rake"
10
+ cmds = ["bundle exec rake"]
11
11
  if File.exist?('.travis.yml')
12
12
  cmds = YAML.load_file('.travis.yml')["script"] || cmds rescue cmds
13
13
  end
@@ -1,3 +1,3 @@
1
1
  module Coveralls
2
- VERSION = "0.8.21"
2
+ VERSION = "0.9.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coveralls_reborn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.21
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Geremia Taglialatela