Skip to content

Commit 5d5d9b6

Browse files
authored
Merge pull request #155 from varyonic/git-merge-fixes
Finish removing coveralls
2 parents 4d4936c + 3ee31b4 commit 5d5d9b6

File tree

7 files changed

+2
-19
lines changed

7 files changed

+2
-19
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ Gemfile.lock
22
.ruby-*
33
.idea
44
gemfiles/*.lock
5+
/coverage/

.simplecov

-14
This file was deleted.

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source 'https://rubygems.org'
2-
gem 'coveralls', require: false
2+
33
gemspec

gemfiles/rails_42.gemfile

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
source "https://rubygems.org"
44

5-
gem "coveralls", require: false
65
gem "rails", "4.2.6"
76

87
gemspec path: "../"

gemfiles/rails_50.gemfile

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
source "https://rubygems.org"
44

5-
gem "coveralls", require: false
65
gem "rails", "~> 5.0", ">= 5.0.3"
76

87
gemspec path: "../"

gemfiles/rails_51.gemfile

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
source "https://rubygems.org"
44

5-
gem "coveralls", require: false
65
gem "rails", "~> 5.1", ">= 5.1.1"
76

87
gemspec path: "../"

gemfiles/rails_52.gemfile

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
source "https://rubygems.org"
44

5-
gem "coveralls", require: false
65
gem "rails", "~> 5.2.0.beta2"
76

87
gemspec path: "../"

0 commit comments

Comments
 (0)