From 8db99d3be8089fadabc9fe0848541f601438b401 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Fri, 29 Mar 2013 12:00:26 +0100 Subject: removes activerecord/examples/associations.png This seems to be a legacy file, I cannot find any place where it is used. --- Rakefile | 6 ------ activerecord/examples/associations.png | Bin 40623 -> 0 bytes 2 files changed, 6 deletions(-) delete mode 100644 activerecord/examples/associations.png diff --git a/Rakefile b/Rakefile index e577c079df..1e2a422273 100644 --- a/Rakefile +++ b/Rakefile @@ -130,12 +130,6 @@ RDoc::Task.new do |rdoc| rdoc.rdoc_files.include('activemodel/lib/active_model/**/*.rb') end -# Enhance rdoc task to copy referenced images also -task :rdoc do - FileUtils.mkdir_p "doc/rdoc/files/examples/" - FileUtils.copy "activerecord/examples/associations.png", "doc/rdoc/files/examples/associations.png" -end - desc 'Bump all versions to match version.rb' task :update_versions do require File.dirname(__FILE__) + "/version" diff --git a/activerecord/examples/associations.png b/activerecord/examples/associations.png deleted file mode 100644 index 661c7a8bbc..0000000000 Binary files a/activerecord/examples/associations.png and /dev/null differ -- cgit v1.2.3