Sha256: 365922524002e2a95fb8dd9611b5f0f1ac6cd2233bc0062f975881c7c0887e97
Contents?: true
Size: 1.06 KB
Versions: 1
Compression:
Stored size: 1.06 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'aka/version' require 'aka/post_message' Gem::Specification.new do |spec| spec.name = "aka2" spec.version = Aka::VERSION spec.authors = ["Bryan Lim"] spec.email = ["ytbryan@gmail.com","gohengkeat89@gmail.com"] spec.summary = %q{The Missing Shortcut Manager} spec.description = %q{ A delightful way to manage and grow your aliases in your daily project. } 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.executables = ["aka"] spec.require_paths = ["lib"] spec.post_install_message = Log::MESSAGE spec.required_ruby_version = ">= 2.0.0" spec.add_runtime_dependency 'thor' , '~> 0.19.1' 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aka2-0.1.10.pre | aka.gemspec |