diff --git a/Appraisals b/Appraisals index 26981c0..ea1a1e9 100644 --- a/Appraisals +++ b/Appraisals @@ -28,6 +28,11 @@ appraise 'spree-3-7' do gem 'rails-controller-testing', '~> 1.0.2' end +appraise "spree-4-1" do + gem 'spree', '~> 4.1' + gem 'rails-controller-testing', '~> 1.0.2' +end + appraise 'spree-master' do gem 'spree', github: 'spree/spree', branch: 'master' gem 'rails-controller-testing', '~> 1.0.2' diff --git a/README.md b/README.md index ee47b7f..cf572f8 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ Try Spree Html Invoice for Spree 3-4 with direct deployment on Heroku: [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/vinsol-spree-contrib/spree-demo-heroku/tree/spree-html-invoice-3-4) +Try Spree Html Invoice for Spree 4-1 with direct deployment on Heroku: + +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/vinsol-spree-contrib/spree-demo-heroku/tree/spree-html-invoice-4-1) + Installation ------------ diff --git a/app/views/spree/admin/invoice/_a4.html.erb b/app/views/spree/admin/invoice/_a4.html.erb index 05acf74..671d278 100644 --- a/app/views/spree/admin/invoice/_a4.html.erb +++ b/app/views/spree/admin/invoice/_a4.html.erb @@ -6,7 +6,7 @@ <%= Spree.t("#{params[:template]}.header") %> - +