Skip to content

Commit

Permalink
Merge pull request #10 from jayywolff/specs
Browse files Browse the repository at this point in the history
bump version 0.2.3
  • Loading branch information
jayywolff authored Dec 30, 2024
2 parents 8a34326 + c8d364d commit 451284c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.2.3] - 2024-12-29

### Changed

- Updated gemspec description

## [0.2.2] - 2024-12-29

### Changed
Expand Down
2 changes: 1 addition & 1 deletion devise-twilio-verify.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.authors = ["Jay Wolff"]

spec.summary = %q{Devise-Twilio-Verify is a Devise extension that adds two-factor authentication (2FA) support using SMS and/or TOTP via the Twilio Verify API}
spec.description = %q{The devise-twilio-verify gem integrates the Twilio Verify API with Twilio's two-factor authentication (2FA) capabilities with the popular Ruby on Rails authentication framework, Devise. This gem allows you to easily add phone number verification via SMS using Twilio to your Devise-powered application. It provides seamless integration for sending one-time passcodes (OTPs) to users' mobile phones and verifies them during sign-in or account registration. The gem supports customizable settings, ensuring a secure and user-friendly authentication experience by utilizing Twilio's reliable messaging infrastructure. This gem is meant to make migrating from authy to twilio verify as simple as possible, please see the README for details.}
spec.description = %q{The devise-twilio-verify gem is an extension for the Devise authentication system that adds extra security with two-factor authentication (2FA). It works by using Twilio's Verify API to send verification codes to users via SMS or TOTP (time-based codes). This gem makes it easy to set up 2FA in your Devise-powered Rails app, helping to keep user accounts secure. This gem is meant to make migrating from authy to twilio verify as simple as possible, please see the README for details.}
spec.homepage = "https://github.com/jayywolff/twilio-verify-devise"
spec.license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion lib/devise-twilio-verify/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DeviseTwilioVerify
VERSION = '0.2.2'
VERSION = '0.2.3'
end

0 comments on commit 451284c

Please sign in to comment.