workarea-orderbot 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aa73a15ddaf3661112df83dec0c41187153c1bd6ef7f1c9af27e271ba71c84ef
4
- data.tar.gz: 50fdf18f5bbc2b8a7c29697233e6cd0d92ca46af2f013c34d614beb26fe54a0e
3
+ metadata.gz: 72c7e24959a214ea6468625fa275b236b61d83e5f966b8e174bdf404569678cd
4
+ data.tar.gz: a54ea4828fb82d2fa39dd8265823ebbd3b547ba1faabbadaa5db21ba651704ad
5
5
  SHA512:
6
- metadata.gz: b8b823bdffcdb4d205b14f98945f9ce132cab46688ed74bbcc0ee9e3fcaed0c03aa26c0d36b23a0df9233705ead91443c145c416b1fbb8089aaa4c31e554afcf
7
- data.tar.gz: 4fb3d7578ce12e8732a34d6604297a86e842431c16653c24cc5f9d83f4a81f14aab64c939d5bb1655b5e498d7a033a6aa90749b5f4c99d02e8180e97a0893a23
6
+ metadata.gz: 9a112b6ae0646eab4527fca0bf8f0bff571d63a77e1709f691001cbc7bb632ad2f372b3fdacbf7e0da54008cbd208a5ebddd877a1a9075b6281b144a9f6d0664
7
+ data.tar.gz: 72e1b988783a6ca50dbf1ca16185a668a7dd282a66b7db6348bac8d86046c67ba41b4c5a0519bf9560fb53b41eefa61be4f8e8232bd3faa776c1f35a92fcceb6
@@ -1,3 +1,13 @@
1
+ Workarea Orderbot 1.0.2 (2020-07-23)
2
+ --------------------------------------------------------------------------------
3
+
4
+ * Fix typo in index name
5
+
6
+
7
+ Ben Crouse
8
+
9
+
10
+
1
11
  Workarea Orderbot 1.0.1 (2020-04-06)
2
12
  --------------------------------------------------------------------------------
3
13
 
@@ -20,10 +20,10 @@ module Workarea
20
20
  parent_product: 1,
21
21
  has_children: 1
22
22
  },
23
- {
24
- name: 'child_prduct_import_index'
25
- }
26
- )
23
+ {
24
+ name: 'child_product_import_index'
25
+ }
26
+ )
27
27
 
28
28
  scope :parent_products, -> { where(parent_product: true) }
29
29
  scope :child_products, -> { any_of({ parent_product: false }, { parent_product: true, has_children: false }) }
@@ -1,5 +1,5 @@
1
1
  module Workarea
2
2
  module Orderbot
3
- VERSION = "1.0.1".freeze
3
+ VERSION = "1.0.2".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: workarea-orderbot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Yucis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-06 00:00:00.000000000 Z
11
+ date: 2020-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: workarea