brevo-extras 0.1.0 → 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: a72266c6461dcf2931b8e1db860f7c2b292fb67a12e447974f8f3f2fe38232b7
4
- data.tar.gz: 8a0179c5cb72befd993590538b828dd2149e8c24c02fb0249e30e9868f8df2ea
3
+ metadata.gz: b79e26d4bbde8fd5d18d4fbc385c51c26f039c05504903712ad6edcf0d40a09f
4
+ data.tar.gz: b5f8b6d0c5bd69ccf27794efc4265768cae46748c0cb3658631ee65c252eb581
5
5
  SHA512:
6
- metadata.gz: 5dcd2ea1fbd345dd700c4746390cb608203bc4a3dd12bbe7f8b02eef8c03e37e460364816325e4c466da61a58a0abad8991828854ff95b40b4532f0610e20daf
7
- data.tar.gz: c9a2f577a21cd4a3ac4126d8b194ed1b6aa2fa634cd24d89a96441ac02d3230e18fae8893632ed34c3eb7fb7823a13a1b2957f021242ed353aee7b6b2cde3f37
6
+ metadata.gz: 69f40eae4d6f200b60cc52324876980bd507fc70c69a15135bb052fbeafa8649e380403b75d82ef75ced78eb2369b24be80e7303f79696196af7b956d2441657
7
+ data.tar.gz: 1563728fabad750d8e67887ec3c5bab98097aee141770332c89d995cf64a6e4358952e39e7e98d3409fc6c651693d105db7d0bfdb948179caaca3681646108bd
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.2"
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.2
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.10
85
85
  specification_version: 4
86
86
  summary: A Rails engine for sending transactional emails via the Brevo API.
87
87
  test_files: []