labimotion 1.0.17 → 1.0.18

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: bb30e6c8765a0464ed727d21e84ec7d53d1422c67631e450e07c32031cab5f43
4
- data.tar.gz: b27d3cca55eb6ba946f1ca54abb59db19b81c8a164d3f8bc7e8e4e955f3dce3d
3
+ metadata.gz: cb5fd5761e888bf207676bbf97543cf5636dec7ab38fb70ee1d9481bc2fce073
4
+ data.tar.gz: 99c3efcefccd2c5ac2460c2c1e5b31b4f3aa3740f95511efa9453f04f2218deb
5
5
  SHA512:
6
- metadata.gz: d0b2211cb961ec97b506c0a884c652c0a57244401a3358a6868c4b43921f793e3675d87128a7f3d7a8db691a409224240a0d358bdc4cb7c28a3a630892117ab2
7
- data.tar.gz: 640c0c7255d52d28fabd9529bf998853f87881d5cc247cbcaa540a2ebc468f7e1b29f36fa55f38655e02d46499ba704c892eefbd82c70043810424f262cd6418
6
+ metadata.gz: 39cd347d558a49e57931c2d818530ea9cce85ea01e1a8950d04977cbe6794e3f777ec551bb37af058ca773083301a1bbd79d57d85733c882068d081a5d8b527d
7
+ data.tar.gz: 19c0ededc605def31634b210e0117411841afaad5c7b84dc9f57a96cfcab6177b54d11f5bf70bb0f70752589aebe37d0ed5f53a22bbaa486002a66d2830a3210
@@ -11,8 +11,6 @@ module Labimotion
11
11
  include PgSearch::Model if Labimotion::IS_RAILS5 == false
12
12
  include ElementUIStateScopes
13
13
  include Collectable
14
- ## include AnalysisCodes
15
- include ElementCodes
16
14
  include Taggable
17
15
  include Workflow
18
16
  include Segmentable
@@ -3,7 +3,7 @@
3
3
  ## Labimotion Version
4
4
  module Labimotion
5
5
  IS_RAILS5 = false
6
- VERSION_ELN = '1.0.17'
6
+ VERSION_ELN = '1.0.18'
7
7
  VERSION_REPO = '0.3.1'
8
8
 
9
9
  VERSION = Labimotion::VERSION_REPO if Labimotion::IS_RAILS5 == true
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: labimotion
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.17
4
+ version: 1.0.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chia-Lin Lin
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-10-18 00:00:00.000000000 Z
12
+ date: 2023-10-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails