devise-sssecrets 0.1.0 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -1
- data/lib/devise/sssecrets/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7a8412af728283d5392df09907ae8eacd91f07718d845d17aba95b7ad654b35e
|
4
|
+
data.tar.gz: 90bc40494f09a730bc5e8fccdf074565bbc5d91d409492a19209527a92d6c5a2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 34f2695a901f919c5b0ca5b76d1176d0f14aa706257c330a0e1c3f98ae0dc47fabbfcd34efb2f25f653a435dd8fbe18f9330eae5682d8ce6883ef1351a7b5d97
|
7
|
+
data.tar.gz: 305e82f73055946c0f390963943fa197b91df4c3318554876be5895298fe7de6d9c8592edc3f5da9423d27a9e0bb0ff993667dedf894669bc78ce0cc5b8092b9
|
data/README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
# Devise::Sssecrets - Sssecrets For Devise's Friendly Token Generator
|
2
2
|
|
3
|
+
[![Gem Version](https://badge.fury.io/rb/devise-sssecrets.svg)](https://badge.fury.io/rb/devise-sssecrets) [![RubyDoc](https://img.shields.io/static/v1?url=https%3A%2F%2Frubydoc.info%2Fgems%2Fdevise-sssecrets&label=RubyDoc&message=devise-sssecrets&color=informational)](https://rubydoc.info/gems/devise-sssecrets) [![Build](https://github.com/chtzvt/devise-sssecrets/actions/workflows/main.yml/badge.svg)](https://github.com/chtzvt/devise-sssecrets/actions/workflows/main.yml) [![Publish](https://github.com/chtzvt/devise-sssecrets/actions/workflows/publish.yml/badge.svg)](https://github.com/chtzvt/devise-sssecrets/actions/workflows/publish.yml)
|
4
|
+
|
3
5
|
## Purpose
|
4
6
|
|
5
7
|
[Sssecrets](https://github.com/chtzvt/sssecrets) is a handy gem for generating secure tokens that are easy for static analysis tools to identify. It works great as a standalone tool, but there are cases where developers may want to integrate it with authentication frameworks like [Devise](https://github.com/heartcombo/devise).
|
@@ -89,7 +91,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
89
91
|
|
90
92
|
## Contributing
|
91
93
|
|
92
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
94
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/chtzvt/devise-sssecrets.
|
93
95
|
|
94
96
|
## License
|
95
97
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: devise-sssecrets
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Charlton Trezevant
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-08-13 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email:
|
@@ -47,7 +47,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
47
47
|
- !ruby/object:Gem::Version
|
48
48
|
version: '0'
|
49
49
|
requirements: []
|
50
|
-
rubygems_version: 3.
|
50
|
+
rubygems_version: 3.5.11
|
51
51
|
signing_key:
|
52
52
|
specification_version: 4
|
53
53
|
summary: Sssecrets module for Devise
|