mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
12 lines
No EOL
159 B
Ruby
12 lines
No EOL
159 B
Ruby
source :rubygems
|
|
gemspec
|
|
|
|
gem "haml-contrib", :path => "vendor/haml-contrib"
|
|
|
|
platform :mri do
|
|
gem "ruby-prof"
|
|
end
|
|
|
|
platform :mri_19 do
|
|
gem "simplecov"
|
|
end |