recipes/readme.rb in rails_apps_composer-2.2.9 vs recipes/readme.rb in rails_apps_composer-2.2.10
- old
+ new
@@ -69,11 +69,11 @@
# Authentication and Authorization
gsub_file "README.textile", /Authentication: None/, "Authentication: Devise" if prefer :authentication, 'devise'
gsub_file "README.textile", /Authentication: None/, "Authentication: OmniAuth" if prefer :authentication, 'omniauth'
gsub_file "README.textile", /Authorization: None/, "Authorization: CanCan" if prefer :authorization, 'cancan'
- git :add => '.' if prefer :git, true
- git :commit => "-aqm 'rails_apps_composer: add README files'" if prefer :git, true
+ git :add => '-A' if prefer :git, true
+ git :commit => "-qm 'rails_apps_composer: add README files'" if prefer :git, true
end # after_everything
__END__