Sha256: 018c53ec6869ed666611544b6628606b6a072866df861932da56d3ce6b7160fe
Contents?: true
Size: 748 Bytes
Versions: 1
Compression:
Stored size: 748 Bytes
Contents
Description =========== syntax_fix gem goes through all files and directories and change the old Ruby 1.8 syntax to a new one. Features ======== What we've got so far: * change hash style from ':key => "value"' to 'key: "value"' Install ======= `gem install syntax_fix` OR Put this line in your Gemfile: `gem 'syntax_fix'` Then bundle: `$ bundle` Usage ======= `syntax_fix` command will check and rewrite all files with the new syntax (including nested files and directories) `-h` or `--help` - output all the possible arguments that you can pass from a command line `-v` or `--verbose` - be verbose about the actions Contributing ============ If you consider to contribute to syntax_fix gem, please try to cover your code with tests
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
syntax_fix-0.0.2 | README.md |