mirror of
https://github.com/ditkrg/simplecov-json.git
synced 2026-01-25 07:16:43 +00:00
Initial commit
This commit is contained in:
13
Gemfile
Normal file
13
Gemfile
Normal file
@@ -0,0 +1,13 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
gemspec
|
||||
|
||||
group :development do
|
||||
gem "mocha", :require => false
|
||||
# Use local copy of simplecov in development when checked out or fetch from git
|
||||
if File.directory?(File.dirname(__FILE__) + '/../simplecov')
|
||||
gem 'simplecov', :path => File.dirname(__FILE__) + '/../simplecov'
|
||||
else
|
||||
gem 'simplecov', :git => 'https://github.com/colszowka/simplecov'
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user