Sha256: 8796d24958a35aae305af8afa2d9af441e50936b2e130f5ca3f44c0c06210a9b
Contents?: true
Size: 883 Bytes
Versions: 4
Compression:
Stored size: 883 Bytes
Contents
= txt_file_mutator Contains utility functions for doing simple file mutations/transformations such as: * Inserting content BEFORE a line with some specific content * Inserting content AFTER a line with some specific content * Commenting a line with some specific content * Commenting a config.gem statement for a specific gem * Remove a line * Remove a require statement == Note on Patches/Pull Requests * Fork the project. * Make your feature addition or bug fix. * Add tests for it. This is important so I don't break it in a future version unintentionally. * Commit, do not mess with rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull) * Send me a pull request. Bonus points for topic branches. == Copyright Copyright (c) 2009 Kristian Mandrup. See LICENSE for details.
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
txt_file_mutator-0.2.4 | README.rdoc |
txt_file_mutator-0.2.2 | README.rdoc |
txt_file_mutator-0.2.1 | README.rdoc |
txt_file_mutator-0.2.0 | README.rdoc |