GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: DataMapper port of the Paperclip plugin by Thoughtbot
Homepage: http://invalidlogic.com/dm-paperclip/
Clone URL: git://github.com/krobertson/dm-paperclip.git
Fixed bad reference in Rakefile
krobertson (author)
Thu May 15 18:28:19 -0700 2008
commit  011db4b0b8fef2f9f8d225251c49b61c273f6df1
tree    59927273d12ce90c1a83ad9c971390e0092019b2
parent  46c2f3d11f83e98e0983f3ff59fe657be5810700
...
87
88
89
90
 
91
92
93
...
87
88
89
 
90
91
92
93
0
@@ -87,7 +87,7 @@ task :install => [ :package ] do
0
 end
0
 
0
 desc "Release new version"
0
-task :release => [:test, :sync_docs, :gem] do
0
+task :release => [:test, :gem] do
0
   require 'rubygems'
0
   require 'rubyforge'
0
   r = RubyForge.new

Comments

    No one has commented yet.