k_domain 0.0.36 → 0.0.38

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: 3cbe3a43a7d8c53bf2e72ff263e1845ae7f1947dd4b6edcc4c5bcc9679d81d12
4
- data.tar.gz: b303a8eb8ddf3a097fef4875669fd1b07a4754d0be0bd4a209d9d11f8bb8335d
3
+ metadata.gz: 47c04f9e797128179c9ec49c0453be4bcb1754eea131190214487936bf301342
4
+ data.tar.gz: d39c433087cb0388eeb45c2e01ccf0983f9a9a149ee9718da6ec6ec2627b0bbf
5
5
  SHA512:
6
- metadata.gz: de26f801f8045d45f21c118b8e0367aef14390592c8f76187fb1a7c73d4227b47b55265563407614f3540a2f9215b284785cc5fa9d4543a30e863e68f8205fdc
7
- data.tar.gz: d7f0ba1249a6dd7228550b7e5679e2186affc4b171ac5161ee1f39175ce31f6468334e5480b3c70b49511044619d4691db23e8afd489b167e4afcbedb50ca225
6
+ metadata.gz: 62a6d2f3b912b0cddd8f5b62ff377350fb1e818742f3416c15172b769ed2d8bcb9faa5df749481fb52520391952d2fbd2f8e9892668ba05b8a50c15d8063910d
7
+ data.tar.gz: 1991caca96c2e685893525b90d5a5fc6da15d77d5a53d31332863f2f103c9b01ef4760bc04e2b1892d9dbcd53a415ba8c2e2986148fc3825496c351af77ab70d
@@ -37,7 +37,7 @@ module KDomain
37
37
  def load_retry(file, times, last_error)
38
38
  return if times.negative?
39
39
 
40
- puts file
40
+ # puts file
41
41
  load(file)
42
42
 
43
43
  @model = ActiveRecord.class_info
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module KDomain
4
- VERSION = '0.0.36'
4
+ VERSION = '0.0.38'
5
5
  end
@@ -78,3 +78,7 @@ module ContextContactUpdateable; end
78
78
  module ProofDateUpdateable; end
79
79
  module PoUpdateable; end
80
80
  module SalesRepUpdateable; end
81
+ module LeadsDashboard; end
82
+ module ActsAsListActions; end
83
+ module Searchable; end
84
+ module MixpanelTrackable; end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: k_domain
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.36
4
+ version: 0.0.38
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Cruwys