Sha256: 1526b4a7e28037daad247c525cdce614a83236be48caca6339a7f3c6dd6b24eb
Contents?: true
Size: 745 Bytes
Versions: 2
Compression:
Stored size: 745 Bytes
Contents
= gem-patch A RubyGems plugin that patches gems. == Description `gem-patch` is a RubyGems plugin that helps to patch gems without manually opening and rebuilding them. It opens a given .gem file, extracts it, patches it with system `patch` command, clones its spec, updates the file list and builds the patched gem. == Installation Run: `gem install gem-patch` == Usage `gem patch [options] name-version.gem PATCH [PATCH ...]` Options: `-pNUMBER` or `--strip=NUMBER` sets the file name strip count to NUMBER (same options as for `patch` command on Linux machines). `--verbose` prints additional info and STDOUT from `patch` command == Requirements This version is build for RubyGems 2.0.a, a branch for RubyGems 1.8 is also available.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gem-patch-0.1.3 | README.rdoc |
gem-patch-0.1.2 | README.rdoc |