summaryrefslogtreecommitdiff
path: root/plugins/rake-fast
AgeCommit message (Collapse)Author
2014-07-23Use $OSTYPE instead of uname to speed things upChristian HoĢˆltje
The $OSTYPE variable is set at ZSH compile time and can be safely used to determine the OS of the system. e.g. darwin (os x)
2014-03-27Merge pull request #2658 from leifcr/rake-fast-issueRobby Russell
Plugin: Rake-fast: Support both *nix and Darwin
2014-03-25Add README file to rake-fast pluginKevin Bongart
2014-03-25Plugin: Rake-fast: Support both *nix and DarwinLeif Ringstad
2014-03-16Remove copyright information, as per #2588Kevin Bongart
2014-02-13Add rake-fast plugin for fast rake autocompletionKevin Bongart