Skip to content

Commit

Permalink
Only install BlueCloth as a development dependency if we're not on JRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Sep 28, 2011
1 parent 5f7f0ac commit 4299d1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -7,3 +7,5 @@ if RUBY_PLATFORM =~ /darwin/
gem 'growl_notify'
gem 'rb-fsevent'
end

gem 'bluecloth' unless RUBY_PLATFORM =~ /java/
1 change: 0 additions & 1 deletion blather.gemspec
Expand Up @@ -30,7 +30,6 @@ Gem::Specification.new do |s|
s.add_development_dependency "bundler", ["~> 1.0.0"]
s.add_development_dependency "rcov", ["~> 0.9.9"]
s.add_development_dependency "yard", ["~> 0.6.1"]
s.add_development_dependency "bluecloth", ["~> 2.1.0"]
s.add_development_dependency "rake"
s.add_development_dependency "guard-minitest"
end

0 comments on commit 4299d1d

Please sign in to comment.