bima-shark-sdk 2.3.0 → 2.3.1

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
  SHA1:
3
- metadata.gz: 7a9cc4def17d9461b6ddc032cba99930bfa2337d
4
- data.tar.gz: f6c2eeb6ee700a7ffd6a2d711ef4cfe81d7e0092
3
+ metadata.gz: 030b65a99a7c76e2dbdf7f830230328fd77faa37
4
+ data.tar.gz: 06a104f9be612cfda6ebd6e089f34f9a94b219df
5
5
  SHA512:
6
- metadata.gz: 304bedeaea5bb6a8ed37b6c48f89c7173775d4c3e9b42c04838776b29d115c5820d7cca37d950a3d63252ea4d067b73b81f773413d12689f2d55efa6fb41787d
7
- data.tar.gz: f3f64da6335e24a50aa4e4b7e996a2773980fafc9ca7d25076c9157f33ef884c93f2836d5a84b60a93d6e3d8362fcc3c3305f62df03c161cf8e3da6e2798d841
6
+ metadata.gz: 1a1b89ff40f21a0167c01f95457d3559aee510784a9e63bb46a4fea132b2e0089658b1eef46f582d1c3e41c4ca467b5fa61015ee4cc4d89899925f50239aa128
7
+ data.tar.gz: 0363215a62bf43f7327178b620bccb4a135b2ff44c172b0d37534fab6adb455a584b648c99823945b1f24533249a8c48e93af0184f22802e31d8cecb1f168440
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  ## Changelog
2
2
 
3
+ #### 2.3.1
4
+ - [fix] expose `Shark::ContactLog`
5
+
3
6
  #### 2.3.0
4
7
  - `Shark::MailingService` template can `#render` partials
5
8
 
data/lib/shark/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Shark
4
- VERSION = '2.3.0'
4
+ VERSION = '2.3.1'
5
5
  end
data/lib/shark.rb CHANGED
@@ -84,6 +84,7 @@ require 'shark/permission'
84
84
  require 'shark/subscription'
85
85
  require 'shark/survey'
86
86
  require 'shark/survey_participant'
87
+ require 'shark/contact_log'
87
88
 
88
89
  require 'shark/form_service'
89
90
  require 'shark/mailing_service'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bima-shark-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Huy Dinh