devise-twilio-verify 0.1.0 → 0.1.1

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: dd3ff424c38dccbccae443b6b21049282ddd5b780d544828da324bdd3806cfb9
4
- data.tar.gz: e1cb5007f6acdd22dcd6f315a1dd30fcfd002f654842a014e36a4f6b2f87d4d6
3
+ metadata.gz: 1fc8af9da1425014bde8b7bb0294faae2edc0b47e9cf635ec07b9b5300fbc6fb
4
+ data.tar.gz: 99440a90447a85010a85c5fe77c37dab1a69969b20c855016291b32900632084
5
5
  SHA512:
6
- metadata.gz: cf276b167404e719c6a5e1a14eb295495a314febaeb1f2df037f1d1ee5c59870a94b2bee6d75661786c6ecaa783af453af6f3c94562d09c0bec89e4b8edacf68
7
- data.tar.gz: 8d4949acb0d5aad351e8f5efbd3a91a528b700b240853cc1e84e24cf48a68e5f21ae6265ff93bc01288011ae11da72136cf1a513400cb21cbea24d9b80975ab0
6
+ metadata.gz: e24dd31ecee36c3366391eda08bec3e119df74e2af8c7a48c49eff9453fd572c5203aa81efd026eca2599f0001648933dda91e2fac8a26d4539a05410ac24d43
7
+ data.tar.gz: 676fbd754e2fd134b38e931902ac2e730b009f11865cc3e084f2b8678cbb20c965a720a85087523b47ff8098327c98d4b06e2b443a43406aec164bd7f5e65396
data/CHANGELOG.md CHANGED
@@ -5,9 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.1.1] - 2023-04-12
9
+
10
+ ### Changed
11
+
12
+ - Updated README to point to published rubygem
13
+
8
14
  ## [0.1.0] - 2023-03-15 Initial release
9
15
 
10
16
  ### Changed
17
+
11
18
  - Added devise 2FA support via Twilio Verify API
12
19
  - Currently only support mobile phones with US country codes
13
20
  - Removed Authy support
data/README.md CHANGED
@@ -6,8 +6,8 @@
6
6
  - Removed ability to request a phone call
7
7
 
8
8
  ### Just follow the steps below to migrate:
9
- - Swap out `devise-authy` in your Gemfile with `devise-twilio-verify` (ref this repo/branch for now)
10
- - `gem 'devise-twilio-verify', git: 'https://github.com/jayywolff/twilio-verify-devise.git', branch: 'authy-to-twilio-verify'`
9
+ - Swap out `devise-authy` in your Gemfile with `devise-twilio-verify`
10
+ - `gem 'devise-twilio-verify'
11
11
  - Setup a Twilio Verify account
12
12
  - Add env vars and/or Rails credentials for:
13
13
  - `TWILIO_AUTH_TOKEN`
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DeviseTwilioVerify
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise-twilio-verify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jay Wolff
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-16 00:00:00.000000000 Z
11
+ date: 2023-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: devise