two_factor_cookies 0.1.7 → 0.1.8

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: ff154f3213027330160834208adbcc2133146e3e1eceecad33d671828fb9c2df
4
- data.tar.gz: 738c73ec6492baf2f199c4f541344a6d13de93aeda526e7dc2cbffcff0f27be5
3
+ metadata.gz: 5b075c5fd75220b53bc771e3737f1c816500057cc5f75449dd684665490b66ba
4
+ data.tar.gz: 216822719b48d93808334875218b0042d63faebdf6ec15c0a6f4658739d627bc
5
5
  SHA512:
6
- metadata.gz: 49c9b2184c673215c1b77f41134f074d993c961fb6672fdcf9aa46faf8f39a78957f55cf8d807d366b655d72be03923ada8819db8476bd9de6ed5f1b75a7f814
7
- data.tar.gz: 23a823447e95bd805f90bdfc14ea81d79b7ee24790619ab01cb493d610c2f7c4840ca14f2262697ca38e6ee2d16772f88c70d62530a77c3c44fc4ab380041911
6
+ metadata.gz: 2559225dc2a5a9faacbf87079961ff6f73cc201063ff8b259a1c1ec13bd6adf20945fbf7dcda4707a09f63628dbe8351935f771f87626d215a671b83730689d9
7
+ data.tar.gz: 5d9e01c75ca60ca44f1c0a9ee0a6189ae3db34b2524fb8ae3bb84d22eae11a40d5a0991d4982e403577bc359ca50ae960bc86a66960c5a144b4d4816fe7db399
data/README.md CHANGED
@@ -127,5 +127,8 @@ def log(message)
127
127
  end
128
128
  ```
129
129
 
130
+ ## Using the gem in development
131
+ When using the gem in development, Twilio is never hit. Instead the generated OTP is written to `tmp/otp.txt`
132
+
130
133
  ## License
131
134
  The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
@@ -1,3 +1,3 @@
1
1
  module TwoFactorCookies
2
- VERSION = '0.1.7'
2
+ VERSION = '0.1.8'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: two_factor_cookies
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicolai Bach Woller
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-06-23 00:00:00.000000000 Z
11
+ date: 2023-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -143,6 +143,7 @@ licenses:
143
143
  - MIT
144
144
  metadata:
145
145
  allowed_push_host: https://rubygems.org
146
+ source_code_uri: https://github.com/traels-it/two_factor_cookies
146
147
  post_install_message:
147
148
  rdoc_options: []
148
149
  require_paths: