mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
3331eae11b
They're only needed when generating docs, so no need to load them all the time. This also lets us more easily test situations where the Maruku filter is not defined or its dependencies are unavailable.
15 lines
No EOL
167 B
Ruby
15 lines
No EOL
167 B
Ruby
source :rubygems
|
|
gemspec
|
|
|
|
group :docs do
|
|
gem "yard", "~> 0.8.0"
|
|
gem "maruku"
|
|
end
|
|
|
|
platform :mri do
|
|
gem "ruby-prof"
|
|
end
|
|
|
|
platform :mri_19 do
|
|
gem "simplecov"
|
|
end |