dscf-core 0.1.8 → 0.1.9

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: 2c8bc7f7428e10e98816b30968fa31e0609cba87e3292c8ad8d248f38067e578
4
- data.tar.gz: db88e3856be17b5a02d0350d28d303d3ec59abf09cf2641bae204b990bf6704c
3
+ metadata.gz: 963c23e64e0e358888676a44f3afc45f4820692a51b7aff75ba90f6d5e6b8f86
4
+ data.tar.gz: deb50349adbbaa092ab3f55f03053933e45de01674917cc592f2a3506bbeaba8
5
5
  SHA512:
6
- metadata.gz: 1f436f1f1d10c5c8e43c6683d8d104175d480d15dab6005e7b198ef4237e9c6fee26c15ea9a17d8fba4ad0b0f14a50aecbceb735157f4103b549e1ae4cc62a06
7
- data.tar.gz: 8a4dda4a6efa99ebc8469fa9bf5ba69af0edbf3065f5c5ee288f591d2d65ee844a8bcf8d723a91bcec7840edc673c8db61584c752de63c0d1b96546b9f6af7a3
6
+ metadata.gz: 4c580a420fd7c2a19119d9c25323afb3e2c1783008c5d37f342355a18a3bfebbcec2f3046e9779746ea0d15e106562d076eb771beefcf6f94e4a55369169c901
7
+ data.tar.gz: 39714250e2cd0df93d6d5b7b4f572507518283c19fe6c5d0dc888183a45dff04e7da4d2d72e2aa2c308ab6905c39b56ce208b991e1b3c1c3e0d333544c2da679
@@ -15,6 +15,11 @@ module Dscf
15
15
 
16
16
  Rails.application.routes.url_helpers.rails_blob_url(logo, only_path: true)
17
17
  end
18
+
19
+ def self.ransackable_attributes(_auth_object = nil)
20
+ %w[business_type_id contact_email contact_phone created_at description id id_value name tin_number
21
+ updated_at user_id]
22
+ end
18
23
  end
19
24
  end
20
25
  end
@@ -1,5 +1,5 @@
1
1
  module Dscf
2
2
  module Core
3
- VERSION = "0.1.8".freeze
3
+ VERSION = "0.1.9".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dscf-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Asrat
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-09-29 00:00:00.000000000 Z
10
+ date: 2025-10-09 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: rails