client_success 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: 70ea9eb6efc8d3614ed25dc7f50c46bbe90d9a4bd12bfe3b077b7ba336a47cf3
4
- data.tar.gz: 9095331959d4ee85e42c898bbcbe5bc53723fc326a1d530555b08d3e0ca3e8e8
3
+ metadata.gz: 1e241d7b5d3764ac0f0f56de081ab3e286c03169669cbb0ce7fc05bd371d7afa
4
+ data.tar.gz: f327cd78f764a18ebf856ee8e6b0e3b7e675730be2e5b324d1cecb5d7d620995
5
5
  SHA512:
6
- metadata.gz: f43ae9ba9cbdbb2091579bb649fca77e5091c77d6d0ef01c2ff903ef0b8c7e345258e89b7478ef45e113925c21764a2240a6d563588a88b5b11295ced3fef07b
7
- data.tar.gz: f43833a93268aaff7726510dcbc0b76101759dde52c684e48513f1adb888fb5ba2a2225130218564587ba7ea42a13d405ab3e03a6a624e0f9838d2ebfecbe3a6
6
+ metadata.gz: 4f386bcf95f20e0c1bf007d68bcf70f11184c3fd448ad81f36ec3c9141f63472c741ae97c180c8812c0529e3f6c13b439be6a6d05b6d1100bd393b747a3f2d25
7
+ data.tar.gz: f87c26c132a1c339889836c311415416177e97587ff2916b85e93d285784412e34472994cc8f4409fb60ce02626c5cda8f0f7f62afe823bf7e01990243263751
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- client_success (0.1.8)
4
+ client_success (0.1.9)
5
5
  activesupport (~> 5.2)
6
6
  dry-types (= 0.11.0)
7
7
  faraday
@@ -56,7 +56,8 @@ module ClientSuccess
56
56
  end
57
57
 
58
58
  def update(id:, client_id:, attributes:, connection:)
59
- attributes = connection.strip_emojis(attributes)
59
+ # for some reason this is breaking client success. Not sure why yet...
60
+ # attributes = connection.strip_emojis(attributes)
60
61
 
61
62
  body = Schema::Contact::Update[attributes]
62
63
  .transform_keys { |k| k.to_s.camelize(:lower) }
@@ -1,3 +1,3 @@
1
1
  module ClientSuccess
2
- VERSION = "0.1.8".freeze
2
+ VERSION = "0.1.9".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: client_success
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
  - Practice Ignition