sendrly 1.0.3 → 1.0.5

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/sendrly/version.rb +1 -1
  3. metadata +4 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1ec815ffe52fa40411fe6c4be5c261650d3286ba142ade90228d3455f568d2b8
4
- data.tar.gz: 7143d13ebc68684d57a40ec642468d08e753a12d6236071fcf0756719de30999
3
+ metadata.gz: da26a2c27258abd58df515f21c1ee8b0cb1e9100117acd75984249e215728ddd
4
+ data.tar.gz: 40bda941a623ea56af6d31b7c4fb5f5e8f33a4066cb236f635c73959644cfa6f
5
5
  SHA512:
6
- metadata.gz: 5593c8170655cfbfe09342982d1f948f8c43b893b52c932117072e87a582182bdec7e15eafa18d110f25f7577495f0680cddf0f10f7d54dbd23a854d321e7d98
7
- data.tar.gz: f6b984b5ee80de435a62d241b218bcc218248d242d4318ecf7aa0d05b5b3b2605caffd2a5da0544c30e1b70fafc84b01a78f24ef42222fca167b5c3fe51e0082
6
+ metadata.gz: 6b55e595098220a7cb3c905bb0d7aabee37fd9b3a02ffc95dfe68a22265dc12e05baac307a61714af41bfc1ce1691694d3ec9b7434b7175588ca543b75965efc
7
+ data.tar.gz: 4746f6953ff14d5d2969743288233e59a60d214c0480fa54a1928385fea28b465145d3012fccc091915e157e0218d9e7af2bd73655b8a6005496aef5205b7964
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Sendrly
4
- VERSION = "1.0.3"
4
+ VERSION = "1.0.5"
5
5
  end
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sendrly
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sendrly Team
@@ -136,8 +136,7 @@ dependencies:
136
136
  - - "~>"
137
137
  - !ruby/object:Gem::Version
138
138
  version: '0.9'
139
- description: Official Ruby SDK for Sendrly - Simple, type-safe email automation for
140
- developers
139
+ description: Official Sendrly Ruby SDK - Simple, type-safe email automation for developers
141
140
  email:
142
141
  - team@sendrly.com
143
142
  executables: []
@@ -150,7 +149,7 @@ files:
150
149
  - lib/sendrly/contracts.rb
151
150
  - lib/sendrly/errors.rb
152
151
  - lib/sendrly/version.rb
153
- homepage: https://github.com/Sendrly/sendrly-sdk-ruby
152
+ homepage: https://sendrly.com
154
153
  licenses:
155
154
  - MIT
156
155
  metadata:
@@ -177,5 +176,5 @@ requirements: []
177
176
  rubygems_version: 3.5.22
178
177
  signing_key:
179
178
  specification_version: 4
180
- summary: Official Sendrly SDK - Simple, type-safe email automation for developers
179
+ summary: Official Sendrly Ruby SDK - Simple, type-safe email automation for developers
181
180
  test_files: []