bhollis/maruku

View on GitHub
Gemfile.1.8.7

Summary

Maintainability
Test Coverage
source "https://rubygems.org"

# dependencies are specified in maruku.gemspec

gemspec

# Optional dependencies that we want to test with
gem 'syntax', '~> 1.0.0'
# nokogiri 1.6.0 drops Ruby 1.8.7 support
gem 'nokogiri', '~> 1.5.6'
# mime-types 2.0 drops Ruby 1.8 support
gem 'mime-types', '~> 1.25'

# itextomml won't build for jRuby, but we should test with it otherwise
if RUBY_PLATFORM != 'java'
  gem "itextomml", '~> 1.5.0'
end

# Development tools
gem 'rake', '~> 0.9.2'
gem 'rspec', '~> 2.12.0'
gem 'yard', '~> 0.7.2'
gem 'nokogiri-diff', '~> 0.2.0'
gem 'simplecov', '~> 0.7.1'
gem 'coveralls', '~> 0.7.2', :require => false
gem 'json', '~> 1.8' # for coveralls