Sha256: afaff44cfd88b7df6350e97d9016bded42bc18aa541df854ed0c511aceab356f

Contents?: true

Size: 415 Bytes

Versions: 12

Compression:

Stored size: 415 Bytes

Contents

source 'https://rubygems.org'

gemspec

group :development do
  # Use local copy of simplecov in development when checked out, fetch from git otherwise
  if File.directory?(File.dirname(__FILE__) + '/../simplecov')
    gem 'simplecov', :path => File.dirname(__FILE__) + '/../simplecov'
  else
    gem 'simplecov', :git => 'https://github.com/colszowka/simplecov'
  end

  gem 'guard-bundler'
  gem 'guard-rake'
end

Version data entries

12 entries across 11 versions & 3 rubygems

Version Path
tdiary-5.0.8 vendor/bundle/gems/tdiary-5.0.7/vendor/bundle/gems/simplecov-html-0.9.0/Gemfile
tdiary-5.0.7 vendor/bundle/gems/simplecov-html-0.9.0/Gemfile
tdiary-5.0.6 vendor/bundle/gems/simplecov-html-0.9.0/Gemfile
tdiary-5.0.5 vendor/bundle/gems/simplecov-html-0.9.0/Gemfile
tdiary-5.0.5 vendor/bundle/gems/tdiary-5.0.4/vendor/bundle/gems/simplecov-html-0.9.0/Gemfile
tdiary-5.0.4 vendor/bundle/gems/simplecov-html-0.9.0/Gemfile
tdiary-5.0.2 vendor/bundle/gems/simplecov-html-0.9.0/Gemfile
tdiary-5.0.1 vendor/bundle/gems/simplecov-html-0.9.0/Gemfile
simplecov-html-0.9.0 Gemfile
simplecov-formatter-bootstrap-1.0.1 Gemfile
simplecov-formatter-bootstrap-1.0.0 Gemfile
simplecov-html-0.8.0 Gemfile