This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
haml--haml
Watch
1
Star
0
Fork
You've already forked haml--haml
0
mirror of
https://github.com/haml/haml.git
synced
2022-11-09 12:33:31 -05:00
Code
Releases
Activity
6ee73375f0
haml--haml
/
Gemfile
10 lines
107 B
Text
Raw
Normal View
History
Unescape
Escape
Use Bundler. Move all test setup to one file.
2012-04-27 11:25:40 -04:00
source :rubygems
Don't force JRuby to install ruby-prof
2012-04-30 12:53:14 -04:00
gemspec
platform :mri do
gem "ruby-prof"
Added Simplecov
2012-05-22 15:03:27 -04:00
end
platform :mri_19 do
gem "simplecov"
Tilt-based filters now working, WIP
2012-05-21 15:08:19 -04:00
end
Copy permalink