Rakefile in simple_admin-0.5.2 vs Rakefile in simple_admin-0.6.0

- old
+ new

@@ -42,11 +42,11 @@ end # If we are not on 1.9.x we need fastercsv system "echo 'gem \"fastercsv\"' >> Gemfile" if RUBY_VERSION =~ /^1.8/ - # To work with Rails 3.1.x we need the latest meta_search - system "echo 'gem \"meta_search\", \">= 1.1.0.pre\"' >> Gemfile" + # To work with Rails 3.1.x we need ransack + system "echo 'gem \"ransack\"' >> Gemfile" # With more gems, comes more bundling system "bundle" # Make an admin interface