From 1a20224481719c2cabd5068055367ed8c5db1f5c Mon Sep 17 00:00:00 2001 From: Rimian Perkins Date: Wed, 15 Feb 2017 12:36:38 +1100 Subject: [PATCH] rename engine file --- lib/{choice-discourse => discourse-payments}/engine.rb | 0 plugin.rb | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename lib/{choice-discourse => discourse-payments}/engine.rb (100%) diff --git a/lib/choice-discourse/engine.rb b/lib/discourse-payments/engine.rb similarity index 100% rename from lib/choice-discourse/engine.rb rename to lib/discourse-payments/engine.rb diff --git a/plugin.rb b/plugin.rb index 8255345..bd3f56f 100644 --- a/plugin.rb +++ b/plugin.rb @@ -1,11 +1,11 @@ -# name: choice-plugin +# name: discourse-payments # about: Integrating Discourse with Stripe # version: 1.0.1 -# url: https://github.com/choiceaustralia/choice-discourse +# url: https://github.com/choiceaustralia/discourse-payments gem 'stripe', '1.58.0' -load File.expand_path('../lib/choice-discourse/engine.rb', __FILE__) +load File.expand_path('../lib/discourse-payments/engine.rb', __FILE__) Discourse::Application.routes.prepend do mount ::Choice::Engine, at: '/'