Sha256: a70e07b841fc36ff4ae26b50efc93f54b809a03e4d4a880fb8b4edad5812107b

Contents?: true

Size: 982 Bytes

Versions: 3

Compression:

Stored size: 982 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'tfa/version'

Gem::Specification.new do |spec|
  spec.name          = "tfa"
  spec.version       = TFA::VERSION
  spec.authors       = ["mo khan"]
  spec.email         = ["mo@mokhan.ca"]
  spec.summary       = %q{A CLI to manage your time based one time passwords.}
  spec.description   = %q{A CLI to manage your time based one time passwords.}
  spec.homepage      = "https://github.com/mokhan/tfa/"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0")
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_dependency "rotp"
  spec.add_dependency "thor"
  spec.add_development_dependency "bundler", "~> 1.6"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "rspec"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tfa-0.0.14 tfa.gemspec
tfa-0.0.13 tfa.gemspec
tfa-0.0.12 tfa.gemspec