mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 17:28:29 -05:00
6 lines
103 B
Ruby
6 lines
103 B
Ruby
source 'https://rubygems.org'
|
|
gemspec
|
|
|
|
if RUBY_VERSION > '1.9'
|
|
gem 'coveralls', :require => false
|
|
end |