blsm-vd-core 0.6.6 → 0.6.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/blsm-vd-core/model/order.rb +1 -1
- data/lib/blsm-vd-core/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b67feb3654e427532062f061591b825e7eee0ac8
|
4
|
+
data.tar.gz: 104cc066e1b187c8acf5221ca673ef184cf978dd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 625a4123007c7dbb1465d8fc934dd3bc7feb6be2787684e6bf508287e2577bf1e63d1a4dffab0d70238640d6f4cec2824de3d7597de7942ed4819ffdb07e3638
|
7
|
+
data.tar.gz: bc0481093e7840efb2664223439af524cf81c36436e843f6d3d63d6760035b3a33704a99fc128aec86123876e144b82fc4cbb77fb28f71a6df06862909823b34
|
data/Gemfile.lock
CHANGED
@@ -4,7 +4,7 @@ module BlsmVdCore
|
|
4
4
|
include BlsmVdCore::EncryptedId
|
5
5
|
self.table_name='orders'
|
6
6
|
has_many :clearing_items, class_name: "::BlsmVdCore::ClearingItem"
|
7
|
-
has_many :line_items, class_name: "::BlsmVdCore::LineItem"
|
7
|
+
has_many :line_items, class_name: "::BlsmVdCore::LineItem"
|
8
8
|
belongs_to :application, class_name: "::BlsmVdCore::Application", foreign_key: "application_id"
|
9
9
|
encrypted_id key: 'bYqILlFMZn3xd8Cy'
|
10
10
|
|
data/lib/blsm-vd-core/version.rb
CHANGED