1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
Commit graph

18 commits

Author SHA1 Message Date
Takashi Kokubun
fd11457fe4 Add pry to Gemfile
I'm so tired to write and delete this line again and again...
Please excuse this commit to maintain Haml.
2017-04-18 20:46:55 +09:00
Matt Wildig
ace2e4f531 Add Sass processing of docs css files
This was removed in bcc3dd84d0 but is
still needed.
2014-03-25 22:23:14 +00:00
Tee Parham
8bb6c1a988 Update Rubinius build setup
TL/DR; use rubinius 2.2.5 in development

Rubinius 2.2.5 now includes the standard library, so we do not need to
explicitly include standard library gems in Gemfiles.

http://www.benjaminfleischer.com/2013/12/05/testing-rubinius-on-travis-c
i/
2014-02-27 10:27:04 -07:00
Matt Wildig
2f66a890c8 Change markdown provider to kramdown 2014-02-15 03:10:53 +00:00
Tee Parham
ed07fa8d70 Update Gemfiles
* Only include simplecov gem on MRI 2.1
* Only include coveralls gem on MRI 2.1
* Remove rubinius-developer_tools, which is no longer needed since we
are not running coveralls on rubinius
* Do not try to require coveralls on rubinius (`platform :mri_21`
includes rbx, so we need to check if Rubinius is defined)
2014-01-12 13:14:12 -07:00
Peter M. Goldstein
3f4f03cb19 Loosen minitest dependency. Add Gemfile for Rails 4.1.0.beta1
Remove the branches restriction from Travis config.

Get Rubinius running again

Add Rubinius gems
2014-01-11 09:12:40 -08:00
Tee Parham
0e4c95d099 move coveralls to rails 4 Gemfile, only run once (with latest ruby) 2013-11-06 21:53:49 -07:00
Tee Parham
2f8990bf95 add coveralls 2013-11-06 15:06:35 -07:00
Norman Clarke
d0d95ec62c Use HTTPS url; suppress Bundler warning 2013-02-14 10:06:04 -03:00
Norman Clarke
3331eae11b Move Maruku and Yard to docs group
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.
2012-06-25 11:12:46 -03:00
Norman Clarke
50a5291849 Don't depend on haml-contrib in tests.
I recently added a rescue from LoadError if the Maruku and Textile
filters from haml-contrib aren't available. Since we don't test those
filters here, there's no longer any need to depend on haml-contrib even
for development.

See issue #551

[ci skip]
2012-05-31 12:39:40 -03:00
Norman Clarke
0180b43f0b Fix dependencies for tests 2012-05-22 23:52:58 -03:00
Norman Clarke
3d5641c140 Document filters. Load Maruku and Textile from contrib. 2012-05-22 23:34:18 -03:00
Norman Clarke
93d68afc07 Added Simplecov 2012-05-22 16:05:37 -03:00
Norman Clarke
0aa897e1e5 Tilt-based filters now working, WIP 2012-05-21 16:08:19 -03:00
Norman Clarke
e1201cc6b1 Began implementing filters using Tilt, WIP
Note that this is a work in progress on issue #469 and will be rebased
before it's merged into master.
2012-05-21 11:28:39 -03:00
Norman Clarke
500d28fb0f Don't force JRuby to install ruby-prof 2012-04-30 13:53:14 -03:00
Norman Clarke
3d538ec394 Use Bundler. Move all test setup to one file. 2012-04-27 21:50:29 -03:00