Sha256: edd2cde7e4884c93852e57367c29d954396577929314564f9c78c083ac2f0ab2
Contents?: true
Size: 1.36 KB
Versions: 7
Compression:
Stored size: 1.36 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'aka/version' Gem::Specification.new do |spec| spec.name = "aka2" spec.version = Aka::VERSION spec.authors = ["Bryan Lim","Ryan Goh"] spec.email = ["ytbryan@gmail.com","gohengkeat89@gmail.com"] spec.summary = %q{The Missing Alias Manager} spec.description = %q{aka generate/edit/destroy/find permanent aliases with a single command. } spec.homepage = "https://github.com/ytbryan/aka" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } #spec.bindir = "exe" #spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.executables = ["aka"] spec.require_paths = ["lib"] spec.required_ruby_version = ">= 2.2.2" spec.add_runtime_dependency 'net-scp', '~> 1.2', '>= 1.2.1' # spec.add_runtime_dependency 'open-uri' spec.add_runtime_dependency 'colorize', '~> 0' spec.add_runtime_dependency "safe_yaml", '~> 1.0', '>= 1.0.4' spec.add_runtime_dependency 'thor' , '~> 0.19.1' # spec.add_runtime_dependency 'fileutils' spec.add_development_dependency "bundler", "~> 1.10" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "minitest", "~> 5.7" end
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
aka2-0.1.9 | aka.gemspec |
aka2-0.1.8 | aka.gemspec |
aka2-0.1.7 | aka.gemspec |
aka2-0.1.6 | aka.gemspec |
aka2-0.1.5 | aka.gemspec |
aka2-0.1.4 | aka.gemspec |
aka2-0.1.3 | aka.gemspec |