cats_core 1.1.11 → 1.1.12
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.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 94bf88876f024323ea55e55b6a01fe74af037d2dda21c0c673d969e603d4d3ff
|
4
|
+
data.tar.gz: 865354149f6c009cec575207990fd8c5b47bbf002e5a884f6a2dd717886ba1d8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 20da152cd17a483350c82d530d24e09489b0b85a2150752b3bd008902346364cc8cd506dcd8c3c4306558ec47be7a34b5c4215e5bbba7772173b0a1d120ea42f
|
7
|
+
data.tar.gz: 5ef09f36850fcc7a1ce7af5bb5f584d4fe6c1245edc0df3ed1226985fb38e493ac9589036d749b98cdb2db75413fc68356538b1c4035ace11368504dc4bc339d
|
data/lib/cats/core/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cats_core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Henock L.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-10-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: active_model_serializers
|
@@ -266,6 +266,7 @@ files:
|
|
266
266
|
- app/models/cats/core/menu.rb
|
267
267
|
- app/models/cats/core/menu_item.rb
|
268
268
|
- app/models/cats/core/notification.rb
|
269
|
+
- app/models/cats/core/notification_rule.rb
|
269
270
|
- app/models/cats/core/operator.rb
|
270
271
|
- app/models/cats/core/program.rb
|
271
272
|
- app/models/cats/core/purchase_order.rb
|
@@ -339,6 +340,7 @@ files:
|
|
339
340
|
- db/migrate/20210727074646_create_cats_core_receipts.rb
|
340
341
|
- db/migrate/20210814160628_create_cats_core_receipt_transactions.rb
|
341
342
|
- db/migrate/20210814175406_create_cats_core_stack_transactions.rb
|
343
|
+
- db/migrate/20211002050739_create_cats_core_notification_rules.rb
|
342
344
|
- lib/cats/core.rb
|
343
345
|
- lib/cats/core/engine.rb
|
344
346
|
- lib/cats/core/version.rb
|
@@ -361,6 +363,7 @@ files:
|
|
361
363
|
- spec/factories/cats/core/locations.rb
|
362
364
|
- spec/factories/cats/core/menu_items.rb
|
363
365
|
- spec/factories/cats/core/menus.rb
|
366
|
+
- spec/factories/cats/core/notification_rules.rb
|
364
367
|
- spec/factories/cats/core/notifications.rb
|
365
368
|
- spec/factories/cats/core/operators.rb
|
366
369
|
- spec/factories/cats/core/programs.rb
|