Commit Graph

14 Commits

Author SHA1 Message Date
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