File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# [ 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 )
2
2
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
+
3
6
### [ Read the docs &rarr ; ] ( https://docs.coveralls.io/ruby-on-rails )
Original file line number Diff line number Diff line change @@ -10,10 +10,13 @@ Gem::Specification.new do |gem|
10
10
gem . homepage = "https://coveralls.io"
11
11
gem . license = "MIT"
12
12
13
+ gem . metadata [ 'homepage_uri' ] = gem . homepage
14
+ gem . metadata [ 'source_code_uri' ] = 'https://github.com/graphql-devise/coveralls-ruby'
15
+
13
16
gem . files = `git ls-files` . split ( $\)
14
17
gem . executables = gem . files . grep ( %r{^bin/} ) . map { |f | File . basename ( f ) }
15
18
gem . test_files = gem . files . grep ( %r{^(test|spec|features)/} )
16
- gem . name = "coveralls"
19
+ gem . name = "coveralls-ruby "
17
20
gem . require_paths = [ "lib" ]
18
21
gem . version = Coveralls ::VERSION
19
22
Original file line number Diff line number Diff line change 1
1
module Coveralls
2
- VERSION = "0.8.23 "
2
+ VERSION = "0.1.0 "
3
3
end
You can’t perform that action at this time.
0 commit comments