Sha256: c1d5f8ad48418e3b102f8470b9c169049c6a5355c5c69da262ce08dec783acc8
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.2.0' gem.add_runtime_dependency 'pry-remote' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pry-remote-auto-1.2.0 | pry-remote-auto.gemspec |