data/ore/templates/yard/_gemfile.erb in ore-0.4.0 vs data/ore/templates/yard/_gemfile.erb in ore-0.4.1
- old
+ new
@@ -1,10 +1,11 @@
<%- case @markup
when :markdown -%>
- case RUBY_PLATFORM
- when 'java'
+ platforms :jruby do
gem 'maruku'
- else
+ end
+
+ platforms :ruby do
gem 'bluecloth', '>= 2.0.0'
end
<%- when :textile -%>
gem 'RedCloth'
<%- end -%>