Sha256: 16b5d1fd46f17a360106b27a36f154029049a71c2d2748c9b5325a1f48baedfc

Contents?: true

Size: 669 Bytes

Versions: 45

Compression:

Stored size: 669 Bytes

Contents

source "https://rubygems.org"

gemspec

if RUBY_VERSION == "1.8.7"
  gem "rake", "~> 10.5"
else
  gem "rake", ">= 11"
end

# 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

platforms :ruby_18, :ruby_19 do
  gem "json", "~> 1.8"
end

platforms :ruby_18, :ruby_19, :ruby_20, :ruby_21 do
  gem "rack", "~> 1.6"
end

group :test do
  gem "minitest"
end

group :development do
  gem "rubocop"
  gem "sass"
  gem "sprockets"
end

Version data entries

45 entries across 33 versions & 5 rubygems

Version Path
tdiary-5.2.4 vendor/bundle/ruby/3.1.0/gems/simplecov-html-0.10.2/Gemfile
tdiary-5.2.3 vendor/bundle/ruby/3.1.0/gems/simplecov-html-0.10.2/Gemfile
tdiary-5.2.2 vendor/bundle/ruby/3.1.0/gems/simplecov-html-0.10.2/Gemfile
tdiary-5.2.1 vendor/bundle/ruby/3.1.0/gems/simplecov-html-0.10.2/Gemfile
tdiary-5.2.0 vendor/bundle/ruby/3.0.0/gems/simplecov-html-0.10.2/Gemfile
tdiary-5.2.0 vendor/bundle/ruby/2.7.0/gems/simplecov-html-0.10.2/Gemfile
tdiary-5.1.7 vendor/bundle/ruby/2.7.0/gems/simplecov-html-0.10.2/Gemfile
tdiary-5.1.7 vendor/bundle/ruby/3.0.0/gems/simplecov-html-0.10.2/Gemfile
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tdiary-5.1.5/vendor/bundle/ruby/3.0.0/gems/simplecov-html-0.10.2/Gemfile
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tdiary-5.1.5/vendor/bundle/ruby/3.0.0/gems/tdiary-5.1.4/vendor/bundle/ruby/2.7.0/gems/simplecov-html-0.10.2/Gemfile
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/simplecov-html-0.10.2/Gemfile
tdiary-5.1.6 vendor/bundle/ruby/3.0.0/gems/simplecov-html-0.10.2/Gemfile
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tdiary-5.1.5/vendor/bundle/ruby/2.7.0/gems/simplecov-html-0.10.2/Gemfile
tdiary-5.1.5 vendor/bundle/ruby/3.0.0/gems/tdiary-5.1.4/vendor/bundle/ruby/2.7.0/gems/simplecov-html-0.10.2/Gemfile
tdiary-5.1.5 vendor/bundle/ruby/3.0.0/gems/simplecov-html-0.10.2/Gemfile
tdiary-5.1.5 vendor/bundle/ruby/2.7.0/gems/simplecov-html-0.10.2/Gemfile
tdiary-5.1.4 vendor/bundle/ruby/2.7.0/gems/simplecov-html-0.10.2/Gemfile
grape-extra_validators-2.0.0 vendor/bundle/ruby/2.6.0/gems/simplecov-html-0.10.2/Gemfile
tdiary-5.1.3 vendor/bundle/ruby/2.7.0/gems/simplecov-html-0.10.2/Gemfile
tdiary-5.1.3 vendor/bundle/ruby/2.6.0/gems/simplecov-html-0.10.2/Gemfile