Sha256: 0b9834f30332edf132738fce277ce5494c13487debe4d183957a95f72858da51
Contents?: true
Size: 901 Bytes
Versions: 6
Compression:
Stored size: 901 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 one time passwords.} spec.description = %q{A CLI to manage your one time passwords.} spec.homepage = "" 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_development_dependency "bundler", "~> 1.6" spec.add_development_dependency "rake" spec.add_development_dependency "rspec" end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
tfa-0.0.6 | tfa.gemspec |
tfa-0.0.5 | tfa.gemspec |
tfa-0.0.4 | tfa.gemspec |
tfa-0.0.3 | tfa.gemspec |
tfa-0.0.2 | tfa.gemspec |
tfa-0.0.1 | tfa.gemspec |