11# frozen_string_literal: true
22
3- require_relative " lib/devise/code_confirmable/version"
3+ require_relative ' lib/devise/code_confirmable/version'
44
55Gem ::Specification . new do |spec |
6- spec . name = " devise-code_confirmable"
6+ spec . name = ' devise-code_confirmable'
77 spec . version = Devise ::CodeConfirmable ::VERSION
8- spec . authors = [ " Daniel Olivares" ]
9- spec . email = [ " [email protected] " ] 8+ spec . authors = [ ' Daniel Olivares' ]
9+ spec . email = [ ' [email protected] ' ] 1010
11- spec . summary = " TODO: Write a short summary, because RubyGems requires one."
12- spec . description = " TODO: Write a longer description or delete this line."
11+ spec . summary = ' TODO: Write a short summary, because RubyGems requires one.'
12+ spec . description = ' TODO: Write a longer description or delete this line.'
1313 spec . homepage = "TODO: Put your gem's website or public repo URL here."
14- spec . required_ruby_version = " >= 3.1.0"
14+ spec . required_ruby_version = ' >= 3.1.0'
1515
16- spec . metadata [ " allowed_push_host" ] = "TODO: Set to your gem server 'https://example.com'"
16+ spec . metadata [ ' allowed_push_host' ] = "TODO: Set to your gem server 'https://example.com'"
1717
18- spec . metadata [ " homepage_uri" ] = spec . homepage
19- spec . metadata [ " source_code_uri" ] = "TODO: Put your gem's public repo URL here."
20- spec . metadata [ " changelog_uri" ] = "TODO: Put your gem's CHANGELOG.md URL here."
18+ spec . metadata [ ' homepage_uri' ] = spec . homepage
19+ spec . metadata [ ' source_code_uri' ] = "TODO: Put your gem's public repo URL here."
20+ spec . metadata [ ' changelog_uri' ] = "TODO: Put your gem's CHANGELOG.md URL here."
2121
2222 # Specify which files should be added to the gem when it is released.
2323 # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -28,13 +28,14 @@ Gem::Specification.new do |spec|
2828 f . start_with? ( *%w[ bin/ test/ spec/ features/ .git .github appveyor Gemfile ] )
2929 end
3030 end
31- spec . bindir = " exe"
31+ spec . bindir = ' exe'
3232 spec . executables = spec . files . grep ( %r{\A exe/} ) { |f | File . basename ( f ) }
33- spec . require_paths = [ " lib" ]
33+ spec . require_paths = [ ' lib' ]
3434
3535 # Uncomment to register a new dependency of your gem
3636 # spec.add_dependency "example-gem", "~> 1.0"
3737
3838 # For more information and examples about making a new gem, check out our
3939 # guide at: https://bundler.io/guides/creating_gem.html
40+ spec . metadata [ 'rubygems_mfa_required' ] = 'true'
4041end
0 commit comments