middleman/middleman-core
Thomas Ritz 262e976790 Fixes computation of parent.
If there is a file without a basename in root, e.g. `.htaccess`,
`#parent` of another file in root finds `.htaccess` instead of
`index.html`.

Adding the `.htaccess` to the traversal-app fixture exposes this error.
The fix is to no longer scan for possible files if we know the parent
must be root.
2015-02-21 19:07:17 +01:00
..
bin Stop messing with load path in middleman executable 2012-09-15 18:45:14 -07:00
features Fix test 2015-02-13 14:39:08 -08:00
fixtures Fixes computation of parent. 2015-02-21 19:07:17 +01:00
lib Fixes computation of parent. 2015-02-21 19:07:17 +01:00
spec fix specs on windows 2014-07-03 21:09:32 +01:00
.gemtest enable gemtest at a per-gem level 2012-01-02 14:48:47 -08:00
.simplecov ignore vendor in simplecov 2013-06-04 14:28:46 -07:00
.yardopts Fix yard options 2013-11-25 00:12:39 -08:00
middleman-core.gemspec Update version of i18n 2014-12-28 10:36:33 +01:00
Rakefile Implemented Rubocop 2013-12-28 00:47:39 +00:00