Sha256: fe9d652dc5a5683f47fc62a0081458234fba364f0d9707ad9d5ec1a777fd4d79

Contents?: true

Size: 858 Bytes

Versions: 2

Compression:

Stored size: 858 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_dependency 'execjs-runtimes-jxa', '~> 0.1'
  gem.add_dependency 'thor', '~> 0.16'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
termup-3.0.1 termup.gemspec
termup-3.0.0 termup.gemspec