From 3b8c177fba5e5c85d28cee41872822aac2954aac Mon Sep 17 00:00:00 2001 From: Jeremy McAnally Date: Tue, 2 Dec 2008 17:32:57 -0600 Subject: [PATCH] Add bort and entp templates --- bort.template | 14 ++++++++++++++ entp.template | 22 ++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 bort.template create mode 100644 entp.template diff --git a/bort.template b/bort.template new file mode 100644 index 0000000..931d621 --- /dev/null +++ b/bort.template @@ -0,0 +1,14 @@ +plugin 'rspec', :git => 'git://github.com/dchelimsky/rspec.git' +plugin 'rspec-rails', :git => 'git://github.com/dchelimsky/rspec-rails.git' +plugin 'exception_notifier', :git => 'git://github.com/rails/exception_notification.git' +plugin 'open_id_authentication', :git => 'git://github.com/rails/open_id_authentication.git' +plugin 'asset_packager', :git => 'http://synthesis.sbecker.net/pages/asset_packager' +plugin 'role_requirement', :git => 'git://github.com/timcharper/role_requirement.git' +plugin 'restful-authentication', :git => 'git://github.com/technoweenie/restful-authentication.git' + +gem 'mislav-will-paginate' +gem 'rubyist-aasm' +gem 'ruby-openid' + +generate("authenticated", "user session") +generate("rspec") \ No newline at end of file diff --git a/entp.template b/entp.template new file mode 100644 index 0000000..97f835d --- /dev/null +++ b/entp.template @@ -0,0 +1,22 @@ +plugin 'rspec', :git => 'git://github.com/dchelimsky/rspec.git' +plugin 'rspec-rails', :git => 'git://github.com/dchelimsky/rspec-rails.git' +plugin 'restful-authentication', :git => 'git://github.com/technoweenie/restful-authentication.git' +plugin 'open_id_authentication', :git => 'git://github.com/rails/open_id_authentication.git' +plugin 'exception_notifier', :git => 'git://github.com/rails/exception_notification.git' + +gem 'mislav-will-paginate' +gem 'ruby-openid' +gem 'rubyist-aasm' + +rakefile "bootstrap.rake", <