Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Include codecov/version in the gem #118

Merged
merged 1 commit into from
Dec 22, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion codecov.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.summary = 'Hosted code coverage'
s.description = 'Hosted code coverage Ruby reporter.'
s.email = ['hello@codecov.io']
s.files = ['lib/codecov.rb']
s.files = ['lib/codecov.rb', 'lib/codecov/version.rb']
s.homepage = 'https://github.com/codecov/codecov-ruby'
s.license = 'MIT'
s.platform = Gem::Platform::RUBY
Expand Down