sendly 3.8.1 → 3.8.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: b353bcac8423f595cc655af69df19ac4af9afd9f3d830cc7ac0c59842ae7a73f
4
- data.tar.gz: ca2e303192d3b22856595bf9981eb28edd3c5ba5f500f544ffeda4783bd28893
3
+ metadata.gz: c6f94a917e0e9fe4109e3edc96008fc4381797e46e494f22834f74b4905cdd9c
4
+ data.tar.gz: fcf628838872a190ae6e4c54e2b9be79689d3f1500bac36938daff8e1b6df38e
5
5
  SHA512:
6
- metadata.gz: fc1fd77a1fef96c5938c35b4dc948954e24974ae107a7744ddbcfb5d11a15fd744616b0053c2af19fd7cb7b3c8410de2751cb077e1697fb1b48061d10d52d71b
7
- data.tar.gz: c2f010e7116ad34275cf88132cc7a8f3874c1b95081597b250d41088780f1662a5367587a7d2b76123fdc4f6d3bf25b42180183e925bfeab58c43b516ee9d78b
6
+ metadata.gz: b07d5bcaadfabd4f532cc27e3179dea0a5356b27492fde834682ae033565feea85a6a0254dfdaa30a927851e08f668b9b4bf09f4dac59cb232d3a5cb6b30033d
7
+ data.tar.gz: 40741e416c8d3a91abd08414c5066180828a582af6782250b7975c50c8b653167cf960067acb1bde3e8e9501abfc7572914da7b547efcc4ff7289281dbaff41d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sendly (3.8.1)
4
+ sendly (3.8.2)
5
5
  faraday (~> 2.0)
6
6
  faraday-retry (~> 2.0)
7
7
 
data/README.md CHANGED
@@ -1,3 +1,12 @@
1
+ <p align="center">
2
+ <img src="https://raw.githubusercontent.com/SendlyHQ/sendly-ruby/main/.github/header.svg" alt="Sendly Ruby SDK" />
3
+ </p>
4
+
5
+ <p align="center">
6
+ <a href="https://rubygems.org/gems/sendly"><img src="https://img.shields.io/gem/v/sendly.svg?style=flat-square" alt="RubyGems" /></a>
7
+ <a href="https://github.com/SendlyHQ/sendly-ruby/blob/main/LICENSE"><img src="https://img.shields.io/github/license/SendlyHQ/sendly-ruby?style=flat-square" alt="license" /></a>
8
+ </p>
9
+
1
10
  # Sendly Ruby SDK
2
11
 
3
12
  Official Ruby SDK for the Sendly SMS API.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Sendly
4
- VERSION = "3.8.1"
4
+ VERSION = "3.8.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sendly
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.8.1
4
+ version: 3.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sendly
@@ -131,13 +131,13 @@ files:
131
131
  - lib/sendly/version.rb
132
132
  - lib/sendly/webhooks.rb
133
133
  - lib/sendly/webhooks_resource.rb
134
- homepage: https://github.com/sendly-live/sendly-ruby
134
+ homepage: https://github.com/SendlyHQ/sendly-ruby
135
135
  licenses:
136
136
  - MIT
137
137
  metadata:
138
- homepage_uri: https://github.com/sendly-live/sendly-ruby
139
- source_code_uri: https://github.com/sendly-live/sendly-ruby
140
- changelog_uri: https://github.com/sendly-live/sendly-ruby/blob/main/CHANGELOG.md
138
+ homepage_uri: https://github.com/SendlyHQ/sendly-ruby
139
+ source_code_uri: https://github.com/SendlyHQ/sendly-ruby
140
+ changelog_uri: https://github.com/SendlyHQ/sendly-ruby/blob/main/CHANGELOG.md
141
141
  documentation_uri: https://sendly.live/docs
142
142
  post_install_message:
143
143
  rdoc_options: []