spree_invoice 1.1.10 → 1.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.md CHANGED
@@ -8,7 +8,7 @@ Basic Installation
8
8
 
9
9
  1. Add the following to your Gemfile
10
10
  <pre>
11
- gem 'spree_invoice', '~> 1.1.0'
11
+ gem 'spree_invoice', '~> 1.1.11'
12
12
  </pre>
13
13
  2. Run `bundle install`
14
14
  3. To copy and apply migrations run:
@@ -8,10 +8,10 @@ class CreateInvoices < ActiveRecord::Migration
8
8
 
9
9
  t.timestamps
10
10
  end
11
- add_index :spree_invoice, :invoice_number
11
+ add_index :spree_invoices, :invoice_number
12
12
  end
13
13
 
14
14
  def down
15
- drop_table :spree_invoice
15
+ drop_table :spree_invoices
16
16
  end
17
17
  end
@@ -1,3 +1,3 @@
1
1
  module SpreeInvoice
2
- VERSION = "1.1.10"
2
+ VERSION = "1.1.11"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree_invoice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.10
4
+ version: 1.1.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: