Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Rename the top-level file
  • Loading branch information
goncalossilva committed Dec 12, 2012
1 parent ca592e5 commit d555c5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -13,7 +13,7 @@ gemspec = eval(File.read(Dir["*.gemspec"].first))
desc 'Default: run unit tests.'
task :default => :test

desc 'Test the rails3_acts_as_paranoid plugin.'
desc 'Test the acts_as_paranoid plugin.'
Rake::TestTask.new(:test) do |t|
t.libs << 'lib'
t.libs << 'test'
Expand All @@ -25,7 +25,7 @@ Rake::TestTask.new(:test) do |t|
t.verbose = true
end

desc 'Generate documentation for the rails3_acts_as_paranoid plugin.'
desc 'Generate documentation for the acts_as_paranoid plugin.'
Rake::RDocTask.new(:rdoc) do |rdoc|
rdoc.rdoc_dir = 'rdoc'
rdoc.title = 'ActsAsParanoid'
Expand Down
2 changes: 1 addition & 1 deletion init.rb
@@ -1 +1 @@
require 'rails3_acts_as_paranoid'
require 'acts_as_paranoid'
File renamed without changes.

0 comments on commit d555c5f

Please sign in to comment.