Rakefile in money-rails-0.3.1 vs Rakefile in money-rails-0.4.0
- old
+ new
@@ -16,5 +16,10 @@
RSpec::Core::RakeTask.new
task :default => :spec
task :test => :spec
+
+desc "Update AUTHORS file"
+task :authors do
+ sh "git shortlog -s | awk '{ print $2 \" \" $3 }' > AUTHORS"
+end