Skip to content

Commit e8320c7

Browse files
committed
Change source_code location on gemspec
1 parent 2fe7b35 commit e8320c7

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# [Coveralls](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)
22

3+
This gem is used as a development dependency for [graphql_devise](https://github.com/graphql-devise/graphql_devise).
4+
We simply added what we needed as the official gem is not maintained anymore.
5+
36
### [Read the docs →](https://docs.coveralls.io/ruby-on-rails)

coveralls-ruby.gemspec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@ Gem::Specification.new do |gem|
1010
gem.homepage = "https://coveralls.io"
1111
gem.license = "MIT"
1212

13+
gem.metadata['homepage_uri'] = gem.homepage
14+
gem.metadata['source_code_uri'] = 'https://github.com/graphql-devise/coveralls-ruby'
15+
1316
gem.files = `git ls-files`.split($\)
1417
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
1518
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
16-
gem.name = "coveralls"
19+
gem.name = "coveralls-ruby"
1720
gem.require_paths = ["lib"]
1821
gem.version = Coveralls::VERSION
1922

lib/coveralls/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Coveralls
2-
VERSION = "0.8.23"
2+
VERSION = "0.1.0"
33
end

0 commit comments

Comments
 (0)