self-auth-rails 0.1.4 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bf781d804c0ffa2b64e556ee4e4ff2ae9dd7779238270f07fc52a1195d248919
4
- data.tar.gz: e14c79f5e3707d3746bb68cab347e3188ca7b87a6953baebf550bd128a1e6a8b
3
+ metadata.gz: 6d2821efde567ddb20996786b4d43f8b01cd9dc241d5776e39368d8683a3c722
4
+ data.tar.gz: 8803329056d4c9a9fbcb33840db6c1ff8c1a4b68957dee004793e6ce269e9b67
5
5
  SHA512:
6
- metadata.gz: 82878606f3c836b1be735efd255b0fb2dcae4367f63eaf183a3bf30185666be9b23c361d25b296ccae037377b1c63b3444ca0a790721e2c2a80f0c43be7cd0be
7
- data.tar.gz: 461433464dfd4c7202c2b711257935a181326eea40c8f6561c18b2c531ecf2a99dc9ff787fccbab75d48910d62c5ffbc071e3de2c8b890c6a172340ea782b552
6
+ metadata.gz: 3f7a3cbcac197ccaaa7ca1602ef12ddf0ecf58cac7aecf0c8dc4aac436bff560cb9cfe25671582f4803a733cca2643159b345f6883d0253fd73646180eaac585
7
+ data.tar.gz: 00cc3778c63135789fd2b156151c5df62a219212711aaca2547204e67273acdf8b4c003340fea1e949c76f50a21a281f7978a1838949ac704daccb06238b7c4e
data/README.md CHANGED
@@ -1,4 +1,6 @@
1
- # self-auth-rails
1
+ # Self Auth Rails Engine
2
+
3
+ [![CI](https://github.com/joinself/self-auth-rails-engine/actions/workflows/ci.yml/badge.svg)](https://github.com/joinself/self-auth-rails-engine/actions/workflows/ci.yml)
2
4
 
3
5
  self-auth-rails is rails engine to easily integrate [Self Authentication](https://docs.joinself.com/authentication/) on your authentication workflow.
4
6
 
@@ -1,3 +1,3 @@
1
1
  module SelfAuthRails
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: self-auth-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrià Cidre
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-31 00:00:00.000000000 Z
11
+ date: 2023-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails