middleman-core 3.0.0.alpha.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (571) hide show
  1. data/Rakefile +5 -0
  2. data/bin/middleman +52 -0
  3. data/features/3rd_party_cli.feature +5 -0
  4. data/features/asset_host.feature +7 -0
  5. data/features/auto_layout.feature +36 -0
  6. data/features/automatic_image_sizes.feature +16 -0
  7. data/features/builder.feature +50 -0
  8. data/features/chained_templates.feature +19 -0
  9. data/features/clean_build.feature +31 -0
  10. data/features/cli.feature +120 -0
  11. data/features/content_for.feature +6 -0
  12. data/features/current_page_request_path_backwards.feature +6 -0
  13. data/features/custom_layout_engines.feature +8 -0
  14. data/features/custom_layouts.feature +44 -0
  15. data/features/data.feature +22 -0
  16. data/features/directory_index.feature +36 -0
  17. data/features/dynamic_pages.feature +95 -0
  18. data/features/feature_params.feature +6 -0
  19. data/features/former_padrino_helpers.feature +10 -0
  20. data/features/front-matter.feature +35 -0
  21. data/features/helpers_auto_javascript_include_tag.feature +27 -0
  22. data/features/helpers_auto_stylesheet_link_tag.feature +27 -0
  23. data/features/helpers_external.feature +6 -0
  24. data/features/helpers_lorem.feature +6 -0
  25. data/features/helpers_page_classes.feature +17 -0
  26. data/features/instance_vars.feature +20 -0
  27. data/features/mount_rack.feature +8 -0
  28. data/features/nested_layouts.feature +24 -0
  29. data/features/partials.feature +41 -0
  30. data/features/preview_changes.feature +18 -0
  31. data/features/sitemap_traversal.features +73 -0
  32. data/features/static_server.feature +6 -0
  33. data/features/step_definitions/page_layout_steps.rb +15 -0
  34. data/features/support/env.rb +3 -0
  35. data/features/wildcard_page_helper.feature +19 -0
  36. data/fixtures/3rd-party-command/config.rb +10 -0
  37. data/fixtures/asset-host-app/config.rb +6 -0
  38. data/fixtures/asset-host-app/source/.htaccess +1 -0
  39. data/fixtures/asset-host-app/source/asset_host.html.erb +1 -0
  40. data/fixtures/asset-host-app/source/images/blank.gif +0 -0
  41. data/fixtures/auto-css-app/config.rb +11 -0
  42. data/fixtures/auto-css-app/source/auto-css.html.erb +1 -0
  43. data/fixtures/auto-css-app/source/auto-css/auto-css.html.erb +1 -0
  44. data/fixtures/auto-css-app/source/auto-css/index.html.erb +1 -0
  45. data/fixtures/auto-css-app/source/auto-css/sub/auto-css.html.erb +1 -0
  46. data/fixtures/auto-css-app/source/stylesheets/auto-css.css +3 -0
  47. data/fixtures/auto-css-app/source/stylesheets/auto-css/auto-css.css +3 -0
  48. data/fixtures/auto-css-app/source/stylesheets/auto-css/index.css +0 -0
  49. data/fixtures/auto-css-app/source/stylesheets/auto-css/sub/auto-css.css +3 -0
  50. data/fixtures/auto-js-app/config.rb +11 -0
  51. data/fixtures/auto-js-app/source/auto-js.html.erb +1 -0
  52. data/fixtures/auto-js-app/source/auto-js/auto-js.html.erb +1 -0
  53. data/fixtures/auto-js-app/source/auto-js/index.html.erb +1 -0
  54. data/fixtures/auto-js-app/source/auto-js/sub/auto-js.html.erb +1 -0
  55. data/fixtures/auto-js-app/source/javascripts/auto-js.js +1 -0
  56. data/fixtures/auto-js-app/source/javascripts/auto-js/auto-js.js +1 -0
  57. data/fixtures/auto-js-app/source/javascripts/auto-js/index.js +1 -0
  58. data/fixtures/auto-js-app/source/javascripts/auto-js/sub/auto-js.js +1 -0
  59. data/fixtures/automatic-image-size-app/config.rb +0 -0
  60. data/fixtures/automatic-image-size-app/source/auto-image-sizes.html.erb +1 -0
  61. data/fixtures/automatic-image-size-app/source/images/blank.gif +0 -0
  62. data/fixtures/basic-data-app/config.rb +4 -0
  63. data/fixtures/basic-data-app/data/test.yml +4 -0
  64. data/fixtures/basic-data-app/data/test2.json +4 -0
  65. data/fixtures/basic-data-app/source/data.html.erb +1 -0
  66. data/fixtures/basic-data-app/source/data3.html.erb +1 -0
  67. data/fixtures/build-with-errors-app/config.rb +1 -0
  68. data/fixtures/build-with-errors-app/source/index.html.erb +1 -0
  69. data/fixtures/chained-app/config.rb +0 -0
  70. data/fixtures/chained-app/data/article.yml +2 -0
  71. data/fixtures/chained-app/source/index.html.str.erb +8 -0
  72. data/fixtures/clean-app/config-complications.rb +11 -0
  73. data/fixtures/clean-app/config-empty.rb +0 -0
  74. data/fixtures/clean-app/config.rb +11 -0
  75. data/fixtures/clean-app/source/index.html.erb +1 -0
  76. data/fixtures/clean-app/source/layout.erb +9 -0
  77. data/fixtures/clean-app/source/layouts/custom.erb +8 -0
  78. data/fixtures/clean-app/source/real.html +1 -0
  79. data/fixtures/clean-app/source/real/index.html.erb +5 -0
  80. data/fixtures/clean-app/source/should_be_ignored.html +1 -0
  81. data/fixtures/clean-app/source/should_be_ignored2.html +1 -0
  82. data/fixtures/clean-app/source/should_be_ignored3.html +1 -0
  83. data/fixtures/clean-app/source/static.html +1 -0
  84. data/fixtures/clean-dir-app/config.rb +1 -0
  85. data/fixtures/clean-dir-app/source/about.html +1 -0
  86. data/fixtures/content-for-app/config.rb +3 -0
  87. data/fixtures/content-for-app/source/content_for_erb.html.erb +5 -0
  88. data/fixtures/content-for-app/source/layouts/content_for.erb +4 -0
  89. data/fixtures/current-page-app/config.rb +3 -0
  90. data/fixtures/current-page-app/source/request-path.html.erb +1 -0
  91. data/fixtures/custom-layout-app/config.rb +1 -0
  92. data/fixtures/custom-layout-app/source/index.html.erb +1 -0
  93. data/fixtures/custom-layout-app/source/layout.str +9 -0
  94. data/fixtures/custom-layout-app2/config.rb +0 -0
  95. data/fixtures/custom-layout-app2/source/custom-layout-dir/index.html.erb +1 -0
  96. data/fixtures/custom-layout-app2/source/custom-layout.html.erb +1 -0
  97. data/fixtures/custom-layout-app2/source/layouts/custom.erb +8 -0
  98. data/fixtures/data-app/config.rb +3 -0
  99. data/fixtures/data-app/data/pages.yml +6 -0
  100. data/fixtures/data-app/source/index.html.erb +1 -0
  101. data/fixtures/data-app/source/layout.erb +5 -0
  102. data/fixtures/different-engine-layout/config.rb +0 -0
  103. data/fixtures/different-engine-layout/source/index.html.str +1 -0
  104. data/fixtures/different-engine-layout/source/layout.erb +9 -0
  105. data/fixtures/different-engine-partial/config.rb +0 -0
  106. data/fixtures/different-engine-partial/source/index.html.erb +1 -0
  107. data/fixtures/different-engine-partial/source/layouts/layout.erb +7 -0
  108. data/fixtures/different-engine-partial/source/shared/_footer.str +1 -0
  109. data/fixtures/different-engine-partial/source/shared/_header.erb +1 -0
  110. data/fixtures/dynamic-pages-app/config.rb +29 -0
  111. data/fixtures/dynamic-pages-app/source/real.html +1 -0
  112. data/fixtures/dynamic-pages-app/source/real/index.html.erb +5 -0
  113. data/fixtures/dynamic-pages-app/source/should_be_ignored.html +1 -0
  114. data/fixtures/dynamic-pages-app/source/should_be_ignored2.html +1 -0
  115. data/fixtures/dynamic-pages-app/source/should_be_ignored3.html +1 -0
  116. data/fixtures/dynamic-pages-app/source/should_be_ignored4.html +1 -0
  117. data/fixtures/dynamic-pages-app/source/should_be_ignored5.html +1 -0
  118. data/fixtures/dynamic-pages-app/source/should_be_ignored6.html +1 -0
  119. data/fixtures/dynamic-pages-app/source/should_be_ignored7.html +1 -0
  120. data/fixtures/dynamic-pages-app/source/should_be_ignored8.html +1 -0
  121. data/fixtures/empty-app/not-config.rb +0 -0
  122. data/fixtures/engine-matching-layout/config.rb +0 -0
  123. data/fixtures/engine-matching-layout/source/index.html.erb +1 -0
  124. data/fixtures/engine-matching-layout/source/layout.erb +9 -0
  125. data/fixtures/external-helpers/config.rb +4 -0
  126. data/fixtures/external-helpers/lib/hello_helper.rb +5 -0
  127. data/fixtures/external-helpers/source/index.html.erb +1 -0
  128. data/fixtures/feature-params-app/config.rb +12 -0
  129. data/fixtures/feature-params-app/source/index.html.erb +3 -0
  130. data/fixtures/frontmatter-app/config.rb +0 -0
  131. data/fixtures/frontmatter-app/source/front-matter-2.php.erb +7 -0
  132. data/fixtures/frontmatter-app/source/front-matter-change.html.erb +5 -0
  133. data/fixtures/frontmatter-app/source/front-matter.html.erb +6 -0
  134. data/fixtures/generator-test/config.rb +80 -0
  135. data/fixtures/generator-test/source/index.html.erb +10 -0
  136. data/fixtures/glob-app/config.rb +1 -0
  137. data/fixtures/glob-app/source/index.html.erb +4 -0
  138. data/fixtures/glob-app/source/stylesheets/site.css.str +3 -0
  139. data/fixtures/ignore-app/config.rb +2 -0
  140. data/fixtures/ignore-app/source/articles/template.html.erb +1 -0
  141. data/fixtures/ignore-app/source/template.html.erb +1 -0
  142. data/fixtures/indexable-app/config.rb +2 -0
  143. data/fixtures/indexable-app/source/.htaccess +1 -0
  144. data/fixtures/indexable-app/source/a_folder/needs_index.html +1 -0
  145. data/fixtures/indexable-app/source/leave_me_alone.html +1 -0
  146. data/fixtures/indexable-app/source/needs_index.html +1 -0
  147. data/fixtures/indexable-app/source/regular/index.html +1 -0
  148. data/fixtures/instance-vars-app/config.rb +0 -0
  149. data/fixtures/instance-vars-app/source/_vartial.erb +5 -0
  150. data/fixtures/instance-vars-app/source/instance-var-set.html.erb +2 -0
  151. data/fixtures/instance-vars-app/source/layout.erb +3 -0
  152. data/fixtures/instance-vars-app/source/no-instance-var.html.erb +1 -0
  153. data/fixtures/large-build-app/config.rb +3 -0
  154. data/fixtures/large-build-app/source/.htaccess +1 -0
  155. data/fixtures/large-build-app/source/_partial.erb +1 -0
  156. data/fixtures/large-build-app/source/images/Child folder/regular_file(example).txt +1 -0
  157. data/fixtures/large-build-app/source/images/Read me (example).txt +1 -0
  158. data/fixtures/large-build-app/source/images/blank.gif +0 -0
  159. data/fixtures/large-build-app/source/index.html.erb +1 -0
  160. data/fixtures/large-build-app/source/layout.erb +9 -0
  161. data/fixtures/large-build-app/source/layouts/content_for.erb +4 -0
  162. data/fixtures/large-build-app/source/layouts/custom.erb +8 -0
  163. data/fixtures/large-build-app/source/other_layout.erb +1 -0
  164. data/fixtures/large-build-app/source/services/index.html.erb +1 -0
  165. data/fixtures/large-build-app/source/spaces in file.html.erb +1 -0
  166. data/fixtures/large-build-app/source/static.html +1 -0
  167. data/fixtures/large-build-app/source/stylesheets/static.css +2 -0
  168. data/fixtures/lorem-app/config.rb +0 -0
  169. data/fixtures/lorem-app/source/lorem.html.erb +13 -0
  170. data/fixtures/manual-layout-missing/config.rb +1 -0
  171. data/fixtures/manual-layout-missing/source/index.html.erb +1 -0
  172. data/fixtures/manual-layout-override/config.rb +3 -0
  173. data/fixtures/manual-layout-override/source/index.html.erb +1 -0
  174. data/fixtures/manual-layout-override/source/layouts/another.erb +9 -0
  175. data/fixtures/manual-layout-override/source/layouts/custom.erb +9 -0
  176. data/fixtures/manual-layout/config.rb +1 -0
  177. data/fixtures/manual-layout/source/index.html.erb +1 -0
  178. data/fixtures/manual-layout/source/layouts/custom.erb +9 -0
  179. data/fixtures/multiple-layouts/config.rb +0 -0
  180. data/fixtures/multiple-layouts/source/index.html.erb +1 -0
  181. data/fixtures/multiple-layouts/source/layout.erb +9 -0
  182. data/fixtures/multiple-layouts/source/layout.str +9 -0
  183. data/fixtures/nested-layout-app/config.rb +1 -0
  184. data/fixtures/nested-layout-app/source/data-one.html.erb +5 -0
  185. data/fixtures/nested-layout-app/source/data-two.html.erb +5 -0
  186. data/fixtures/nested-layout-app/source/index.html.erb +1 -0
  187. data/fixtures/nested-layout-app/source/layouts/inner.erb +4 -0
  188. data/fixtures/nested-layout-app/source/layouts/master.erb +3 -0
  189. data/fixtures/nested-layout-app/source/layouts/outer.erb +4 -0
  190. data/fixtures/no-layout/config.rb +0 -0
  191. data/fixtures/no-layout/source/index.html.erb +1 -0
  192. data/fixtures/padrino-helpers-app/config.rb +0 -0
  193. data/fixtures/padrino-helpers-app/source/former_padrino_test.html.erb +4 -0
  194. data/fixtures/page-classes-app/config.rb +4 -0
  195. data/fixtures/page-classes-app/source/page-classes.html.erb +1 -0
  196. data/fixtures/page-classes-app/source/sub1/page-classes.html.erb +1 -0
  197. data/fixtures/page-classes-app/source/sub1/sub2/page-classes.html.erb +1 -0
  198. data/fixtures/partials-app/config.rb +0 -0
  199. data/fixtures/partials-app/source/_locals.erb +1 -0
  200. data/fixtures/partials-app/source/_main.erb +1 -0
  201. data/fixtures/partials-app/source/_main.str +1 -0
  202. data/fixtures/partials-app/source/index.html.erb +3 -0
  203. data/fixtures/partials-app/source/locals.html.erb +1 -0
  204. data/fixtures/partials-app/source/second.html.str +3 -0
  205. data/fixtures/partials-app/source/shared/_footer.erb +1 -0
  206. data/fixtures/partials-app/source/shared/_header.erb +1 -0
  207. data/fixtures/partials-app/source/sub/_local.erb +1 -0
  208. data/fixtures/partials-app/source/sub/index.html.erb +3 -0
  209. data/fixtures/plain-app/index.html +1 -0
  210. data/fixtures/preview-app/config.rb +0 -0
  211. data/fixtures/preview-app/source/content.html.erb +1 -0
  212. data/fixtures/preview-app/source/layout.erb +1 -0
  213. data/fixtures/sinatra-app/config.rb +11 -0
  214. data/fixtures/sinatra-app/source/index.html.erb +5 -0
  215. data/fixtures/traversal-app/config.rb +7 -0
  216. data/fixtures/traversal-app/source/directory-indexed.html.erb +0 -0
  217. data/fixtures/traversal-app/source/directory-indexed/sibling.html.erb +3 -0
  218. data/fixtures/traversal-app/source/directory-indexed/sibling2.html.erb +3 -0
  219. data/fixtures/traversal-app/source/directory-indexed/sub2/index.html.erb +0 -0
  220. data/fixtures/traversal-app/source/directory-indexed/sub3/deep.html.erb +0 -0
  221. data/fixtures/traversal-app/source/index.html.erb +0 -0
  222. data/fixtures/traversal-app/source/layout.erb +19 -0
  223. data/fixtures/traversal-app/source/proxied.html.erb +0 -0
  224. data/fixtures/traversal-app/source/root.html.erb +0 -0
  225. data/fixtures/traversal-app/source/sub/index.html.erb +0 -0
  226. data/fixtures/traversal-app/source/sub/sibling.html.erb +0 -0
  227. data/fixtures/traversal-app/source/sub/sibling2.html.erb +0 -0
  228. data/fixtures/traversal-app/source/sub/sub2/index.html.erb +0 -0
  229. data/fixtures/traversal-app/source/sub/sub3/deep.html.erb +0 -0
  230. data/fixtures/wildcard-app/config.rb +1 -0
  231. data/fixtures/wildcard-app/source/admin/index.html.erb +1 -0
  232. data/fixtures/wildcard-app/source/admin/page.html.erb +1 -0
  233. data/fixtures/wildcard-app/source/index.html.erb +1 -0
  234. data/fixtures/wildcard-app/source/layouts/admin.erb +2 -0
  235. data/fixtures/wildcard-app/source/layouts/layout.erb +2 -0
  236. data/fixtures/wildcard-directory-index-app/config.rb +2 -0
  237. data/fixtures/wildcard-directory-index-app/source/admin/index.html.erb +1 -0
  238. data/fixtures/wildcard-directory-index-app/source/admin/page.html.erb +1 -0
  239. data/fixtures/wildcard-directory-index-app/source/index.html.erb +1 -0
  240. data/fixtures/wildcard-directory-index-app/source/layouts/admin.erb +2 -0
  241. data/fixtures/wildcard-directory-index-app/source/layouts/layout.erb +2 -0
  242. data/lib/middleman-core.rb +259 -0
  243. data/lib/middleman-core/base.rb +494 -0
  244. data/lib/middleman-core/cache.rb +57 -0
  245. data/lib/middleman-core/cli.rb +57 -0
  246. data/lib/middleman-core/cli/build.rb +229 -0
  247. data/lib/middleman-core/cli/init.rb +52 -0
  248. data/lib/middleman-core/cli/server.rb +52 -0
  249. data/lib/middleman-core/core_extensions/assets.rb +30 -0
  250. data/lib/middleman-core/core_extensions/builder.rb +49 -0
  251. data/lib/middleman-core/core_extensions/data.rb +193 -0
  252. data/lib/middleman-core/core_extensions/default_helpers.rb +119 -0
  253. data/lib/middleman-core/core_extensions/extensions.rb +148 -0
  254. data/lib/middleman-core/core_extensions/file_watcher.rb +83 -0
  255. data/lib/middleman-core/core_extensions/front_matter.rb +145 -0
  256. data/lib/middleman-core/core_extensions/rendering.rb +247 -0
  257. data/lib/middleman-core/core_extensions/routing.rb +69 -0
  258. data/lib/middleman-core/core_extensions/show_exceptions.rb +16 -0
  259. data/lib/middleman-core/core_extensions/sitemap.rb +72 -0
  260. data/lib/middleman-core/extensions/asset_host.rb +29 -0
  261. data/lib/middleman-core/extensions/automatic_image_sizes.rb +38 -0
  262. data/lib/middleman-core/extensions/automatic_image_sizes/fastimage.rb +287 -0
  263. data/lib/middleman-core/extensions/directory_indexes.rb +62 -0
  264. data/lib/middleman-core/extensions/lorem.rb +140 -0
  265. data/lib/middleman-core/guard.rb +148 -0
  266. data/lib/middleman-core/renderers/erb.rb +19 -0
  267. data/lib/middleman-core/sitemap/page.rb +186 -0
  268. data/lib/middleman-core/sitemap/store.rb +139 -0
  269. data/lib/middleman-core/sitemap/template.rb +82 -0
  270. data/lib/middleman-core/step_definitions.rb +12 -0
  271. data/lib/middleman-core/step_definitions/builder_steps.rb +42 -0
  272. data/lib/middleman-core/step_definitions/middleman_steps.rb +15 -0
  273. data/lib/middleman-core/step_definitions/server_steps.rb +73 -0
  274. data/lib/middleman-core/templates.rb +82 -0
  275. data/lib/middleman-core/templates/default.rb +29 -0
  276. data/lib/middleman-core/templates/default/source/images/background.png +0 -0
  277. data/lib/middleman-core/templates/default/source/images/middleman.png +0 -0
  278. data/lib/middleman-core/templates/default/source/index.html.erb +10 -0
  279. data/lib/middleman-core/templates/default/source/javascripts/all.js +1 -0
  280. data/lib/middleman-core/templates/default/source/layouts/layout.erb +19 -0
  281. data/lib/middleman-core/templates/default/source/stylesheets/_animate.scss +23 -0
  282. data/lib/middleman-core/templates/default/source/stylesheets/_normalize.scss +431 -0
  283. data/lib/middleman-core/templates/default/source/stylesheets/all.css.scss +40 -0
  284. data/lib/middleman-core/templates/html5.rb +25 -0
  285. data/lib/middleman-core/templates/html5/source/404.html +38 -0
  286. data/lib/middleman-core/templates/html5/source/README.md +388 -0
  287. data/lib/middleman-core/templates/html5/source/apple-touch-icon-114x114-precomposed.png +0 -0
  288. data/lib/middleman-core/templates/html5/source/apple-touch-icon-57x57-precomposed.png +0 -0
  289. data/lib/middleman-core/templates/html5/source/apple-touch-icon-72x72-precomposed.png +0 -0
  290. data/lib/middleman-core/templates/html5/source/apple-touch-icon-precomposed.png +0 -0
  291. data/lib/middleman-core/templates/html5/source/apple-touch-icon.png +0 -0
  292. data/lib/middleman-core/templates/html5/source/crossdomain.xml +25 -0
  293. data/lib/middleman-core/templates/html5/source/css/style.css +293 -0
  294. data/lib/middleman-core/templates/html5/source/favicon.ico +0 -0
  295. data/lib/middleman-core/templates/html5/source/humans.txt +43 -0
  296. data/lib/middleman-core/templates/html5/source/img/.gitignore +2 -0
  297. data/lib/middleman-core/templates/html5/source/index.html +79 -0
  298. data/lib/middleman-core/templates/html5/source/js/libs/jquery-1.6.2.js +8981 -0
  299. data/lib/middleman-core/templates/html5/source/js/libs/jquery-1.6.2.min.js +18 -0
  300. data/lib/middleman-core/templates/html5/source/js/libs/modernizr-2.0.6.min.js +4 -0
  301. data/lib/middleman-core/templates/html5/source/js/mylibs/.gitignore +2 -0
  302. data/lib/middleman-core/templates/html5/source/js/plugins.js +20 -0
  303. data/lib/middleman-core/templates/html5/source/js/script.js +8 -0
  304. data/lib/middleman-core/templates/html5/source/robots.txt +5 -0
  305. data/lib/middleman-core/templates/html5/source/test/index.html +31 -0
  306. data/lib/middleman-core/templates/html5/source/test/qunit/qunit.css +148 -0
  307. data/lib/middleman-core/templates/html5/source/test/qunit/qunit.js +1265 -0
  308. data/lib/middleman-core/templates/html5/source/test/tests.js +24 -0
  309. data/lib/middleman-core/templates/local.rb +21 -0
  310. data/lib/middleman-core/templates/mobile.rb +25 -0
  311. data/lib/middleman-core/templates/mobile/source/404.html +37 -0
  312. data/lib/middleman-core/templates/mobile/source/README.markdown +21 -0
  313. data/lib/middleman-core/templates/mobile/source/crossdomain.xml +25 -0
  314. data/lib/middleman-core/templates/mobile/source/css/style.css +315 -0
  315. data/lib/middleman-core/templates/mobile/source/humans.txt +43 -0
  316. data/lib/middleman-core/templates/mobile/source/img/h/apple-touch-icon.png +0 -0
  317. data/lib/middleman-core/templates/mobile/source/img/h/splash.png +0 -0
  318. data/lib/middleman-core/templates/mobile/source/img/l/apple-touch-icon-precomposed.png +0 -0
  319. data/lib/middleman-core/templates/mobile/source/img/l/apple-touch-icon.png +0 -0
  320. data/lib/middleman-core/templates/mobile/source/img/l/splash.png +0 -0
  321. data/lib/middleman-core/templates/mobile/source/img/m/apple-touch-icon.png +0 -0
  322. data/lib/middleman-core/templates/mobile/source/index.html +92 -0
  323. data/lib/middleman-core/templates/mobile/source/js/libs/modernizr-custom.js +14 -0
  324. data/lib/middleman-core/templates/mobile/source/js/libs/respond.min.js +7 -0
  325. data/lib/middleman-core/templates/mobile/source/js/mylibs/helper.js +171 -0
  326. data/lib/middleman-core/templates/mobile/source/js/plugins.js +20 -0
  327. data/lib/middleman-core/templates/mobile/source/js/script.js +0 -0
  328. data/lib/middleman-core/templates/mobile/source/robots.txt +4 -0
  329. data/lib/middleman-core/templates/mobile/source/sitemap.xml +9 -0
  330. data/lib/middleman-core/templates/mobile/source/test/index.html +31 -0
  331. data/lib/middleman-core/templates/mobile/source/test/qunit/qunit.css +148 -0
  332. data/lib/middleman-core/templates/mobile/source/test/qunit/qunit.js +1265 -0
  333. data/lib/middleman-core/templates/mobile/source/test/tests.js +21 -0
  334. data/lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/Readme.PDF +0 -0
  335. data/lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/aspx/aspx1.snippet +31 -0
  336. data/lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/aspx/aspx2.snippet +2 -0
  337. data/lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/aspx/ga.aspx +195 -0
  338. data/lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/aspx/sample.aspx +44 -0
  339. data/lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/jsp/ga.jsp +225 -0
  340. data/lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/jsp/jsp1.snippet +35 -0
  341. data/lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/jsp/jsp2.snippet +2 -0
  342. data/lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/jsp/sample.jsp +51 -0
  343. data/lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/php/ga.php +176 -0
  344. data/lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/php/php1.snippet +30 -0
  345. data/lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/php/php2.snippet +4 -0
  346. data/lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/php/sample.php +44 -0
  347. data/lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/pl/ga.pl +195 -0
  348. data/lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/pl/perl1.snippet +27 -0
  349. data/lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/pl/perl2.snippet +1 -0
  350. data/lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/pl/sample.pl +38 -0
  351. data/lib/middleman-core/templates/mobile/source/tools/mobile-bookmark-bubble/COPYING +202 -0
  352. data/lib/middleman-core/templates/mobile/source/tools/mobile-bookmark-bubble/bookmark_bubble.js +559 -0
  353. data/lib/middleman-core/templates/mobile/source/tools/mobile-bookmark-bubble/example/example.html +43 -0
  354. data/lib/middleman-core/templates/mobile/source/tools/mobile-bookmark-bubble/example/example.js +57 -0
  355. data/lib/middleman-core/templates/mobile/source/tools/mobile-bookmark-bubble/images/arrow.png +0 -0
  356. data/lib/middleman-core/templates/mobile/source/tools/mobile-bookmark-bubble/images/close.png +0 -0
  357. data/lib/middleman-core/templates/mobile/source/tools/mobile-bookmark-bubble/images/generate_base64_images +33 -0
  358. data/lib/middleman-core/templates/mobile/source/tools/mobile-bookmark-bubble/images/icon_calendar.png +0 -0
  359. data/lib/middleman-core/templates/mobile/source/tools/wspl/README +27 -0
  360. data/lib/middleman-core/templates/mobile/source/tools/wspl/databasefactory.js +45 -0
  361. data/lib/middleman-core/templates/mobile/source/tools/wspl/dbworker.js +324 -0
  362. data/lib/middleman-core/templates/mobile/source/tools/wspl/dbworker_test.html +393 -0
  363. data/lib/middleman-core/templates/mobile/source/tools/wspl/dbworkerstarter.js +32 -0
  364. data/lib/middleman-core/templates/mobile/source/tools/wspl/dbwrapper_gears.js +595 -0
  365. data/lib/middleman-core/templates/mobile/source/tools/wspl/dbwrapper_gears_test.html +404 -0
  366. data/lib/middleman-core/templates/mobile/source/tools/wspl/dbwrapper_html5.js +203 -0
  367. data/lib/middleman-core/templates/mobile/source/tools/wspl/dbwrapper_html5_test.html +468 -0
  368. data/lib/middleman-core/templates/mobile/source/tools/wspl/dbwrapperapi.js +202 -0
  369. data/lib/middleman-core/templates/mobile/source/tools/wspl/dbwrapperapi_test.html +51 -0
  370. data/lib/middleman-core/templates/mobile/source/tools/wspl/gears_resultset.js +71 -0
  371. data/lib/middleman-core/templates/mobile/source/tools/wspl/gears_resultset_test.html +86 -0
  372. data/lib/middleman-core/templates/mobile/source/tools/wspl/gears_transaction.js +196 -0
  373. data/lib/middleman-core/templates/mobile/source/tools/wspl/gears_transaction_test.html +221 -0
  374. data/lib/middleman-core/templates/mobile/source/tools/wspl/gearsutils.js +94 -0
  375. data/lib/middleman-core/templates/mobile/source/tools/wspl/gearsutils_test.html +84 -0
  376. data/lib/middleman-core/templates/mobile/source/tools/wspl/global_functions.js +72 -0
  377. data/lib/middleman-core/templates/mobile/source/tools/wspl/simplenotes/index.html +347 -0
  378. data/lib/middleman-core/templates/mobile/source/tools/wspl/simplenotes/simplenotes.js +503 -0
  379. data/lib/middleman-core/templates/mobile/source/tools/wspl/simplenotes/styles.css +66 -0
  380. data/lib/middleman-core/templates/mobile/source/tools/wspl/simplenotes/template.js +75 -0
  381. data/lib/middleman-core/templates/shared/Gemfile.tt +3 -0
  382. data/lib/middleman-core/templates/shared/config.ru +4 -0
  383. data/lib/middleman-core/templates/shared/config.tt +92 -0
  384. data/lib/middleman-core/vendor/hooks-0.2.0/CHANGES.textile +9 -0
  385. data/lib/middleman-core/vendor/hooks-0.2.0/Gemfile +3 -0
  386. data/lib/middleman-core/vendor/hooks-0.2.0/README.rdoc +107 -0
  387. data/lib/middleman-core/vendor/hooks-0.2.0/Rakefile +12 -0
  388. data/lib/middleman-core/vendor/hooks-0.2.0/hooks.gemspec +22 -0
  389. data/lib/middleman-core/vendor/hooks-0.2.0/lib/hooks.rb +109 -0
  390. data/lib/middleman-core/vendor/hooks-0.2.0/lib/hooks/inheritable_attribute.rb +33 -0
  391. data/lib/middleman-core/vendor/hooks-0.2.0/test/hooks_test.rb +141 -0
  392. data/lib/middleman-core/vendor/hooks-0.2.0/test/inheritable_attribute_test.rb +55 -0
  393. data/lib/middleman-core/vendor/hooks-0.2.0/test/test_helper.rb +10 -0
  394. data/lib/middleman-core/vendor/padrino-core-0.10.5/.document +5 -0
  395. data/lib/middleman-core/vendor/padrino-core-0.10.5/.gitignore +22 -0
  396. data/lib/middleman-core/vendor/padrino-core-0.10.5/.yardopts +1 -0
  397. data/lib/middleman-core/vendor/padrino-core-0.10.5/LICENSE.txt +20 -0
  398. data/lib/middleman-core/vendor/padrino-core-0.10.5/README.rdoc +294 -0
  399. data/lib/middleman-core/vendor/padrino-core-0.10.5/Rakefile +5 -0
  400. data/lib/middleman-core/vendor/padrino-core-0.10.5/bin/padrino +9 -0
  401. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core.rb +167 -0
  402. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/application.rb +270 -0
  403. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/application/rendering.rb +292 -0
  404. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/application/routing.rb +934 -0
  405. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/application/showexceptions.rb +20 -0
  406. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/caller.rb +53 -0
  407. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/cli/adapter.rb +24 -0
  408. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/cli/base.rb +151 -0
  409. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/cli/console.rb +20 -0
  410. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/cli/rake.rb +24 -0
  411. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/cli/rake_tasks.rb +59 -0
  412. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/command.rb +38 -0
  413. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/images/404.png +0 -0
  414. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/images/500.png +0 -0
  415. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/loader.rb +210 -0
  416. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/locale/cs.yml +34 -0
  417. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/locale/da.yml +34 -0
  418. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/locale/de.yml +34 -0
  419. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/locale/en.yml +34 -0
  420. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/locale/es.yml +34 -0
  421. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/locale/fr.yml +34 -0
  422. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/locale/hu.yml +34 -0
  423. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/locale/it.yml +40 -0
  424. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/locale/ja.yml +34 -0
  425. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/locale/lv.yml +34 -0
  426. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/locale/nl.yml +34 -0
  427. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/locale/no.yml +35 -0
  428. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/locale/pl.yml +34 -0
  429. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/locale/pt_br.yml +40 -0
  430. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/locale/ru.yml +35 -0
  431. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/locale/tr.yml +34 -0
  432. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/locale/uk.yml +34 -0
  433. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/locale/zh_cn.yml +34 -0
  434. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/locale/zh_tw.yml +34 -0
  435. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/logger.rb +345 -0
  436. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/mounter.rb +224 -0
  437. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/reloader.rb +254 -0
  438. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/router.rb +98 -0
  439. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/server.rb +79 -0
  440. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/support_lite.rb +200 -0
  441. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/tasks.rb +21 -0
  442. data/lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/version.rb +20 -0
  443. data/lib/middleman-core/vendor/padrino-core-0.10.5/padrino-core.gemspec +38 -0
  444. data/lib/middleman-core/vendor/padrino-core-0.10.5/test/fixtures/apps/.components +6 -0
  445. data/lib/middleman-core/vendor/padrino-core-0.10.5/test/fixtures/apps/.gitignore +7 -0
  446. data/lib/middleman-core/vendor/padrino-core-0.10.5/test/fixtures/apps/complex.rb +32 -0
  447. data/lib/middleman-core/vendor/padrino-core-0.10.5/test/fixtures/apps/simple.rb +33 -0
  448. data/lib/middleman-core/vendor/padrino-core-0.10.5/test/fixtures/dependencies/a.rb +9 -0
  449. data/lib/middleman-core/vendor/padrino-core-0.10.5/test/fixtures/dependencies/b.rb +4 -0
  450. data/lib/middleman-core/vendor/padrino-core-0.10.5/test/fixtures/dependencies/c.rb +1 -0
  451. data/lib/middleman-core/vendor/padrino-core-0.10.5/test/fixtures/dependencies/circular/e.rb +13 -0
  452. data/lib/middleman-core/vendor/padrino-core-0.10.5/test/fixtures/dependencies/circular/f.rb +2 -0
  453. data/lib/middleman-core/vendor/padrino-core-0.10.5/test/fixtures/dependencies/circular/g.rb +2 -0
  454. data/lib/middleman-core/vendor/padrino-core-0.10.5/test/fixtures/dependencies/d.rb +4 -0
  455. data/lib/middleman-core/vendor/padrino-core-0.10.5/test/helper.rb +81 -0
  456. data/lib/middleman-core/vendor/padrino-core-0.10.5/test/mini_shoulda.rb +45 -0
  457. data/lib/middleman-core/vendor/padrino-core-0.10.5/test/test_application.rb +108 -0
  458. data/lib/middleman-core/vendor/padrino-core-0.10.5/test/test_core.rb +79 -0
  459. data/lib/middleman-core/vendor/padrino-core-0.10.5/test/test_dependencies.rb +44 -0
  460. data/lib/middleman-core/vendor/padrino-core-0.10.5/test/test_filters.rb +278 -0
  461. data/lib/middleman-core/vendor/padrino-core-0.10.5/test/test_locale.rb +21 -0
  462. data/lib/middleman-core/vendor/padrino-core-0.10.5/test/test_logger.rb +100 -0
  463. data/lib/middleman-core/vendor/padrino-core-0.10.5/test/test_mounter.rb +177 -0
  464. data/lib/middleman-core/vendor/padrino-core-0.10.5/test/test_reloader_complex.rb +75 -0
  465. data/lib/middleman-core/vendor/padrino-core-0.10.5/test/test_reloader_simple.rb +98 -0
  466. data/lib/middleman-core/vendor/padrino-core-0.10.5/test/test_rendering.rb +461 -0
  467. data/lib/middleman-core/vendor/padrino-core-0.10.5/test/test_restful_routing.rb +33 -0
  468. data/lib/middleman-core/vendor/padrino-core-0.10.5/test/test_router.rb +146 -0
  469. data/lib/middleman-core/vendor/padrino-core-0.10.5/test/test_routing.rb +1673 -0
  470. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/.document +5 -0
  471. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/.gitignore +21 -0
  472. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/.yardopts +1 -0
  473. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/LICENSE.txt +20 -0
  474. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/README.rdoc +239 -0
  475. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/Rakefile +5 -0
  476. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers.rb +58 -0
  477. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/asset_tag_helpers.rb +420 -0
  478. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/form_builder/abstract_form_builder.rb +220 -0
  479. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/form_builder/standard_form_builder.rb +43 -0
  480. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/form_helpers.rb +602 -0
  481. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/format_helpers.rb +381 -0
  482. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/cs.yml +103 -0
  483. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/da.yml +91 -0
  484. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/de.yml +81 -0
  485. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/en.yml +103 -0
  486. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/es.yml +103 -0
  487. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/fr.yml +80 -0
  488. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/hu.yml +103 -0
  489. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/it.yml +89 -0
  490. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/ja.yml +103 -0
  491. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/lv.yml +103 -0
  492. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/nl.yml +82 -0
  493. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/no.yml +91 -0
  494. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/pl.yml +95 -0
  495. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/pt_br.yml +103 -0
  496. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/ru.yml +103 -0
  497. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/tr.yml +103 -0
  498. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/uk.yml +103 -0
  499. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/zh_cn.yml +104 -0
  500. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/zh_tw.yml +103 -0
  501. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/number_helpers.rb +288 -0
  502. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/output_helpers.rb +175 -0
  503. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/output_helpers/abstract_handler.rb +98 -0
  504. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/output_helpers/erb_handler.rb +79 -0
  505. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/output_helpers/haml_handler.rb +63 -0
  506. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/output_helpers/slim_handler.rb +81 -0
  507. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/render_helpers.rb +60 -0
  508. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/tag_helpers.rb +103 -0
  509. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/translation_helpers.rb +38 -0
  510. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/padrino-helpers.gemspec +27 -0
  511. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/app.rb +73 -0
  512. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/capture_concat.erb +14 -0
  513. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/capture_concat.haml +12 -0
  514. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/capture_concat.slim +13 -0
  515. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/content_for.erb +14 -0
  516. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/content_for.haml +12 -0
  517. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/content_for.slim +12 -0
  518. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/content_tag.erb +11 -0
  519. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/content_tag.haml +9 -0
  520. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/content_tag.slim +9 -0
  521. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/current_engine.erb +5 -0
  522. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/current_engine.haml +5 -0
  523. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/current_engine.slim +5 -0
  524. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/fields_for.erb +20 -0
  525. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/fields_for.haml +15 -0
  526. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/fields_for.slim +15 -0
  527. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/form_for.erb +56 -0
  528. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/form_for.haml +47 -0
  529. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/form_for.slim +47 -0
  530. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/form_tag.erb +56 -0
  531. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/form_tag.haml +45 -0
  532. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/form_tag.slim +45 -0
  533. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/link_to.erb +5 -0
  534. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/link_to.haml +4 -0
  535. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/link_to.slim +4 -0
  536. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/mail_to.erb +3 -0
  537. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/mail_to.haml +3 -0
  538. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/mail_to.slim +3 -0
  539. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/meta_tag.erb +3 -0
  540. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/meta_tag.haml +3 -0
  541. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/meta_tag.slim +3 -0
  542. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/partials/_erb.erb +1 -0
  543. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/partials/_haml.haml +1 -0
  544. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/partials/_slim.slim +1 -0
  545. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/simple_partial.erb +1 -0
  546. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/simple_partial.haml +1 -0
  547. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/simple_partial.slim +1 -0
  548. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/render_app/app.rb +50 -0
  549. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/render_app/views/current_engine.haml +5 -0
  550. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/render_app/views/current_engines/_erb.erb +1 -0
  551. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/render_app/views/current_engines/_haml.haml +1 -0
  552. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/render_app/views/current_engines/_slim.slim +1 -0
  553. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/render_app/views/erb/test.erb +1 -0
  554. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/render_app/views/explicit_engine.haml +5 -0
  555. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/render_app/views/haml/test.haml +1 -0
  556. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/render_app/views/template/_user.haml +7 -0
  557. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/render_app/views/template/haml_template.haml +1 -0
  558. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/render_app/views/template/some_template.haml +2 -0
  559. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/helper.rb +66 -0
  560. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/test_asset_tag_helpers.rb +320 -0
  561. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/test_form_builder.rb +996 -0
  562. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/test_form_helpers.rb +645 -0
  563. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/test_format_helpers.rb +227 -0
  564. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/test_locale.rb +20 -0
  565. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/test_number_helpers.rb +136 -0
  566. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/test_output_helpers.rb +153 -0
  567. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/test_render_helpers.rb +76 -0
  568. data/lib/middleman-core/vendor/padrino-helpers-0.10.5/test/test_tag_helpers.rb +105 -0
  569. data/lib/middleman-core/version.rb +13 -0
  570. data/middleman-core.gemspec +41 -0
  571. metadata +974 -0
@@ -0,0 +1,76 @@
1
+ require File.expand_path(File.dirname(__FILE__) + '/helper')
2
+ require File.expand_path(File.dirname(__FILE__) + '/fixtures/render_app/app')
3
+
4
+ describe "RenderHelpers" do
5
+ def app
6
+ RenderDemo.tap { |app| app.set :environment, :test }
7
+ end
8
+
9
+ context 'for #partial method and object' do
10
+ setup { visit '/partial/object' }
11
+ should "render partial html with object" do
12
+ assert_have_selector "h1", :content => "User name is John"
13
+ end
14
+ should "have no counter index for single item" do
15
+ assert_have_no_selector "p", :content => "My counter is 1", :count => 1
16
+ end
17
+ should "include extra locals information" do
18
+ assert_have_selector 'p', :content => "Extra is bar"
19
+ end
20
+ end
21
+
22
+ context 'for #partial method and collection' do
23
+ setup { visit '/partial/collection' }
24
+ should "render partial html with collection" do
25
+ assert_have_selector "h1", :content => "User name is John"
26
+ assert_have_selector "h1", :content => "User name is Billy"
27
+ end
28
+ should "include counter which contains item index" do
29
+ assert_have_selector "p", :content => "My counter is 1"
30
+ assert_have_selector "p", :content => "My counter is 2"
31
+ end
32
+ should "include extra locals information" do
33
+ assert_have_selector 'p', :content => "Extra is bar"
34
+ end
35
+ end
36
+
37
+ context 'for #partial method and locals' do
38
+ setup { visit '/partial/locals' }
39
+ should "render partial html with locals" do
40
+ assert_have_selector "h1", :content => "User name is John"
41
+ end
42
+ should "have no counter index for single item" do
43
+ assert_have_no_selector "p", :content => "My counter is 1", :count => 1
44
+ end
45
+ should "include extra locals information" do
46
+ assert_have_selector 'p', :content => "Extra is bar"
47
+ end
48
+ end
49
+
50
+ context 'for #partial method taking a path starting with forward slash' do
51
+ setup { visit '/partial/foward_slash' }
52
+ should "render partial without throwing an error" do
53
+ assert_have_selector "h1", :content => "User name is John"
54
+ end
55
+ end
56
+
57
+ context 'for #current_engine method' do
58
+ should 'detect correctly current engine for a padrino application' do
59
+ visit '/current_engine'
60
+ assert_have_selector 'p.start', :content => "haml"
61
+ assert_have_selector 'p.haml span', :content => "haml"
62
+ assert_have_selector 'p.erb span', :content => "erb"
63
+ assert_have_selector 'p.slim span', :content => "slim"
64
+ assert_have_selector 'p.end', :content => "haml"
65
+ end
66
+
67
+ should "detect correctly current engine for explicit engine on partials" do
68
+ visit '/explicit_engine'
69
+ assert_have_selector 'p.start', :content => "haml"
70
+ assert_have_selector 'p.haml span', :content => "haml"
71
+ assert_have_selector 'p.erb span', :content => "erb"
72
+ assert_have_selector 'p.slim span', :content => "slim"
73
+ assert_have_selector 'p.end', :content => "haml"
74
+ end
75
+ end
76
+ end
@@ -0,0 +1,105 @@
1
+ require File.expand_path(File.dirname(__FILE__) + '/helper')
2
+ require File.expand_path(File.dirname(__FILE__) + '/fixtures/markup_app/app')
3
+
4
+ describe "TagHelpers" do
5
+ def app
6
+ MarkupDemo.tap { |app| app.set :environment, :test }
7
+ end
8
+
9
+ context 'for #tag method' do
10
+ should("support tags with no content no attributes") do
11
+ assert_has_tag(:br) { tag(:br) }
12
+ end
13
+
14
+ should("support tags with no content with attributes") do
15
+ actual_html = tag(:br, :style => 'clear:both', :class => 'yellow')
16
+ assert_has_tag(:br, :class => 'yellow', :style=>'clear:both') { actual_html }
17
+ end
18
+
19
+ should "support selected attribute by using 'selected' if true" do
20
+ actual_html = tag(:option, :selected => true)
21
+ assert_has_tag('option', :selected => 'selected') { actual_html }
22
+ end
23
+
24
+ should "support tags with content no attributes" do
25
+ assert_has_tag(:p, :content => "Demo String") { tag(:p, :content => "Demo String") }
26
+ end
27
+
28
+ should "support tags with content and attributes" do
29
+ actual_html = tag(:p, :content => "Demo", :class => 'large', :id => 'intro')
30
+ assert_has_tag('p#intro.large', :content => "Demo") { actual_html }
31
+ end
32
+
33
+ should "support open tags" do
34
+ actual_html = tag(:p, :class => 'demo', :open => true)
35
+ assert_equal "<p class=\"demo\">", actual_html
36
+ end
37
+
38
+ should "escape html" do
39
+ actual_html = tag(:br, :class => 'Example "bar"')
40
+ assert_equal "<br class=\"Example &quot;bar&quot;\" />", actual_html
41
+ end
42
+ end
43
+
44
+ context 'for #content_tag method' do
45
+ should "support tags with content as parameter" do
46
+ actual_html = content_tag(:p, "Demo", :class => 'large', :id => 'thing')
47
+ assert_has_tag('p.large#thing', :content => "Demo") { actual_html }
48
+ end
49
+
50
+ should "support tags with content as block" do
51
+ actual_html = content_tag(:p, :class => 'large', :id => 'star') { "Demo" }
52
+ assert_has_tag('p.large#star', :content => "Demo") { actual_html }
53
+ end
54
+
55
+ should "support tags with erb" do
56
+ visit '/erb/content_tag'
57
+ assert_have_selector :p, :content => "Test 1", :class => 'test', :id => 'test1'
58
+ assert_have_selector :p, :content => "Test 2"
59
+ assert_have_selector :p, :content => "Test 3"
60
+ assert_have_selector :p, :content => "Test 4"
61
+ end
62
+
63
+ should "support tags with haml" do
64
+ visit '/haml/content_tag'
65
+ assert_have_selector :p, :content => "Test 1", :class => 'test', :id => 'test1'
66
+ assert_have_selector :p, :content => "Test 2"
67
+ assert_have_selector :p, :content => "Test 3", :class => 'test', :id => 'test3'
68
+ assert_have_selector :p, :content => "Test 4"
69
+ end
70
+
71
+ should "support tags with slim" do
72
+ visit '/slim/content_tag'
73
+ assert_have_selector :p, :content => "Test 1", :class => 'test', :id => 'test1'
74
+ assert_have_selector :p, :content => "Test 2"
75
+ assert_have_selector :p, :content => "Test 3", :class => 'test', :id => 'test3'
76
+ assert_have_selector :p, :content => "Test 4"
77
+ end
78
+ end
79
+
80
+ context 'for #input_tag method' do
81
+ should "support field with type" do
82
+ assert_has_tag('input[type=text]') { input_tag(:text) }
83
+ end
84
+
85
+ should "support field with type and options" do
86
+ actual_html = input_tag(:text, :class => "first", :id => 'texter')
87
+ assert_has_tag('input.first#texter[type=text]') { actual_html }
88
+ end
89
+
90
+ should "support checked attribute by using 'checked' if true" do
91
+ actual_html = input_tag(:checkbox, :checked => true)
92
+ assert_has_tag('input[type=checkbox]', :checked => 'checked') { actual_html }
93
+ end
94
+
95
+ should "remove checked attribute if false" do
96
+ actual_html = input_tag(:checkbox, :checked => false)
97
+ assert_has_no_tag('input[type=checkbox][checked=false]') { actual_html }
98
+ end
99
+
100
+ should "support disabled attribute by using 'disabled' if true" do
101
+ actual_html = input_tag(:checkbox, :disabled => true)
102
+ assert_has_tag('input[type=checkbox]', :disabled => 'disabled') { actual_html }
103
+ end
104
+ end
105
+ end
@@ -0,0 +1,13 @@
1
+ # Using for version parsing
2
+ require "rubygems"
3
+
4
+ module Middleman
5
+ # Current Version
6
+ # @return [String]
7
+ VERSION = '3.0.0.alpha.7' unless const_defined?(:VERSION)
8
+
9
+ # Parsed version for RubyGems
10
+ # @private
11
+ # @return [String]
12
+ GEM_VERSION = ::Gem::Version.create(VERSION) unless const_defined?(:GEM_VERSION)
13
+ end
@@ -0,0 +1,41 @@
1
+ # -*- encoding: utf-8 -*-
2
+ $:.push File.expand_path("../lib", __FILE__)
3
+ require "middleman-core/version"
4
+
5
+ Gem::Specification.new do |s|
6
+ s.name = "middleman-core"
7
+ s.version = Middleman::VERSION
8
+ s.platform = Gem::Platform::RUBY
9
+ s.license = "MIT"
10
+ s.authors = ["Thomas Reynolds"]
11
+ s.email = ["me@tdreyno.com"]
12
+ s.homepage = "http://middlemanapp.com"
13
+ s.summary = "Hand-crafted frontend development"
14
+ s.description = "A static site generator based on Sinatra. Providing dozens of templating languages (Haml, Sass, Compass, Slim, CoffeeScript, and more). Makes minification, compression, cache busting, Yaml data (and more) an easy part of your development cycle."
15
+
16
+ s.files = `git ls-files`.split("\n")
17
+ s.test_files = `git ls-files -- {fixtures,features}/*`.split("\n")
18
+ s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
19
+ s.require_paths = ["lib"]
20
+
21
+ # Thin
22
+ # s.add_dependency("thin", ["~> 1.3.1"])
23
+
24
+ # Core
25
+ s.add_dependency("rack", ["~> 1.3.5"])
26
+ s.add_dependency("tilt", ["~> 1.3.1"])
27
+
28
+ # Builder
29
+ s.add_dependency("rack-test", ["~> 0.6.1"])
30
+
31
+ # CLI
32
+ s.add_dependency("thor", ["~> 0.14.0"])
33
+
34
+ # Helpers
35
+ # s.add_dependency("i18n", ["~> 0.6.0"])
36
+ s.add_dependency("activesupport", ["~> 3.1.0"])
37
+
38
+ # Watcher
39
+ s.add_dependency("guard", ["~> 0.9.4"])
40
+ end
41
+
metadata ADDED
@@ -0,0 +1,974 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: middleman-core
3
+ version: !ruby/object:Gem::Version
4
+ hash: -3702664398
5
+ prerelease: 6
6
+ segments:
7
+ - 3
8
+ - 0
9
+ - 0
10
+ - alpha
11
+ - 7
12
+ version: 3.0.0.alpha.7
13
+ platform: ruby
14
+ authors:
15
+ - Thomas Reynolds
16
+ autorequire:
17
+ bindir: bin
18
+ cert_chain: []
19
+
20
+ date: 2011-12-29 00:00:00 -08:00
21
+ default_executable:
22
+ dependencies:
23
+ - !ruby/object:Gem::Dependency
24
+ prerelease: false
25
+ type: :runtime
26
+ requirement: &id001 !ruby/object:Gem::Requirement
27
+ none: false
28
+ requirements:
29
+ - - ~>
30
+ - !ruby/object:Gem::Version
31
+ hash: 17
32
+ segments:
33
+ - 1
34
+ - 3
35
+ - 5
36
+ version: 1.3.5
37
+ name: rack
38
+ version_requirements: *id001
39
+ - !ruby/object:Gem::Dependency
40
+ prerelease: false
41
+ type: :runtime
42
+ requirement: &id002 !ruby/object:Gem::Requirement
43
+ none: false
44
+ requirements:
45
+ - - ~>
46
+ - !ruby/object:Gem::Version
47
+ hash: 25
48
+ segments:
49
+ - 1
50
+ - 3
51
+ - 1
52
+ version: 1.3.1
53
+ name: tilt
54
+ version_requirements: *id002
55
+ - !ruby/object:Gem::Dependency
56
+ prerelease: false
57
+ type: :runtime
58
+ requirement: &id003 !ruby/object:Gem::Requirement
59
+ none: false
60
+ requirements:
61
+ - - ~>
62
+ - !ruby/object:Gem::Version
63
+ hash: 5
64
+ segments:
65
+ - 0
66
+ - 6
67
+ - 1
68
+ version: 0.6.1
69
+ name: rack-test
70
+ version_requirements: *id003
71
+ - !ruby/object:Gem::Dependency
72
+ prerelease: false
73
+ type: :runtime
74
+ requirement: &id004 !ruby/object:Gem::Requirement
75
+ none: false
76
+ requirements:
77
+ - - ~>
78
+ - !ruby/object:Gem::Version
79
+ hash: 39
80
+ segments:
81
+ - 0
82
+ - 14
83
+ - 0
84
+ version: 0.14.0
85
+ name: thor
86
+ version_requirements: *id004
87
+ - !ruby/object:Gem::Dependency
88
+ prerelease: false
89
+ type: :runtime
90
+ requirement: &id005 !ruby/object:Gem::Requirement
91
+ none: false
92
+ requirements:
93
+ - - ~>
94
+ - !ruby/object:Gem::Version
95
+ hash: 3
96
+ segments:
97
+ - 3
98
+ - 1
99
+ - 0
100
+ version: 3.1.0
101
+ name: activesupport
102
+ version_requirements: *id005
103
+ - !ruby/object:Gem::Dependency
104
+ prerelease: false
105
+ type: :runtime
106
+ requirement: &id006 !ruby/object:Gem::Requirement
107
+ none: false
108
+ requirements:
109
+ - - ~>
110
+ - !ruby/object:Gem::Version
111
+ hash: 51
112
+ segments:
113
+ - 0
114
+ - 9
115
+ - 4
116
+ version: 0.9.4
117
+ name: guard
118
+ version_requirements: *id006
119
+ description: A static site generator based on Sinatra. Providing dozens of templating languages (Haml, Sass, Compass, Slim, CoffeeScript, and more). Makes minification, compression, cache busting, Yaml data (and more) an easy part of your development cycle.
120
+ email:
121
+ - me@tdreyno.com
122
+ executables:
123
+ - middleman
124
+ extensions: []
125
+
126
+ extra_rdoc_files: []
127
+
128
+ files:
129
+ - Rakefile
130
+ - bin/middleman
131
+ - features/3rd_party_cli.feature
132
+ - features/asset_host.feature
133
+ - features/auto_layout.feature
134
+ - features/automatic_image_sizes.feature
135
+ - features/builder.feature
136
+ - features/chained_templates.feature
137
+ - features/clean_build.feature
138
+ - features/cli.feature
139
+ - features/content_for.feature
140
+ - features/current_page_request_path_backwards.feature
141
+ - features/custom_layout_engines.feature
142
+ - features/custom_layouts.feature
143
+ - features/data.feature
144
+ - features/directory_index.feature
145
+ - features/dynamic_pages.feature
146
+ - features/feature_params.feature
147
+ - features/former_padrino_helpers.feature
148
+ - features/front-matter.feature
149
+ - features/helpers_auto_javascript_include_tag.feature
150
+ - features/helpers_auto_stylesheet_link_tag.feature
151
+ - features/helpers_external.feature
152
+ - features/helpers_lorem.feature
153
+ - features/helpers_page_classes.feature
154
+ - features/instance_vars.feature
155
+ - features/mount_rack.feature
156
+ - features/nested_layouts.feature
157
+ - features/partials.feature
158
+ - features/preview_changes.feature
159
+ - features/sitemap_traversal.features
160
+ - features/static_server.feature
161
+ - features/step_definitions/page_layout_steps.rb
162
+ - features/support/env.rb
163
+ - features/wildcard_page_helper.feature
164
+ - fixtures/3rd-party-command/config.rb
165
+ - fixtures/asset-host-app/config.rb
166
+ - fixtures/asset-host-app/source/.htaccess
167
+ - fixtures/asset-host-app/source/asset_host.html.erb
168
+ - fixtures/asset-host-app/source/images/blank.gif
169
+ - fixtures/auto-css-app/config.rb
170
+ - fixtures/auto-css-app/source/auto-css.html.erb
171
+ - fixtures/auto-css-app/source/auto-css/auto-css.html.erb
172
+ - fixtures/auto-css-app/source/auto-css/index.html.erb
173
+ - fixtures/auto-css-app/source/auto-css/sub/auto-css.html.erb
174
+ - fixtures/auto-css-app/source/stylesheets/auto-css.css
175
+ - fixtures/auto-css-app/source/stylesheets/auto-css/auto-css.css
176
+ - fixtures/auto-css-app/source/stylesheets/auto-css/index.css
177
+ - fixtures/auto-css-app/source/stylesheets/auto-css/sub/auto-css.css
178
+ - fixtures/auto-js-app/config.rb
179
+ - fixtures/auto-js-app/source/auto-js.html.erb
180
+ - fixtures/auto-js-app/source/auto-js/auto-js.html.erb
181
+ - fixtures/auto-js-app/source/auto-js/index.html.erb
182
+ - fixtures/auto-js-app/source/auto-js/sub/auto-js.html.erb
183
+ - fixtures/auto-js-app/source/javascripts/auto-js.js
184
+ - fixtures/auto-js-app/source/javascripts/auto-js/auto-js.js
185
+ - fixtures/auto-js-app/source/javascripts/auto-js/index.js
186
+ - fixtures/auto-js-app/source/javascripts/auto-js/sub/auto-js.js
187
+ - fixtures/automatic-image-size-app/config.rb
188
+ - fixtures/automatic-image-size-app/source/auto-image-sizes.html.erb
189
+ - fixtures/automatic-image-size-app/source/images/blank.gif
190
+ - fixtures/basic-data-app/config.rb
191
+ - fixtures/basic-data-app/data/test.yml
192
+ - fixtures/basic-data-app/data/test2.json
193
+ - fixtures/basic-data-app/source/data.html.erb
194
+ - fixtures/basic-data-app/source/data3.html.erb
195
+ - fixtures/build-with-errors-app/config.rb
196
+ - fixtures/build-with-errors-app/source/index.html.erb
197
+ - fixtures/chained-app/config.rb
198
+ - fixtures/chained-app/data/article.yml
199
+ - fixtures/chained-app/source/index.html.str.erb
200
+ - fixtures/clean-app/config-complications.rb
201
+ - fixtures/clean-app/config-empty.rb
202
+ - fixtures/clean-app/config.rb
203
+ - fixtures/clean-app/source/index.html.erb
204
+ - fixtures/clean-app/source/layout.erb
205
+ - fixtures/clean-app/source/layouts/custom.erb
206
+ - fixtures/clean-app/source/real.html
207
+ - fixtures/clean-app/source/real/index.html.erb
208
+ - fixtures/clean-app/source/should_be_ignored.html
209
+ - fixtures/clean-app/source/should_be_ignored2.html
210
+ - fixtures/clean-app/source/should_be_ignored3.html
211
+ - fixtures/clean-app/source/static.html
212
+ - fixtures/clean-dir-app/config.rb
213
+ - fixtures/clean-dir-app/source/about.html
214
+ - fixtures/content-for-app/config.rb
215
+ - fixtures/content-for-app/source/content_for_erb.html.erb
216
+ - fixtures/content-for-app/source/layouts/content_for.erb
217
+ - fixtures/current-page-app/config.rb
218
+ - fixtures/current-page-app/source/request-path.html.erb
219
+ - fixtures/custom-layout-app/config.rb
220
+ - fixtures/custom-layout-app/source/index.html.erb
221
+ - fixtures/custom-layout-app/source/layout.str
222
+ - fixtures/custom-layout-app2/config.rb
223
+ - fixtures/custom-layout-app2/source/custom-layout-dir/index.html.erb
224
+ - fixtures/custom-layout-app2/source/custom-layout.html.erb
225
+ - fixtures/custom-layout-app2/source/layouts/custom.erb
226
+ - fixtures/data-app/config.rb
227
+ - fixtures/data-app/data/pages.yml
228
+ - fixtures/data-app/source/index.html.erb
229
+ - fixtures/data-app/source/layout.erb
230
+ - fixtures/different-engine-layout/config.rb
231
+ - fixtures/different-engine-layout/source/index.html.str
232
+ - fixtures/different-engine-layout/source/layout.erb
233
+ - fixtures/different-engine-partial/config.rb
234
+ - fixtures/different-engine-partial/source/index.html.erb
235
+ - fixtures/different-engine-partial/source/layouts/layout.erb
236
+ - fixtures/different-engine-partial/source/shared/_footer.str
237
+ - fixtures/different-engine-partial/source/shared/_header.erb
238
+ - fixtures/dynamic-pages-app/config.rb
239
+ - fixtures/dynamic-pages-app/source/real.html
240
+ - fixtures/dynamic-pages-app/source/real/index.html.erb
241
+ - fixtures/dynamic-pages-app/source/should_be_ignored.html
242
+ - fixtures/dynamic-pages-app/source/should_be_ignored2.html
243
+ - fixtures/dynamic-pages-app/source/should_be_ignored3.html
244
+ - fixtures/dynamic-pages-app/source/should_be_ignored4.html
245
+ - fixtures/dynamic-pages-app/source/should_be_ignored5.html
246
+ - fixtures/dynamic-pages-app/source/should_be_ignored6.html
247
+ - fixtures/dynamic-pages-app/source/should_be_ignored7.html
248
+ - fixtures/dynamic-pages-app/source/should_be_ignored8.html
249
+ - fixtures/empty-app/not-config.rb
250
+ - fixtures/engine-matching-layout/config.rb
251
+ - fixtures/engine-matching-layout/source/index.html.erb
252
+ - fixtures/engine-matching-layout/source/layout.erb
253
+ - fixtures/external-helpers/config.rb
254
+ - fixtures/external-helpers/lib/hello_helper.rb
255
+ - fixtures/external-helpers/source/index.html.erb
256
+ - fixtures/feature-params-app/config.rb
257
+ - fixtures/feature-params-app/source/index.html.erb
258
+ - fixtures/frontmatter-app/config.rb
259
+ - fixtures/frontmatter-app/source/front-matter-2.php.erb
260
+ - fixtures/frontmatter-app/source/front-matter-change.html.erb
261
+ - fixtures/frontmatter-app/source/front-matter.html.erb
262
+ - fixtures/generator-test/config.rb
263
+ - fixtures/generator-test/source/index.html.erb
264
+ - fixtures/glob-app/config.rb
265
+ - fixtures/glob-app/source/index.html.erb
266
+ - fixtures/glob-app/source/stylesheets/site.css.str
267
+ - fixtures/ignore-app/config.rb
268
+ - fixtures/ignore-app/source/articles/template.html.erb
269
+ - fixtures/ignore-app/source/template.html.erb
270
+ - fixtures/indexable-app/config.rb
271
+ - fixtures/indexable-app/source/.htaccess
272
+ - fixtures/indexable-app/source/a_folder/needs_index.html
273
+ - fixtures/indexable-app/source/leave_me_alone.html
274
+ - fixtures/indexable-app/source/needs_index.html
275
+ - fixtures/indexable-app/source/regular/index.html
276
+ - fixtures/instance-vars-app/config.rb
277
+ - fixtures/instance-vars-app/source/_vartial.erb
278
+ - fixtures/instance-vars-app/source/instance-var-set.html.erb
279
+ - fixtures/instance-vars-app/source/layout.erb
280
+ - fixtures/instance-vars-app/source/no-instance-var.html.erb
281
+ - fixtures/large-build-app/config.rb
282
+ - fixtures/large-build-app/source/.htaccess
283
+ - fixtures/large-build-app/source/_partial.erb
284
+ - fixtures/large-build-app/source/images/Child folder/regular_file(example).txt
285
+ - fixtures/large-build-app/source/images/Read me (example).txt
286
+ - fixtures/large-build-app/source/images/blank.gif
287
+ - fixtures/large-build-app/source/index.html.erb
288
+ - fixtures/large-build-app/source/layout.erb
289
+ - fixtures/large-build-app/source/layouts/content_for.erb
290
+ - fixtures/large-build-app/source/layouts/custom.erb
291
+ - fixtures/large-build-app/source/other_layout.erb
292
+ - fixtures/large-build-app/source/services/index.html.erb
293
+ - fixtures/large-build-app/source/spaces in file.html.erb
294
+ - fixtures/large-build-app/source/static.html
295
+ - fixtures/large-build-app/source/stylesheets/static.css
296
+ - fixtures/lorem-app/config.rb
297
+ - fixtures/lorem-app/source/lorem.html.erb
298
+ - fixtures/manual-layout-missing/config.rb
299
+ - fixtures/manual-layout-missing/source/index.html.erb
300
+ - fixtures/manual-layout-override/config.rb
301
+ - fixtures/manual-layout-override/source/index.html.erb
302
+ - fixtures/manual-layout-override/source/layouts/another.erb
303
+ - fixtures/manual-layout-override/source/layouts/custom.erb
304
+ - fixtures/manual-layout/config.rb
305
+ - fixtures/manual-layout/source/index.html.erb
306
+ - fixtures/manual-layout/source/layouts/custom.erb
307
+ - fixtures/multiple-layouts/config.rb
308
+ - fixtures/multiple-layouts/source/index.html.erb
309
+ - fixtures/multiple-layouts/source/layout.erb
310
+ - fixtures/multiple-layouts/source/layout.str
311
+ - fixtures/nested-layout-app/config.rb
312
+ - fixtures/nested-layout-app/source/data-one.html.erb
313
+ - fixtures/nested-layout-app/source/data-two.html.erb
314
+ - fixtures/nested-layout-app/source/index.html.erb
315
+ - fixtures/nested-layout-app/source/layouts/inner.erb
316
+ - fixtures/nested-layout-app/source/layouts/master.erb
317
+ - fixtures/nested-layout-app/source/layouts/outer.erb
318
+ - fixtures/no-layout/config.rb
319
+ - fixtures/no-layout/source/index.html.erb
320
+ - fixtures/padrino-helpers-app/config.rb
321
+ - fixtures/padrino-helpers-app/source/former_padrino_test.html.erb
322
+ - fixtures/page-classes-app/config.rb
323
+ - fixtures/page-classes-app/source/page-classes.html.erb
324
+ - fixtures/page-classes-app/source/sub1/page-classes.html.erb
325
+ - fixtures/page-classes-app/source/sub1/sub2/page-classes.html.erb
326
+ - fixtures/partials-app/config.rb
327
+ - fixtures/partials-app/source/_locals.erb
328
+ - fixtures/partials-app/source/_main.erb
329
+ - fixtures/partials-app/source/_main.str
330
+ - fixtures/partials-app/source/index.html.erb
331
+ - fixtures/partials-app/source/locals.html.erb
332
+ - fixtures/partials-app/source/second.html.str
333
+ - fixtures/partials-app/source/shared/_footer.erb
334
+ - fixtures/partials-app/source/shared/_header.erb
335
+ - fixtures/partials-app/source/sub/_local.erb
336
+ - fixtures/partials-app/source/sub/index.html.erb
337
+ - fixtures/plain-app/index.html
338
+ - fixtures/preview-app/config.rb
339
+ - fixtures/preview-app/source/content.html.erb
340
+ - fixtures/preview-app/source/layout.erb
341
+ - fixtures/sinatra-app/config.rb
342
+ - fixtures/sinatra-app/source/index.html.erb
343
+ - fixtures/traversal-app/config.rb
344
+ - fixtures/traversal-app/source/directory-indexed.html.erb
345
+ - fixtures/traversal-app/source/directory-indexed/sibling.html.erb
346
+ - fixtures/traversal-app/source/directory-indexed/sibling2.html.erb
347
+ - fixtures/traversal-app/source/directory-indexed/sub2/index.html.erb
348
+ - fixtures/traversal-app/source/directory-indexed/sub3/deep.html.erb
349
+ - fixtures/traversal-app/source/index.html.erb
350
+ - fixtures/traversal-app/source/layout.erb
351
+ - fixtures/traversal-app/source/proxied.html.erb
352
+ - fixtures/traversal-app/source/root.html.erb
353
+ - fixtures/traversal-app/source/sub/index.html.erb
354
+ - fixtures/traversal-app/source/sub/sibling.html.erb
355
+ - fixtures/traversal-app/source/sub/sibling2.html.erb
356
+ - fixtures/traversal-app/source/sub/sub2/index.html.erb
357
+ - fixtures/traversal-app/source/sub/sub3/deep.html.erb
358
+ - fixtures/wildcard-app/config.rb
359
+ - fixtures/wildcard-app/source/admin/index.html.erb
360
+ - fixtures/wildcard-app/source/admin/page.html.erb
361
+ - fixtures/wildcard-app/source/index.html.erb
362
+ - fixtures/wildcard-app/source/layouts/admin.erb
363
+ - fixtures/wildcard-app/source/layouts/layout.erb
364
+ - fixtures/wildcard-directory-index-app/config.rb
365
+ - fixtures/wildcard-directory-index-app/source/admin/index.html.erb
366
+ - fixtures/wildcard-directory-index-app/source/admin/page.html.erb
367
+ - fixtures/wildcard-directory-index-app/source/index.html.erb
368
+ - fixtures/wildcard-directory-index-app/source/layouts/admin.erb
369
+ - fixtures/wildcard-directory-index-app/source/layouts/layout.erb
370
+ - lib/middleman-core.rb
371
+ - lib/middleman-core/base.rb
372
+ - lib/middleman-core/cache.rb
373
+ - lib/middleman-core/cli.rb
374
+ - lib/middleman-core/cli/build.rb
375
+ - lib/middleman-core/cli/init.rb
376
+ - lib/middleman-core/cli/server.rb
377
+ - lib/middleman-core/core_extensions/assets.rb
378
+ - lib/middleman-core/core_extensions/builder.rb
379
+ - lib/middleman-core/core_extensions/data.rb
380
+ - lib/middleman-core/core_extensions/default_helpers.rb
381
+ - lib/middleman-core/core_extensions/extensions.rb
382
+ - lib/middleman-core/core_extensions/file_watcher.rb
383
+ - lib/middleman-core/core_extensions/front_matter.rb
384
+ - lib/middleman-core/core_extensions/rendering.rb
385
+ - lib/middleman-core/core_extensions/routing.rb
386
+ - lib/middleman-core/core_extensions/show_exceptions.rb
387
+ - lib/middleman-core/core_extensions/sitemap.rb
388
+ - lib/middleman-core/extensions/asset_host.rb
389
+ - lib/middleman-core/extensions/automatic_image_sizes.rb
390
+ - lib/middleman-core/extensions/automatic_image_sizes/fastimage.rb
391
+ - lib/middleman-core/extensions/directory_indexes.rb
392
+ - lib/middleman-core/extensions/lorem.rb
393
+ - lib/middleman-core/guard.rb
394
+ - lib/middleman-core/renderers/erb.rb
395
+ - lib/middleman-core/sitemap/page.rb
396
+ - lib/middleman-core/sitemap/store.rb
397
+ - lib/middleman-core/sitemap/template.rb
398
+ - lib/middleman-core/step_definitions.rb
399
+ - lib/middleman-core/step_definitions/builder_steps.rb
400
+ - lib/middleman-core/step_definitions/middleman_steps.rb
401
+ - lib/middleman-core/step_definitions/server_steps.rb
402
+ - lib/middleman-core/templates.rb
403
+ - lib/middleman-core/templates/default.rb
404
+ - lib/middleman-core/templates/default/source/images/background.png
405
+ - lib/middleman-core/templates/default/source/images/middleman.png
406
+ - lib/middleman-core/templates/default/source/index.html.erb
407
+ - lib/middleman-core/templates/default/source/javascripts/all.js
408
+ - lib/middleman-core/templates/default/source/layouts/layout.erb
409
+ - lib/middleman-core/templates/default/source/stylesheets/_animate.scss
410
+ - lib/middleman-core/templates/default/source/stylesheets/_normalize.scss
411
+ - lib/middleman-core/templates/default/source/stylesheets/all.css.scss
412
+ - lib/middleman-core/templates/html5.rb
413
+ - lib/middleman-core/templates/html5/source/404.html
414
+ - lib/middleman-core/templates/html5/source/README.md
415
+ - lib/middleman-core/templates/html5/source/apple-touch-icon-114x114-precomposed.png
416
+ - lib/middleman-core/templates/html5/source/apple-touch-icon-57x57-precomposed.png
417
+ - lib/middleman-core/templates/html5/source/apple-touch-icon-72x72-precomposed.png
418
+ - lib/middleman-core/templates/html5/source/apple-touch-icon-precomposed.png
419
+ - lib/middleman-core/templates/html5/source/apple-touch-icon.png
420
+ - lib/middleman-core/templates/html5/source/crossdomain.xml
421
+ - lib/middleman-core/templates/html5/source/css/style.css
422
+ - lib/middleman-core/templates/html5/source/favicon.ico
423
+ - lib/middleman-core/templates/html5/source/humans.txt
424
+ - lib/middleman-core/templates/html5/source/img/.gitignore
425
+ - lib/middleman-core/templates/html5/source/index.html
426
+ - lib/middleman-core/templates/html5/source/js/libs/jquery-1.6.2.js
427
+ - lib/middleman-core/templates/html5/source/js/libs/jquery-1.6.2.min.js
428
+ - lib/middleman-core/templates/html5/source/js/libs/modernizr-2.0.6.min.js
429
+ - lib/middleman-core/templates/html5/source/js/mylibs/.gitignore
430
+ - lib/middleman-core/templates/html5/source/js/plugins.js
431
+ - lib/middleman-core/templates/html5/source/js/script.js
432
+ - lib/middleman-core/templates/html5/source/robots.txt
433
+ - lib/middleman-core/templates/html5/source/test/index.html
434
+ - lib/middleman-core/templates/html5/source/test/qunit/qunit.css
435
+ - lib/middleman-core/templates/html5/source/test/qunit/qunit.js
436
+ - lib/middleman-core/templates/html5/source/test/tests.js
437
+ - lib/middleman-core/templates/local.rb
438
+ - lib/middleman-core/templates/mobile.rb
439
+ - lib/middleman-core/templates/mobile/source/404.html
440
+ - lib/middleman-core/templates/mobile/source/README.markdown
441
+ - lib/middleman-core/templates/mobile/source/crossdomain.xml
442
+ - lib/middleman-core/templates/mobile/source/css/style.css
443
+ - lib/middleman-core/templates/mobile/source/humans.txt
444
+ - lib/middleman-core/templates/mobile/source/img/h/apple-touch-icon.png
445
+ - lib/middleman-core/templates/mobile/source/img/h/splash.png
446
+ - lib/middleman-core/templates/mobile/source/img/l/apple-touch-icon-precomposed.png
447
+ - lib/middleman-core/templates/mobile/source/img/l/apple-touch-icon.png
448
+ - lib/middleman-core/templates/mobile/source/img/l/splash.png
449
+ - lib/middleman-core/templates/mobile/source/img/m/apple-touch-icon.png
450
+ - lib/middleman-core/templates/mobile/source/index.html
451
+ - lib/middleman-core/templates/mobile/source/js/libs/modernizr-custom.js
452
+ - lib/middleman-core/templates/mobile/source/js/libs/respond.min.js
453
+ - lib/middleman-core/templates/mobile/source/js/mylibs/helper.js
454
+ - lib/middleman-core/templates/mobile/source/js/plugins.js
455
+ - lib/middleman-core/templates/mobile/source/js/script.js
456
+ - lib/middleman-core/templates/mobile/source/robots.txt
457
+ - lib/middleman-core/templates/mobile/source/sitemap.xml
458
+ - lib/middleman-core/templates/mobile/source/test/index.html
459
+ - lib/middleman-core/templates/mobile/source/test/qunit/qunit.css
460
+ - lib/middleman-core/templates/mobile/source/test/qunit/qunit.js
461
+ - lib/middleman-core/templates/mobile/source/test/tests.js
462
+ - lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/Readme.PDF
463
+ - lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/aspx/aspx1.snippet
464
+ - lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/aspx/aspx2.snippet
465
+ - lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/aspx/ga.aspx
466
+ - lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/aspx/sample.aspx
467
+ - lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/jsp/ga.jsp
468
+ - lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/jsp/jsp1.snippet
469
+ - lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/jsp/jsp2.snippet
470
+ - lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/jsp/sample.jsp
471
+ - lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/php/ga.php
472
+ - lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/php/php1.snippet
473
+ - lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/php/php2.snippet
474
+ - lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/php/sample.php
475
+ - lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/pl/ga.pl
476
+ - lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/pl/perl1.snippet
477
+ - lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/pl/perl2.snippet
478
+ - lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/pl/sample.pl
479
+ - lib/middleman-core/templates/mobile/source/tools/mobile-bookmark-bubble/COPYING
480
+ - lib/middleman-core/templates/mobile/source/tools/mobile-bookmark-bubble/bookmark_bubble.js
481
+ - lib/middleman-core/templates/mobile/source/tools/mobile-bookmark-bubble/example/example.html
482
+ - lib/middleman-core/templates/mobile/source/tools/mobile-bookmark-bubble/example/example.js
483
+ - lib/middleman-core/templates/mobile/source/tools/mobile-bookmark-bubble/images/arrow.png
484
+ - lib/middleman-core/templates/mobile/source/tools/mobile-bookmark-bubble/images/close.png
485
+ - lib/middleman-core/templates/mobile/source/tools/mobile-bookmark-bubble/images/generate_base64_images
486
+ - lib/middleman-core/templates/mobile/source/tools/mobile-bookmark-bubble/images/icon_calendar.png
487
+ - lib/middleman-core/templates/mobile/source/tools/wspl/README
488
+ - lib/middleman-core/templates/mobile/source/tools/wspl/databasefactory.js
489
+ - lib/middleman-core/templates/mobile/source/tools/wspl/dbworker.js
490
+ - lib/middleman-core/templates/mobile/source/tools/wspl/dbworker_test.html
491
+ - lib/middleman-core/templates/mobile/source/tools/wspl/dbworkerstarter.js
492
+ - lib/middleman-core/templates/mobile/source/tools/wspl/dbwrapper_gears.js
493
+ - lib/middleman-core/templates/mobile/source/tools/wspl/dbwrapper_gears_test.html
494
+ - lib/middleman-core/templates/mobile/source/tools/wspl/dbwrapper_html5.js
495
+ - lib/middleman-core/templates/mobile/source/tools/wspl/dbwrapper_html5_test.html
496
+ - lib/middleman-core/templates/mobile/source/tools/wspl/dbwrapperapi.js
497
+ - lib/middleman-core/templates/mobile/source/tools/wspl/dbwrapperapi_test.html
498
+ - lib/middleman-core/templates/mobile/source/tools/wspl/gears_resultset.js
499
+ - lib/middleman-core/templates/mobile/source/tools/wspl/gears_resultset_test.html
500
+ - lib/middleman-core/templates/mobile/source/tools/wspl/gears_transaction.js
501
+ - lib/middleman-core/templates/mobile/source/tools/wspl/gears_transaction_test.html
502
+ - lib/middleman-core/templates/mobile/source/tools/wspl/gearsutils.js
503
+ - lib/middleman-core/templates/mobile/source/tools/wspl/gearsutils_test.html
504
+ - lib/middleman-core/templates/mobile/source/tools/wspl/global_functions.js
505
+ - lib/middleman-core/templates/mobile/source/tools/wspl/simplenotes/index.html
506
+ - lib/middleman-core/templates/mobile/source/tools/wspl/simplenotes/simplenotes.js
507
+ - lib/middleman-core/templates/mobile/source/tools/wspl/simplenotes/styles.css
508
+ - lib/middleman-core/templates/mobile/source/tools/wspl/simplenotes/template.js
509
+ - lib/middleman-core/templates/shared/Gemfile.tt
510
+ - lib/middleman-core/templates/shared/config.ru
511
+ - lib/middleman-core/templates/shared/config.tt
512
+ - lib/middleman-core/vendor/hooks-0.2.0/CHANGES.textile
513
+ - lib/middleman-core/vendor/hooks-0.2.0/Gemfile
514
+ - lib/middleman-core/vendor/hooks-0.2.0/README.rdoc
515
+ - lib/middleman-core/vendor/hooks-0.2.0/Rakefile
516
+ - lib/middleman-core/vendor/hooks-0.2.0/hooks.gemspec
517
+ - lib/middleman-core/vendor/hooks-0.2.0/lib/hooks.rb
518
+ - lib/middleman-core/vendor/hooks-0.2.0/lib/hooks/inheritable_attribute.rb
519
+ - lib/middleman-core/vendor/hooks-0.2.0/test/hooks_test.rb
520
+ - lib/middleman-core/vendor/hooks-0.2.0/test/inheritable_attribute_test.rb
521
+ - lib/middleman-core/vendor/hooks-0.2.0/test/test_helper.rb
522
+ - lib/middleman-core/vendor/padrino-core-0.10.5/.document
523
+ - lib/middleman-core/vendor/padrino-core-0.10.5/.gitignore
524
+ - lib/middleman-core/vendor/padrino-core-0.10.5/.yardopts
525
+ - lib/middleman-core/vendor/padrino-core-0.10.5/LICENSE.txt
526
+ - lib/middleman-core/vendor/padrino-core-0.10.5/README.rdoc
527
+ - lib/middleman-core/vendor/padrino-core-0.10.5/Rakefile
528
+ - lib/middleman-core/vendor/padrino-core-0.10.5/bin/padrino
529
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core.rb
530
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/application.rb
531
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/application/rendering.rb
532
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/application/routing.rb
533
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/application/showexceptions.rb
534
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/caller.rb
535
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/cli/adapter.rb
536
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/cli/base.rb
537
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/cli/console.rb
538
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/cli/rake.rb
539
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/cli/rake_tasks.rb
540
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/command.rb
541
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/images/404.png
542
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/images/500.png
543
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/loader.rb
544
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/locale/cs.yml
545
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/locale/da.yml
546
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/locale/de.yml
547
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/locale/en.yml
548
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/locale/es.yml
549
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/locale/fr.yml
550
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/locale/hu.yml
551
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/locale/it.yml
552
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/locale/ja.yml
553
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/locale/lv.yml
554
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/locale/nl.yml
555
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/locale/no.yml
556
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/locale/pl.yml
557
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/locale/pt_br.yml
558
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/locale/ru.yml
559
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/locale/tr.yml
560
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/locale/uk.yml
561
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/locale/zh_cn.yml
562
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/locale/zh_tw.yml
563
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/logger.rb
564
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/mounter.rb
565
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/reloader.rb
566
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/router.rb
567
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/server.rb
568
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/support_lite.rb
569
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/tasks.rb
570
+ - lib/middleman-core/vendor/padrino-core-0.10.5/lib/padrino-core/version.rb
571
+ - lib/middleman-core/vendor/padrino-core-0.10.5/padrino-core.gemspec
572
+ - lib/middleman-core/vendor/padrino-core-0.10.5/test/fixtures/apps/.components
573
+ - lib/middleman-core/vendor/padrino-core-0.10.5/test/fixtures/apps/.gitignore
574
+ - lib/middleman-core/vendor/padrino-core-0.10.5/test/fixtures/apps/complex.rb
575
+ - lib/middleman-core/vendor/padrino-core-0.10.5/test/fixtures/apps/simple.rb
576
+ - lib/middleman-core/vendor/padrino-core-0.10.5/test/fixtures/dependencies/a.rb
577
+ - lib/middleman-core/vendor/padrino-core-0.10.5/test/fixtures/dependencies/b.rb
578
+ - lib/middleman-core/vendor/padrino-core-0.10.5/test/fixtures/dependencies/c.rb
579
+ - lib/middleman-core/vendor/padrino-core-0.10.5/test/fixtures/dependencies/circular/e.rb
580
+ - lib/middleman-core/vendor/padrino-core-0.10.5/test/fixtures/dependencies/circular/f.rb
581
+ - lib/middleman-core/vendor/padrino-core-0.10.5/test/fixtures/dependencies/circular/g.rb
582
+ - lib/middleman-core/vendor/padrino-core-0.10.5/test/fixtures/dependencies/d.rb
583
+ - lib/middleman-core/vendor/padrino-core-0.10.5/test/helper.rb
584
+ - lib/middleman-core/vendor/padrino-core-0.10.5/test/mini_shoulda.rb
585
+ - lib/middleman-core/vendor/padrino-core-0.10.5/test/test_application.rb
586
+ - lib/middleman-core/vendor/padrino-core-0.10.5/test/test_core.rb
587
+ - lib/middleman-core/vendor/padrino-core-0.10.5/test/test_dependencies.rb
588
+ - lib/middleman-core/vendor/padrino-core-0.10.5/test/test_filters.rb
589
+ - lib/middleman-core/vendor/padrino-core-0.10.5/test/test_locale.rb
590
+ - lib/middleman-core/vendor/padrino-core-0.10.5/test/test_logger.rb
591
+ - lib/middleman-core/vendor/padrino-core-0.10.5/test/test_mounter.rb
592
+ - lib/middleman-core/vendor/padrino-core-0.10.5/test/test_reloader_complex.rb
593
+ - lib/middleman-core/vendor/padrino-core-0.10.5/test/test_reloader_simple.rb
594
+ - lib/middleman-core/vendor/padrino-core-0.10.5/test/test_rendering.rb
595
+ - lib/middleman-core/vendor/padrino-core-0.10.5/test/test_restful_routing.rb
596
+ - lib/middleman-core/vendor/padrino-core-0.10.5/test/test_router.rb
597
+ - lib/middleman-core/vendor/padrino-core-0.10.5/test/test_routing.rb
598
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/.document
599
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/.gitignore
600
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/.yardopts
601
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/LICENSE.txt
602
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/README.rdoc
603
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/Rakefile
604
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers.rb
605
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/asset_tag_helpers.rb
606
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/form_builder/abstract_form_builder.rb
607
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/form_builder/standard_form_builder.rb
608
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/form_helpers.rb
609
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/format_helpers.rb
610
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/cs.yml
611
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/da.yml
612
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/de.yml
613
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/en.yml
614
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/es.yml
615
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/fr.yml
616
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/hu.yml
617
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/it.yml
618
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/ja.yml
619
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/lv.yml
620
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/nl.yml
621
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/no.yml
622
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/pl.yml
623
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/pt_br.yml
624
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/ru.yml
625
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/tr.yml
626
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/uk.yml
627
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/zh_cn.yml
628
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/zh_tw.yml
629
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/number_helpers.rb
630
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/output_helpers.rb
631
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/output_helpers/abstract_handler.rb
632
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/output_helpers/erb_handler.rb
633
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/output_helpers/haml_handler.rb
634
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/output_helpers/slim_handler.rb
635
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/render_helpers.rb
636
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/tag_helpers.rb
637
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/translation_helpers.rb
638
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/padrino-helpers.gemspec
639
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/app.rb
640
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/capture_concat.erb
641
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/capture_concat.haml
642
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/capture_concat.slim
643
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/content_for.erb
644
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/content_for.haml
645
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/content_for.slim
646
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/content_tag.erb
647
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/content_tag.haml
648
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/content_tag.slim
649
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/current_engine.erb
650
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/current_engine.haml
651
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/current_engine.slim
652
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/fields_for.erb
653
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/fields_for.haml
654
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/fields_for.slim
655
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/form_for.erb
656
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/form_for.haml
657
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/form_for.slim
658
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/form_tag.erb
659
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/form_tag.haml
660
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/form_tag.slim
661
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/link_to.erb
662
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/link_to.haml
663
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/link_to.slim
664
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/mail_to.erb
665
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/mail_to.haml
666
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/mail_to.slim
667
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/meta_tag.erb
668
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/meta_tag.haml
669
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/meta_tag.slim
670
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/partials/_erb.erb
671
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/partials/_haml.haml
672
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/partials/_slim.slim
673
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/simple_partial.erb
674
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/simple_partial.haml
675
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/simple_partial.slim
676
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/render_app/app.rb
677
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/render_app/views/current_engine.haml
678
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/render_app/views/current_engines/_erb.erb
679
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/render_app/views/current_engines/_haml.haml
680
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/render_app/views/current_engines/_slim.slim
681
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/render_app/views/erb/test.erb
682
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/render_app/views/explicit_engine.haml
683
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/render_app/views/haml/test.haml
684
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/render_app/views/template/_user.haml
685
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/render_app/views/template/haml_template.haml
686
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/fixtures/render_app/views/template/some_template.haml
687
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/helper.rb
688
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/test_asset_tag_helpers.rb
689
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/test_form_builder.rb
690
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/test_form_helpers.rb
691
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/test_format_helpers.rb
692
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/test_locale.rb
693
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/test_number_helpers.rb
694
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/test_output_helpers.rb
695
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/test_render_helpers.rb
696
+ - lib/middleman-core/vendor/padrino-helpers-0.10.5/test/test_tag_helpers.rb
697
+ - lib/middleman-core/version.rb
698
+ - middleman-core.gemspec
699
+ has_rdoc: true
700
+ homepage: http://middlemanapp.com
701
+ licenses:
702
+ - MIT
703
+ post_install_message:
704
+ rdoc_options: []
705
+
706
+ require_paths:
707
+ - lib
708
+ required_ruby_version: !ruby/object:Gem::Requirement
709
+ none: false
710
+ requirements:
711
+ - - ">="
712
+ - !ruby/object:Gem::Version
713
+ hash: 3
714
+ segments:
715
+ - 0
716
+ version: "0"
717
+ required_rubygems_version: !ruby/object:Gem::Requirement
718
+ none: false
719
+ requirements:
720
+ - - ">"
721
+ - !ruby/object:Gem::Version
722
+ hash: 25
723
+ segments:
724
+ - 1
725
+ - 3
726
+ - 1
727
+ version: 1.3.1
728
+ requirements: []
729
+
730
+ rubyforge_project:
731
+ rubygems_version: 1.6.2
732
+ signing_key:
733
+ specification_version: 3
734
+ summary: Hand-crafted frontend development
735
+ test_files:
736
+ - features/3rd_party_cli.feature
737
+ - features/asset_host.feature
738
+ - features/auto_layout.feature
739
+ - features/automatic_image_sizes.feature
740
+ - features/builder.feature
741
+ - features/chained_templates.feature
742
+ - features/clean_build.feature
743
+ - features/cli.feature
744
+ - features/content_for.feature
745
+ - features/current_page_request_path_backwards.feature
746
+ - features/custom_layout_engines.feature
747
+ - features/custom_layouts.feature
748
+ - features/data.feature
749
+ - features/directory_index.feature
750
+ - features/dynamic_pages.feature
751
+ - features/feature_params.feature
752
+ - features/former_padrino_helpers.feature
753
+ - features/front-matter.feature
754
+ - features/helpers_auto_javascript_include_tag.feature
755
+ - features/helpers_auto_stylesheet_link_tag.feature
756
+ - features/helpers_external.feature
757
+ - features/helpers_lorem.feature
758
+ - features/helpers_page_classes.feature
759
+ - features/instance_vars.feature
760
+ - features/mount_rack.feature
761
+ - features/nested_layouts.feature
762
+ - features/partials.feature
763
+ - features/preview_changes.feature
764
+ - features/sitemap_traversal.features
765
+ - features/static_server.feature
766
+ - features/step_definitions/page_layout_steps.rb
767
+ - features/support/env.rb
768
+ - features/wildcard_page_helper.feature
769
+ - fixtures/3rd-party-command/config.rb
770
+ - fixtures/asset-host-app/config.rb
771
+ - fixtures/asset-host-app/source/.htaccess
772
+ - fixtures/asset-host-app/source/asset_host.html.erb
773
+ - fixtures/asset-host-app/source/images/blank.gif
774
+ - fixtures/auto-css-app/config.rb
775
+ - fixtures/auto-css-app/source/auto-css.html.erb
776
+ - fixtures/auto-css-app/source/auto-css/auto-css.html.erb
777
+ - fixtures/auto-css-app/source/auto-css/index.html.erb
778
+ - fixtures/auto-css-app/source/auto-css/sub/auto-css.html.erb
779
+ - fixtures/auto-css-app/source/stylesheets/auto-css.css
780
+ - fixtures/auto-css-app/source/stylesheets/auto-css/auto-css.css
781
+ - fixtures/auto-css-app/source/stylesheets/auto-css/index.css
782
+ - fixtures/auto-css-app/source/stylesheets/auto-css/sub/auto-css.css
783
+ - fixtures/auto-js-app/config.rb
784
+ - fixtures/auto-js-app/source/auto-js.html.erb
785
+ - fixtures/auto-js-app/source/auto-js/auto-js.html.erb
786
+ - fixtures/auto-js-app/source/auto-js/index.html.erb
787
+ - fixtures/auto-js-app/source/auto-js/sub/auto-js.html.erb
788
+ - fixtures/auto-js-app/source/javascripts/auto-js.js
789
+ - fixtures/auto-js-app/source/javascripts/auto-js/auto-js.js
790
+ - fixtures/auto-js-app/source/javascripts/auto-js/index.js
791
+ - fixtures/auto-js-app/source/javascripts/auto-js/sub/auto-js.js
792
+ - fixtures/automatic-image-size-app/config.rb
793
+ - fixtures/automatic-image-size-app/source/auto-image-sizes.html.erb
794
+ - fixtures/automatic-image-size-app/source/images/blank.gif
795
+ - fixtures/basic-data-app/config.rb
796
+ - fixtures/basic-data-app/data/test.yml
797
+ - fixtures/basic-data-app/data/test2.json
798
+ - fixtures/basic-data-app/source/data.html.erb
799
+ - fixtures/basic-data-app/source/data3.html.erb
800
+ - fixtures/build-with-errors-app/config.rb
801
+ - fixtures/build-with-errors-app/source/index.html.erb
802
+ - fixtures/chained-app/config.rb
803
+ - fixtures/chained-app/data/article.yml
804
+ - fixtures/chained-app/source/index.html.str.erb
805
+ - fixtures/clean-app/config-complications.rb
806
+ - fixtures/clean-app/config-empty.rb
807
+ - fixtures/clean-app/config.rb
808
+ - fixtures/clean-app/source/index.html.erb
809
+ - fixtures/clean-app/source/layout.erb
810
+ - fixtures/clean-app/source/layouts/custom.erb
811
+ - fixtures/clean-app/source/real.html
812
+ - fixtures/clean-app/source/real/index.html.erb
813
+ - fixtures/clean-app/source/should_be_ignored.html
814
+ - fixtures/clean-app/source/should_be_ignored2.html
815
+ - fixtures/clean-app/source/should_be_ignored3.html
816
+ - fixtures/clean-app/source/static.html
817
+ - fixtures/clean-dir-app/config.rb
818
+ - fixtures/clean-dir-app/source/about.html
819
+ - fixtures/content-for-app/config.rb
820
+ - fixtures/content-for-app/source/content_for_erb.html.erb
821
+ - fixtures/content-for-app/source/layouts/content_for.erb
822
+ - fixtures/current-page-app/config.rb
823
+ - fixtures/current-page-app/source/request-path.html.erb
824
+ - fixtures/custom-layout-app/config.rb
825
+ - fixtures/custom-layout-app/source/index.html.erb
826
+ - fixtures/custom-layout-app/source/layout.str
827
+ - fixtures/custom-layout-app2/config.rb
828
+ - fixtures/custom-layout-app2/source/custom-layout-dir/index.html.erb
829
+ - fixtures/custom-layout-app2/source/custom-layout.html.erb
830
+ - fixtures/custom-layout-app2/source/layouts/custom.erb
831
+ - fixtures/data-app/config.rb
832
+ - fixtures/data-app/data/pages.yml
833
+ - fixtures/data-app/source/index.html.erb
834
+ - fixtures/data-app/source/layout.erb
835
+ - fixtures/different-engine-layout/config.rb
836
+ - fixtures/different-engine-layout/source/index.html.str
837
+ - fixtures/different-engine-layout/source/layout.erb
838
+ - fixtures/different-engine-partial/config.rb
839
+ - fixtures/different-engine-partial/source/index.html.erb
840
+ - fixtures/different-engine-partial/source/layouts/layout.erb
841
+ - fixtures/different-engine-partial/source/shared/_footer.str
842
+ - fixtures/different-engine-partial/source/shared/_header.erb
843
+ - fixtures/dynamic-pages-app/config.rb
844
+ - fixtures/dynamic-pages-app/source/real.html
845
+ - fixtures/dynamic-pages-app/source/real/index.html.erb
846
+ - fixtures/dynamic-pages-app/source/should_be_ignored.html
847
+ - fixtures/dynamic-pages-app/source/should_be_ignored2.html
848
+ - fixtures/dynamic-pages-app/source/should_be_ignored3.html
849
+ - fixtures/dynamic-pages-app/source/should_be_ignored4.html
850
+ - fixtures/dynamic-pages-app/source/should_be_ignored5.html
851
+ - fixtures/dynamic-pages-app/source/should_be_ignored6.html
852
+ - fixtures/dynamic-pages-app/source/should_be_ignored7.html
853
+ - fixtures/dynamic-pages-app/source/should_be_ignored8.html
854
+ - fixtures/empty-app/not-config.rb
855
+ - fixtures/engine-matching-layout/config.rb
856
+ - fixtures/engine-matching-layout/source/index.html.erb
857
+ - fixtures/engine-matching-layout/source/layout.erb
858
+ - fixtures/external-helpers/config.rb
859
+ - fixtures/external-helpers/lib/hello_helper.rb
860
+ - fixtures/external-helpers/source/index.html.erb
861
+ - fixtures/feature-params-app/config.rb
862
+ - fixtures/feature-params-app/source/index.html.erb
863
+ - fixtures/frontmatter-app/config.rb
864
+ - fixtures/frontmatter-app/source/front-matter-2.php.erb
865
+ - fixtures/frontmatter-app/source/front-matter-change.html.erb
866
+ - fixtures/frontmatter-app/source/front-matter.html.erb
867
+ - fixtures/generator-test/config.rb
868
+ - fixtures/generator-test/source/index.html.erb
869
+ - fixtures/glob-app/config.rb
870
+ - fixtures/glob-app/source/index.html.erb
871
+ - fixtures/glob-app/source/stylesheets/site.css.str
872
+ - fixtures/ignore-app/config.rb
873
+ - fixtures/ignore-app/source/articles/template.html.erb
874
+ - fixtures/ignore-app/source/template.html.erb
875
+ - fixtures/indexable-app/config.rb
876
+ - fixtures/indexable-app/source/.htaccess
877
+ - fixtures/indexable-app/source/a_folder/needs_index.html
878
+ - fixtures/indexable-app/source/leave_me_alone.html
879
+ - fixtures/indexable-app/source/needs_index.html
880
+ - fixtures/indexable-app/source/regular/index.html
881
+ - fixtures/instance-vars-app/config.rb
882
+ - fixtures/instance-vars-app/source/_vartial.erb
883
+ - fixtures/instance-vars-app/source/instance-var-set.html.erb
884
+ - fixtures/instance-vars-app/source/layout.erb
885
+ - fixtures/instance-vars-app/source/no-instance-var.html.erb
886
+ - fixtures/large-build-app/config.rb
887
+ - fixtures/large-build-app/source/.htaccess
888
+ - fixtures/large-build-app/source/_partial.erb
889
+ - fixtures/large-build-app/source/images/Child folder/regular_file(example).txt
890
+ - fixtures/large-build-app/source/images/Read me (example).txt
891
+ - fixtures/large-build-app/source/images/blank.gif
892
+ - fixtures/large-build-app/source/index.html.erb
893
+ - fixtures/large-build-app/source/layout.erb
894
+ - fixtures/large-build-app/source/layouts/content_for.erb
895
+ - fixtures/large-build-app/source/layouts/custom.erb
896
+ - fixtures/large-build-app/source/other_layout.erb
897
+ - fixtures/large-build-app/source/services/index.html.erb
898
+ - fixtures/large-build-app/source/spaces in file.html.erb
899
+ - fixtures/large-build-app/source/static.html
900
+ - fixtures/large-build-app/source/stylesheets/static.css
901
+ - fixtures/lorem-app/config.rb
902
+ - fixtures/lorem-app/source/lorem.html.erb
903
+ - fixtures/manual-layout-missing/config.rb
904
+ - fixtures/manual-layout-missing/source/index.html.erb
905
+ - fixtures/manual-layout-override/config.rb
906
+ - fixtures/manual-layout-override/source/index.html.erb
907
+ - fixtures/manual-layout-override/source/layouts/another.erb
908
+ - fixtures/manual-layout-override/source/layouts/custom.erb
909
+ - fixtures/manual-layout/config.rb
910
+ - fixtures/manual-layout/source/index.html.erb
911
+ - fixtures/manual-layout/source/layouts/custom.erb
912
+ - fixtures/multiple-layouts/config.rb
913
+ - fixtures/multiple-layouts/source/index.html.erb
914
+ - fixtures/multiple-layouts/source/layout.erb
915
+ - fixtures/multiple-layouts/source/layout.str
916
+ - fixtures/nested-layout-app/config.rb
917
+ - fixtures/nested-layout-app/source/data-one.html.erb
918
+ - fixtures/nested-layout-app/source/data-two.html.erb
919
+ - fixtures/nested-layout-app/source/index.html.erb
920
+ - fixtures/nested-layout-app/source/layouts/inner.erb
921
+ - fixtures/nested-layout-app/source/layouts/master.erb
922
+ - fixtures/nested-layout-app/source/layouts/outer.erb
923
+ - fixtures/no-layout/config.rb
924
+ - fixtures/no-layout/source/index.html.erb
925
+ - fixtures/padrino-helpers-app/config.rb
926
+ - fixtures/padrino-helpers-app/source/former_padrino_test.html.erb
927
+ - fixtures/page-classes-app/config.rb
928
+ - fixtures/page-classes-app/source/page-classes.html.erb
929
+ - fixtures/page-classes-app/source/sub1/page-classes.html.erb
930
+ - fixtures/page-classes-app/source/sub1/sub2/page-classes.html.erb
931
+ - fixtures/partials-app/config.rb
932
+ - fixtures/partials-app/source/_locals.erb
933
+ - fixtures/partials-app/source/_main.erb
934
+ - fixtures/partials-app/source/_main.str
935
+ - fixtures/partials-app/source/index.html.erb
936
+ - fixtures/partials-app/source/locals.html.erb
937
+ - fixtures/partials-app/source/second.html.str
938
+ - fixtures/partials-app/source/shared/_footer.erb
939
+ - fixtures/partials-app/source/shared/_header.erb
940
+ - fixtures/partials-app/source/sub/_local.erb
941
+ - fixtures/partials-app/source/sub/index.html.erb
942
+ - fixtures/plain-app/index.html
943
+ - fixtures/preview-app/config.rb
944
+ - fixtures/preview-app/source/content.html.erb
945
+ - fixtures/preview-app/source/layout.erb
946
+ - fixtures/sinatra-app/config.rb
947
+ - fixtures/sinatra-app/source/index.html.erb
948
+ - fixtures/traversal-app/config.rb
949
+ - fixtures/traversal-app/source/directory-indexed.html.erb
950
+ - fixtures/traversal-app/source/directory-indexed/sibling.html.erb
951
+ - fixtures/traversal-app/source/directory-indexed/sibling2.html.erb
952
+ - fixtures/traversal-app/source/directory-indexed/sub2/index.html.erb
953
+ - fixtures/traversal-app/source/directory-indexed/sub3/deep.html.erb
954
+ - fixtures/traversal-app/source/index.html.erb
955
+ - fixtures/traversal-app/source/layout.erb
956
+ - fixtures/traversal-app/source/proxied.html.erb
957
+ - fixtures/traversal-app/source/root.html.erb
958
+ - fixtures/traversal-app/source/sub/index.html.erb
959
+ - fixtures/traversal-app/source/sub/sibling.html.erb
960
+ - fixtures/traversal-app/source/sub/sibling2.html.erb
961
+ - fixtures/traversal-app/source/sub/sub2/index.html.erb
962
+ - fixtures/traversal-app/source/sub/sub3/deep.html.erb
963
+ - fixtures/wildcard-app/config.rb
964
+ - fixtures/wildcard-app/source/admin/index.html.erb
965
+ - fixtures/wildcard-app/source/admin/page.html.erb
966
+ - fixtures/wildcard-app/source/index.html.erb
967
+ - fixtures/wildcard-app/source/layouts/admin.erb
968
+ - fixtures/wildcard-app/source/layouts/layout.erb
969
+ - fixtures/wildcard-directory-index-app/config.rb
970
+ - fixtures/wildcard-directory-index-app/source/admin/index.html.erb
971
+ - fixtures/wildcard-directory-index-app/source/admin/page.html.erb
972
+ - fixtures/wildcard-directory-index-app/source/index.html.erb
973
+ - fixtures/wildcard-directory-index-app/source/layouts/admin.erb
974
+ - fixtures/wildcard-directory-index-app/source/layouts/layout.erb