aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks/submodules.rake
Commit message (Collapse)AuthorAgeLines
* Only check commonlib, don't try to split the response into segments (as @mhl ↵Louise Crow2013-08-08-7/+8
| | | | points out, the case where the initial character is a space is somewhat confusing), just grab the first character of the whole string and check it against expected values.
* Call it an error, not a warning.Louise Crow2013-07-30-4/+4
|
* Get first character in a way that will work in Ruby 1.8 and 1.9Louise Crow2013-07-30-1/+1
|
* Add a rake task to print a warning if the state of a submodule is not what ↵Louise Crow2013-07-30-0/+27
we expect it to be.