brevo-extras 0.1.0 → 0.1.1

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: a72266c6461dcf2931b8e1db860f7c2b292fb67a12e447974f8f3f2fe38232b7
4
- data.tar.gz: 8a0179c5cb72befd993590538b828dd2149e8c24c02fb0249e30e9868f8df2ea
3
+ metadata.gz: 4e2a223c4dc7646cf40332b70940fc9c87bbc3d67954d50b68b7648efe1baed9
4
+ data.tar.gz: 7c139099912c76478152f3c106318e91c65652ebb28342bd543b4756b249c34d
5
5
  SHA512:
6
- metadata.gz: 5dcd2ea1fbd345dd700c4746390cb608203bc4a3dd12bbe7f8b02eef8c03e37e460364816325e4c466da61a58a0abad8991828854ff95b40b4532f0610e20daf
7
- data.tar.gz: c9a2f577a21cd4a3ac4126d8b194ed1b6aa2fa634cd24d89a96441ac02d3230e18fae8893632ed34c3eb7fb7823a13a1b2957f021242ed353aee7b6b2cde3f37
6
+ metadata.gz: f2fa37fa40fbd0179fd32d95c113e657da362de6624a102470857155f27e300d579cbd8e5c7d74008c6a7e1a306d247b2eb315862c2d08d71fecaa91f7ee0691
7
+ data.tar.gz: 33bd63daeeb3c234af56d68787c0b7760fc555f697db24d585d729b55e6d2842c98140c9a9cfb092713923e56eed9c0fe2c0a49115818500e0dee44264ab0290
data/README.md CHANGED
@@ -1,3 +1,4 @@
1
+ [![Gem Version](https://badge.fury.io/rb/brevo-extras.svg)](https://badge.fury.io/rb/brevo-extras)
1
2
  [![CI](https://github.com/atnos/brevo-extras/actions/workflows/ci.yml/badge.svg)](https://github.com/atnos/brevo-extras/actions/workflows/ci.yml)
2
3
  [![CodeQL](https://github.com/atnos/brevo-extras/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/atnos/brevo-extras/actions/workflows/github-code-scanning/codeql)
3
4
  [![Dependabot Updates](https://github.com/atnos/brevo-extras/actions/workflows/dependabot/dependabot-updates/badge.svg)](https://github.com/atnos/brevo-extras/actions/workflows/dependabot/dependabot-updates)
@@ -21,7 +22,7 @@ A Rails engine that provides a clean abstraction layer for sending transactional
21
22
  Add this line to your application's Gemfile:
22
23
 
23
24
  ```ruby
24
- gem "brevo-extras", github: "atnos/brevo-extras"
25
+ gem "brevo-extras"
25
26
  ```
26
27
 
27
28
  And then execute:
@@ -1,5 +1,5 @@
1
1
  module Brevo
2
2
  module Extras
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brevo-extras
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno Perles
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
83
  requirements: []
84
- rubygems_version: 4.0.3
84
+ rubygems_version: 4.0.6
85
85
  specification_version: 4
86
86
  summary: A Rails engine for sending transactional emails via the Brevo API.
87
87
  test_files: []