Sha256: 802e656416f55f9376c991f1e8acfa85dfb759dcb1fb295eb8c196bac938d45d

Contents?: true

Size: 719 Bytes

Versions: 1

Compression:

Stored size: 719 Bytes

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |gem|
  gem.authors       = ["jugyo"]
  gem.email         = ["kkohno@gmail.com"]
  gem.description   = %q{Open the Terminal and run pry-remote automatically}
  gem.summary       = %q{The pry-remote improveemnt to open the Terminal and run pry-remote automatically}
  gem.homepage      = "https://github.com/jugyo/pry-remote-auto"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "pry-remote-auto"
  gem.require_paths = ["lib"]
  gem.version       = '1.0.0'

  gem.add_runtime_dependency 'pry-remote'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pry-remote-auto-1.0.0 pry-remote-auto.gemspec