This repository was archived by the owner on May 30, 2022. It is now read-only.
File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
# DO NOT EDIT THIS FILE DIRECTLY
3
3
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
# -*- encoding: utf-8 -*-
5
- # stub: devise-authy 1.8.2 ruby lib
5
+ # stub: devise-authy 1.8.3 ruby lib
6
6
7
7
Gem ::Specification . new do |s |
8
8
s . name = "devise-authy" . freeze
9
- s . version = "1.8.2 "
9
+ s . version = "1.8.3 "
10
10
11
11
s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" . freeze ) if s . respond_to? :required_rubygems_version=
12
12
s . require_paths = [ "lib" . freeze ]
13
13
s . authors = [ "Authy Inc." . freeze ]
14
- s . date = "2017-12-22 "
14
+ s . date = "2018-07-05 "
15
15
s . description = "Authy plugin for Devise" . freeze
16
16
s . email = "support@authy.com" . freeze
17
17
s . extra_rdoc_files = [
@@ -22,6 +22,7 @@ Gem::Specification.new do |s|
22
22
".document" ,
23
23
".rspec" ,
24
24
".travis.yml" ,
25
+ "CHANGELOG.md" ,
25
26
"Gemfile" ,
26
27
"LICENSE.txt" ,
27
28
"README.md" ,
@@ -200,7 +201,7 @@ Gem::Specification.new do |s|
200
201
]
201
202
s . homepage = "https://github.com/authy/authy-devise" . freeze
202
203
s . licenses = [ "MIT" . freeze ]
203
- s . rubygems_version = "2.7.3 " . freeze
204
+ s . rubygems_version = "2.7.6 " . freeze
204
205
s . summary = "Authy plugin for Devise" . freeze
205
206
206
207
if s . respond_to? :specification_version then
You can’t perform that action at this time.
0 commit comments