Sha256: 83aa3ffc89e3a11186ba0e302d6c6bcf7d28b159324a6a6a9f17cdea19b40f1c
Contents?: true
Size: 798 Bytes
Versions: 1
Compression:
Stored size: 798 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "git-ssh-wrapper" s.version = "0.0.1" s.authors = ["Martin Emde"] s.email = ["martin.emde@gmail.com"] s.homepage = "http://github.org/martinemde/git-ssh-wrapper" s.summary = %q{Generate a permissive GIT_SSH wrapper script on the fly} s.description = %q{Generate a permissive GIT_SSH wrapper script using a private key string or file for use with git commands that need ssh.} s.add_development_dependency "rspec" s.add_development_dependency "open4" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
git-ssh-wrapper-0.0.1 | git-ssh-wrapper.gemspec |