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