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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 621c723b76901be8d81412e1f45769c7852e96b5e1be9aff5a06e2d62e9b9b1b
4
- data.tar.gz: a4209d93c6b96a236e00976763975b61b027d63a44d2752a45c3ebeaea1e1070
3
+ metadata.gz: 7a8412af728283d5392df09907ae8eacd91f07718d845d17aba95b7ad654b35e
4
+ data.tar.gz: 90bc40494f09a730bc5e8fccdf074565bbc5d91d409492a19209527a92d6c5a2
5
5
  SHA512:
6
- metadata.gz: f771b4a63f571024bc822347f914c8f92cb63fae01c3a999b0ca21aa218b5d18c49195ff441c55c4de5cfee3bdee8659e360cc90fbe6622f0d2d58ce9fc6d1e9
7
- data.tar.gz: 7996c2c639367c0e6f75a1f6f75a83c7307e205c42d3ed9024bf7e779411ceda6a1f211b4121e98fe8e289024e3c73ccc54996c5c282eec372fa782b465fb460
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/[chtzvt]/devise-sssecrets.
94
+ Bug reports and pull requests are welcome on GitHub at https://github.com/chtzvt/devise-sssecrets.
93
95
 
94
96
  ## License
95
97
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Devise
4
4
  module Sssecrets
5
- VERSION = "0.1.0"
5
+ VERSION = "1.0.0"
6
6
  end
7
7
  end
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: 0.1.0
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: 2023-07-25 00:00:00.000000000 Z
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.4.17
50
+ rubygems_version: 3.5.11
51
51
  signing_key:
52
52
  specification_version: 4
53
53
  summary: Sssecrets module for Devise