Sha256: 661c4770656d420b5ab35e302faea1cb610a442d160e4031c6de0233c15fd47c
Contents?: true
Size: 1009 Bytes
Versions: 4
Compression:
Stored size: 1009 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'menuboy/version' Gem::Specification.new do |spec| spec.name = "menuboy" spec.version = Menuboy::VERSION spec.authors = ["Keyvan Fatehi"] spec.email = ["keyvanfatehi@gmail.com"] spec.description = %q{Simple CLI-based menu building DSL} spec.summary = %q{Simple CLI-based menu building DSL} spec.homepage = "https://github.com/keyvanfatehi/menuboy" spec.license = "MIT" spec.files = `git ls-files`.split($/) 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_runtime_dependency 'ruby-termios' spec.add_runtime_dependency 'eventmachine' spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" spec.add_development_dependency "pry" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
menuboy-0.2.0 | menuboy.gemspec |
menuboy-0.1.2 | menuboy.gemspec |
menuboy-0.1.1 | menuboy.gemspec |
menuboy-0.1.0 | menuboy.gemspec |