History.txt in roodi-1.1.0 vs History.txt in roodi-1.1.1

- old
+ new

@@ -1,12 +1,25 @@ -= 1.1.0 += 1.1.1 +* I'd initially published to Rubyforge under a 1.0.0 gem, and I've since tried to retrospectively fix up the version number system. It turns out that Rubyforge caches old gems permanently, so I have to re-start at a larger number again. +* class name check no longer gets confused about scoped class names like Module::Classname. + += 0.5 + +* expanded regex matching for method name check. +* suppressed noisy output from ParseTree using facets API. +* updated dependencies and version as a result of facets change. +* made Roodi tolerant of being asked to parse files which aren't really Ruby files. +* updated the documentation with usage examples. + += 0.4 + * Added support back in for line numbers in error messages. * Re-enabled MethodLineCountCheck as part of the default check set. -= 1.0.0 += 0.3 -* First release of Roodi. +* First version of Roodi to be published to Rubyforge. = 0.2 * Now use ParseTree instead of JRuby, which makes the tool much more accessible. * Removed MagicNumberCheck