HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/rotp-6.2.2/rotp.gemspec
require './lib/rotp/version'

Gem::Specification.new do |s|
  s.name        = 'rotp'
  s.version     = ROTP::VERSION
  s.platform    = Gem::Platform::RUBY
  s.required_ruby_version = '>= 2.3'
  s.license     = 'MIT'
  s.authors     = ['Mark Percival']
  s.email       = ['mark@markpercival.us']
  s.homepage    = 'https://github.com/mdp/rotp'
  s.summary     = 'A Ruby library for generating and verifying one time passwords'
  s.description = 'Works for both HOTP and TOTP, and includes QR Code provisioning'

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
  s.require_paths = ['lib']

  s.add_development_dependency "rake", "~> 13.0"
  s.add_development_dependency 'rspec', '~> 3.5'
  s.add_development_dependency 'simplecov', '~> 0.12'
  s.add_development_dependency 'timecop', '~> 0.8'
end