infobip-sms 0.1.1 → 0.1.3

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: 43a0c6d82556bd74bf2d34a02dfce371443b054447c857ecabf43981f6e305b3
4
- data.tar.gz: e6e3ff5485ab4d6ff21581a8021d073c47f43677a5635c9a981b8f22dcd17823
3
+ metadata.gz: 5fad06e1da360f2fb838c029029157c32bf404ad524402e0198fcc7f335a76ea
4
+ data.tar.gz: c0a4ba0cb80db9cffdcf6564f9d04291d2f392066b13aaaa6a1509511e658fc8
5
5
  SHA512:
6
- metadata.gz: d83a05701ae12ce6a48418f6519cdec432532db359960c4548645bf51bdf3df4e4906fa74802d1de5593d230b7eecd0025ae03c0db3f6f70c1c274bf69362f26
7
- data.tar.gz: 6caf838bcdd9de1b37dcac566e62a1e245e32fc35bbdf50396d32e51fbd0f6492e609dc310b634111f28549650fb30aef5cda8b049843864a8acd38382b4f8ca
6
+ metadata.gz: 288b74e9a731f01f53606267f9232fbaaf1c4fd0d42541a7d63bc3e685f6651476c6440804c4c5365c3567538144ac64bfcc5174358b1df703481c6adb8441fc
7
+ data.tar.gz: a10234e9b3c8bc9d6cb0a55cd043073b51c2b5f1d682460ed88f9aff0c9c18bbc441e47a0d199766d7b77e8cd4101995a964a4bc08aa0b5a246b9e602802b4d1
data/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## [0.1.0] - 2025-04-04
1
+ ## [0.1.3] - 2025-04-04
2
2
 
3
3
  - Initial release
4
4
  - sms/sms bulk via infobip functionalities added
data/README.md CHANGED
@@ -22,7 +22,7 @@ If bundler is not being used to manage dependencies, install the gem by executin
22
22
 
23
23
  When bundled, set up a initializer to provide URL and the Identifier
24
24
 
25
- Simply create a protool_api_client.rb file in the initializers directory, and set it up like this:
25
+ Simply create a infobip_sms_client.rb file in the initializers directory, and set it up like this:
26
26
 
27
27
  ```ruby
28
28
  ::Infobip::Sms::Request.configure do |c|
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Infobip
4
4
  module Sms
5
- VERSION = "0.1.1"
5
+ VERSION = "0.1.3"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: infobip-sms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Andros
@@ -94,5 +94,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
94
94
  requirements: []
95
95
  rubygems_version: 3.6.6
96
96
  specification_version: 4
97
- summary: Specs for main functionalities
97
+ summary: INFOBIP SMS Provider Client Library for Ruby for single / bulk / reports
98
+ functionalities
98
99
  test_files: []