Sha256: 77e8e45d92aa28ae173eec30b9243a72173f3cc6cbf3b74b5c73db9fb1674d8a
Contents?: true
Size: 871 Bytes
Versions: 6
Compression:
Stored size: 871 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/termup/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Kenn Ejima"] gem.email = ["kenn.ejima@gmail.com"] gem.description = %q{Setup terminal tabs with preset commands for your projects} gem.summary = %q{Setup terminal tabs with preset commands for your projects} gem.homepage = "https://github.com/kenn/termup" gem.files = `git ls-files`.split($\).reject{|f| f =~ /^images/ } # Exclude images gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "termup" gem.require_paths = ["lib"] gem.version = Termup::VERSION gem.add_runtime_dependency 'rb-appscript', '~> 0.6.1' gem.add_runtime_dependency 'thor', '~> 0.16.0' end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
termup-2.0.3 | termup.gemspec |
termup-2.0.2 | termup.gemspec |
termup-2.0.1 | termup.gemspec |
termup-2.0.0 | termup.gemspec |
termup-1.3.1 | termup.gemspec |
termup-1.3.0 | termup.gemspec |