unifonic_integration 0.1.1 → 0.1.2

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: cc2875d1cdba8f632ff6a47f1de160051838db8d7d8a1b244db44bd8aef9cd6c
4
- data.tar.gz: a9dc797ffabe6ee19c0e2ead3ed8aea0451829a9875b2343670e8393dddd4fb7
3
+ metadata.gz: e1c947f72ec779398665ace9b3617a827134ce130cac63114be1e4a716080c48
4
+ data.tar.gz: 0ee6fc7ec4adb5dfcf8505c18d1562f7e4aea011806ef7de64031566fadb4aa7
5
5
  SHA512:
6
- metadata.gz: 4592256e0eed770908c97a20aa18d1bcb65d86125005159ee29baca8c42694665f17e9a5c18bdf686988c21030df145cea38bc59731258b8b1e3bbf6eb585c25
7
- data.tar.gz: 0b538c24cf31e887a08b2c63e5a1f6d68f6731519f8639c161945f171564b6c5f0d3ee70bc7574850c3b96efaf49a3322330bf46b77d03a0e456152ba4d87739
6
+ metadata.gz: ce15d512face145fef31aaf2aa0084ca82ecaccd4a7c79d44155693f668c3c015a01897832cd9f6483188a70340d6ee28bbf32c860c9f81cf6046a28f306aa1f
7
+ data.tar.gz: 3a5b5ebf394c476013633a042da36a02aab263048c9b220dea8533e3c5b2e4ce58735a84935a3c0aa700195c898affc89134bc13a446f3c1caaaa58aecb68ef5
@@ -10,7 +10,7 @@ module UnifonicIntegration
10
10
  attr_accessor :config
11
11
 
12
12
  def initialize
13
- @config = Configuration.new
13
+ @config = UnifonicIntegration.configuration
14
14
  end
15
15
 
16
16
  def send_message(body, recipient)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module UnifonicIntegration
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unifonic_integration
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Omar Elsamahy