My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions

Issue 147 attachment: do_not_require_mime_types_for_bootstrap.diff (559 bytes)

1
2
3
4
5
6
7
8
9
10
11
12
13
Index: plugins/substruct/tasks/substruct.rake
===================================================================
--- plugins/substruct/tasks/substruct.rake (revision 163)
+++ plugins/substruct/tasks/substruct.rake (working copy)
@@ -50,7 +50,7 @@

# Check requirements
require 'rubygems' unless Object.const_defined?(:Gem)
- %w(RedCloth fastercsv mime-types mini_magick ezcrypto).each do |gem_name|
+ %w(RedCloth fastercsv mini_magick ezcrypto).each do |gem_name|
check_installed_gem(gem_name)
end

Powered by Google Project Hosting