middleman-core 4.3.0.rc.1 → 4.3.0.rc.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/Rakefile +0 -1
- data/cucumber.yml +2 -2
- data/features/asset_hash.feature +2 -2
- data/features/collections.feature +2 -2
- data/features/i18n_mixed_sources.feature +8 -0
- data/features/markdown.feature +0 -1
- data/features/multiple-sources-reload.feature +40 -0
- data/features/partials.feature +1 -1
- data/features/support/env.rb +4 -1
- data/features/tilde_directories.feature +0 -2
- data/features/unicode_filenames.feature +1 -1
- data/fixtures/asset-hash-app/config.rb +0 -1
- data/fixtures/asset-hash-app/lib/middleware.rb +2 -2
- data/fixtures/asset-hash-app/source/stylesheets/_partial.sass +1 -1
- data/fixtures/asset-hash-prefix/config.rb +1 -2
- data/fixtures/asset-hash-prefix/lib/middleware.rb +2 -2
- data/fixtures/asset-hash-source-map/config.rb +0 -1
- data/fixtures/asset-hash-source-map/lib/middleware.rb +2 -2
- data/fixtures/asset-host-app/config.rb +1 -1
- data/fixtures/auto-css-app/config.rb +2 -2
- data/fixtures/auto-js-app/config.rb +2 -2
- data/fixtures/auto-js-directory-index-app/config.rb +1 -1
- data/fixtures/automatic-directory-matcher-app/config.rb +1 -1
- data/fixtures/basic-data-app/config.rb +2 -2
- data/fixtures/capture-html-app/config.rb +4 -4
- data/fixtures/clean-app/config-complications.rb +6 -6
- data/fixtures/clean-app/config-hidden-dir-after.rb +4 -4
- data/fixtures/clean-app/config-hidden-dir-before.rb +1 -1
- data/fixtures/clean-app/config.rb +6 -6
- data/fixtures/clean-dir-app/config.rb +0 -1
- data/fixtures/clean-nested-app/config.rb +1 -1
- data/fixtures/collections-app/source/blog1/2011-01-01-new-article.html.markdown +1 -1
- data/fixtures/collections-app/source/blog1/2011-01-02-another-article.html.markdown +1 -1
- data/fixtures/collections-app/source/blog2/2011-01-01-new-article.html.markdown +1 -1
- data/fixtures/collections-app/source/blog2/2011-01-02-another-article.html.markdown +1 -1
- data/fixtures/content-for-app/config.rb +4 -4
- data/fixtures/destination-dir-different-from-source-dir-name/external/page.html.erb +1 -0
- data/fixtures/destination-dir-different-from-source-dir-name/my-app/config.rb +2 -0
- data/fixtures/destination-dir-different-from-source-dir-name/my-app/source/index.html.erb +1 -0
- data/fixtures/dynamic-pages-app/config.rb +25 -26
- data/fixtures/ember-cli-app/config.rb +4 -4
- data/fixtures/env-app/environments/development.rb +1 -1
- data/fixtures/env-app/environments/production.rb +1 -1
- data/fixtures/extension-hooks-app/config.rb +8 -8
- data/fixtures/external-helpers/config.rb +2 -2
- data/fixtures/external-helpers/helpers/derp.rb +3 -1
- data/fixtures/external-helpers/helpers/four_helpers.rb +3 -1
- data/fixtures/external-helpers/helpers/one_helper.rb +3 -1
- data/fixtures/external-helpers/helpers/yet_another_thingy.rb +3 -1
- data/fixtures/external-helpers/lib/hello_helper.rb +1 -1
- data/fixtures/external-pipeline-error/config.rb +4 -4
- data/fixtures/feature-params-app/config.rb +1 -1
- data/fixtures/frontmatter-app/config.rb +1 -1
- data/fixtures/glob-app/config.rb +1 -1
- data/fixtures/i-8859-1-app/config.rb +1 -1
- data/fixtures/i18n-force-locale/config.rb +4 -4
- data/fixtures/i18n-mixed-sources/config.rb +1 -1
- data/fixtures/i18n-mixed-sources/source/c/d/index.html.erb +9 -0
- data/fixtures/i18n-mixed-sources/source/localizable/c/d/index.html.erb +9 -0
- data/fixtures/import-app/config.rb +3 -3
- data/fixtures/indexable-app/config.rb +3 -3
- data/fixtures/large-build-app/config.rb +1 -1
- data/fixtures/manual-layout-override/config.rb +1 -1
- data/fixtures/missing-tilt-library-app/config.rb +2 -2
- data/fixtures/more-traversal-app/config.rb +4 -4
- data/fixtures/multiple-data-sources-app/config.rb +1 -1
- data/fixtures/multiple-sources-app/config.rb +1 -1
- data/fixtures/multiple-sources-with-destination-dir/config.rb +2 -0
- data/fixtures/multiple-sources-with-destination-dir/external/page.html.erb +1 -0
- data/fixtures/multiple-sources-with-destination-dir/source/index.html.erb +1 -0
- data/fixtures/multiple-sources-with-duplicate-file-names-app/config.rb +1 -1
- data/fixtures/multiple-sources-without-destination-dir/config.rb +1 -0
- data/fixtures/multiple-sources-without-destination-dir/external/page.html.erb +1 -0
- data/fixtures/multiple-sources-without-destination-dir/source/index.html.erb +1 -0
- data/fixtures/nested-layout-app/source/another.html.markdown +1 -1
- data/fixtures/nested-layout-app/source/haml-test.html.markdown +1 -1
- data/fixtures/nested-layout-app/source/slim-test.html.markdown +1 -1
- data/fixtures/padrino-helpers-app/config.rb +1 -1
- data/fixtures/page-classes-app/config.rb +2 -2
- data/fixtures/page-helper-layout-block-app/config.rb +1 -1
- data/fixtures/page-id-app/config-proc.rb +4 -4
- data/fixtures/page-id-app/config.rb +3 -3
- data/fixtures/paginate-app/source/blog/2011-01-01-test-article.html.markdown +1 -1
- data/fixtures/paginate-app/source/blog/2011-01-02-test-article.html.markdown +1 -1
- data/fixtures/paginate-app/source/blog/2011-01-03-test-article.html.markdown +1 -1
- data/fixtures/paginate-app/source/blog/2011-01-04-test-article.html.markdown +1 -1
- data/fixtures/paginate-app/source/blog/2011-01-05-test-article.html.markdown +1 -1
- data/fixtures/paginate-app/source/blog/2011-02-01-test-article.html.markdown +1 -1
- data/fixtures/paginate-app/source/blog/2011-02-02-test-article.html.markdown +1 -1
- data/fixtures/partials-app/source/_locals.erb +1 -1
- data/fixtures/partials-app/source/locals.html.erb +1 -1
- data/fixtures/proxy-pages-app/config.rb +13 -14
- data/fixtures/sass-assets-path-app/config.rb +2 -2
- data/fixtures/sinatra-app/config.rb +6 -6
- data/fixtures/traversal-app/config.rb +4 -4
- data/fixtures/v4-extension-callbacks/config.rb +2 -2
- data/fixtures/wildcard-app/config.rb +1 -1
- data/fixtures/wildcard-directory-index-app/config.rb +1 -1
- data/lib/middleman-core.rb +3 -3
- data/lib/middleman-core/application.rb +5 -5
- data/lib/middleman-core/builder.rb +20 -20
- data/lib/middleman-core/callback_manager.rb +1 -1
- data/lib/middleman-core/config_context.rb +2 -2
- data/lib/middleman-core/configuration.rb +5 -5
- data/lib/middleman-core/contracts.rb +2 -2
- data/lib/middleman-core/core_extensions/collections.rb +1 -1
- data/lib/middleman-core/core_extensions/collections/lazy_root.rb +1 -1
- data/lib/middleman-core/core_extensions/collections/lazy_step.rb +9 -9
- data/lib/middleman-core/core_extensions/collections/pagination.rb +6 -6
- data/lib/middleman-core/core_extensions/data.rb +10 -10
- data/lib/middleman-core/core_extensions/default_helpers.rb +26 -22
- data/lib/middleman-core/core_extensions/file_watcher.rb +1 -1
- data/lib/middleman-core/core_extensions/front_matter.rb +3 -3
- data/lib/middleman-core/core_extensions/i18n.rb +24 -24
- data/lib/middleman-core/core_extensions/inline_url_rewriter.rb +10 -7
- data/lib/middleman-core/core_extensions/routing.rb +1 -1
- data/lib/middleman-core/dns_resolver.rb +1 -1
- data/lib/middleman-core/dns_resolver/basic_network_resolver.rb +3 -3
- data/lib/middleman-core/dns_resolver/hosts_resolver.rb +1 -1
- data/lib/middleman-core/dns_resolver/local_link_resolver.rb +1 -1
- data/lib/middleman-core/dns_resolver/network_resolver.rb +1 -1
- data/lib/middleman-core/extension.rb +26 -25
- data/lib/middleman-core/extension_manager.rb +1 -1
- data/lib/middleman-core/extensions.rb +8 -7
- data/lib/middleman-core/extensions/asset_hash.rb +24 -22
- data/lib/middleman-core/extensions/asset_host.rb +10 -10
- data/lib/middleman-core/extensions/automatic_alt_tags.rb +1 -1
- data/lib/middleman-core/extensions/automatic_image_sizes.rb +3 -3
- data/lib/middleman-core/extensions/cache_buster.rb +2 -2
- data/lib/middleman-core/extensions/directory_indexes.rb +1 -1
- data/lib/middleman-core/extensions/external_pipeline.rb +14 -9
- data/lib/middleman-core/extensions/gzip.rb +7 -5
- data/lib/middleman-core/extensions/lorem.rb +9 -9
- data/lib/middleman-core/extensions/minify_css.rb +9 -9
- data/lib/middleman-core/extensions/minify_javascript.rb +10 -10
- data/lib/middleman-core/extensions/relative_assets.rb +8 -8
- data/lib/middleman-core/file_renderer.rb +6 -5
- data/lib/middleman-core/load_paths.rb +10 -10
- data/lib/middleman-core/logger.rb +2 -3
- data/lib/middleman-core/meta_pages.rb +1 -1
- data/lib/middleman-core/preview_server.rb +21 -22
- data/lib/middleman-core/preview_server/checks.rb +1 -1
- data/lib/middleman-core/preview_server/information.rb +13 -13
- data/lib/middleman-core/preview_server/network_interface_inventory.rb +3 -3
- data/lib/middleman-core/preview_server/server_information.rb +1 -1
- data/lib/middleman-core/preview_server/server_url.rb +1 -1
- data/lib/middleman-core/preview_server/tcp_port_prober.rb +1 -1
- data/lib/middleman-core/rack.rb +1 -1
- data/lib/middleman-core/renderers/coffee_script.rb +2 -2
- data/lib/middleman-core/renderers/haml.rb +1 -4
- data/lib/middleman-core/renderers/less.rb +1 -1
- data/lib/middleman-core/renderers/liquid.rb +2 -1
- data/lib/middleman-core/renderers/markdown.rb +7 -7
- data/lib/middleman-core/renderers/redcarpet.rb +2 -2
- data/lib/middleman-core/renderers/sass.rb +5 -5
- data/lib/middleman-core/renderers/sass_functions.rb +5 -5
- data/lib/middleman-core/renderers/slim.rb +2 -2
- data/lib/middleman-core/sitemap/extensions/ignores.rb +2 -4
- data/lib/middleman-core/sitemap/extensions/import.rb +1 -1
- data/lib/middleman-core/sitemap/extensions/on_disk.rb +1 -1
- data/lib/middleman-core/sitemap/extensions/proxies.rb +2 -1
- data/lib/middleman-core/sitemap/extensions/redirects.rb +1 -1
- data/lib/middleman-core/sitemap/extensions/request_endpoints.rb +1 -1
- data/lib/middleman-core/sitemap/extensions/traversal.rb +80 -25
- data/lib/middleman-core/sitemap/resource.rb +21 -20
- data/lib/middleman-core/sitemap/store.rb +3 -3
- data/lib/middleman-core/sources.rb +12 -12
- data/lib/middleman-core/sources/source_watcher.rb +16 -10
- data/lib/middleman-core/step_definitions/builder_steps.rb +23 -23
- data/lib/middleman-core/step_definitions/commandline_steps.rb +5 -5
- data/lib/middleman-core/step_definitions/middleman_steps.rb +13 -14
- data/lib/middleman-core/step_definitions/server_steps.rb +14 -16
- data/lib/middleman-core/template_context.rb +17 -10
- data/lib/middleman-core/template_renderer.rb +34 -32
- data/lib/middleman-core/util.rb +2 -2
- data/lib/middleman-core/util/binary.rb +3 -1
- data/lib/middleman-core/util/data.rb +2 -2
- data/lib/middleman-core/util/files.rb +2 -2
- data/lib/middleman-core/util/paths.rb +47 -44
- data/lib/middleman-core/util/rack.rb +3 -3
- data/lib/middleman-core/util/uri_templates.rb +1 -0
- data/lib/middleman-core/version.rb +1 -1
- data/middleman-core.gemspec +3 -2
- data/spec/middleman-core/callbacks_spec.rb +15 -14
- data/spec/middleman-core/core_extensions/data_spec.rb +70 -74
- data/spec/middleman-core/dns_resolver_spec.rb +6 -6
- data/spec/middleman-core/util_spec.rb +81 -86
- data/spec/support/given.rb +11 -15
- metadata +44 -6
data/spec/support/given.rb
CHANGED
@@ -1,42 +1,38 @@
|
|
1
1
|
module Given
|
2
|
-
ROOT = File.expand_path(
|
3
|
-
TMP = File.join(
|
2
|
+
ROOT = File.expand_path('../..', __dir__)
|
3
|
+
TMP = File.join(ROOT, 'tmp')
|
4
4
|
|
5
5
|
class << self
|
6
|
-
|
7
|
-
def fixture name
|
6
|
+
def fixture(name)
|
8
7
|
cleanup!
|
9
8
|
|
10
|
-
`rsync -av #{File.join(
|
9
|
+
`rsync -av #{File.join(ROOT, 'fixtures', name)}/ #{TMP}/`
|
11
10
|
Dir.chdir TMP
|
12
11
|
ENV['MM_ROOT'] = TMP
|
13
12
|
end
|
14
13
|
|
15
|
-
def no_file
|
14
|
+
def no_file(name)
|
16
15
|
FileUtils.rm name, force: true
|
17
16
|
end
|
18
17
|
|
19
|
-
def symlink
|
18
|
+
def symlink(source, destination)
|
20
19
|
no_file destination
|
21
20
|
FileUtils.symlink File.expand_path(source),
|
22
21
|
File.expand_path(destination),
|
23
22
|
force: true
|
24
23
|
end
|
25
24
|
|
26
|
-
def file
|
27
|
-
file_path = File.join(
|
28
|
-
FileUtils.mkdir_p(
|
29
|
-
File.open(
|
25
|
+
def file(name, content)
|
26
|
+
file_path = File.join(TMP, name)
|
27
|
+
FileUtils.mkdir_p(File.dirname(file_path))
|
28
|
+
File.open(file_path, 'w') do |file|
|
30
29
|
file.write content
|
31
30
|
end
|
32
31
|
end
|
33
32
|
|
34
33
|
def cleanup!
|
35
34
|
Dir.chdir ROOT
|
36
|
-
if File.exist? TMP
|
37
|
-
`rm -rf #{TMP}`
|
38
|
-
end
|
35
|
+
`rm -rf #{TMP}` if File.exist? TMP
|
39
36
|
end
|
40
|
-
|
41
37
|
end
|
42
38
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: middleman-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.3.0.rc.
|
4
|
+
version: 4.3.0.rc.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Thomas Reynolds
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2018-03
|
13
|
+
date: 2018-10-03 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: bundler
|
@@ -178,6 +178,20 @@ dependencies:
|
|
178
178
|
- - "~>"
|
179
179
|
- !ruby/object:Gem::Version
|
180
180
|
version: '0.14'
|
181
|
+
- !ruby/object:Gem::Dependency
|
182
|
+
name: backports
|
183
|
+
requirement: !ruby/object:Gem::Requirement
|
184
|
+
requirements:
|
185
|
+
- - "~>"
|
186
|
+
- !ruby/object:Gem::Version
|
187
|
+
version: '3.11'
|
188
|
+
type: :runtime
|
189
|
+
prerelease: false
|
190
|
+
version_requirements: !ruby/object:Gem::Requirement
|
191
|
+
requirements:
|
192
|
+
- - "~>"
|
193
|
+
- !ruby/object:Gem::Version
|
194
|
+
version: '3.11'
|
181
195
|
- !ruby/object:Gem::Dependency
|
182
196
|
name: listen
|
183
197
|
requirement: !ruby/object:Gem::Requirement
|
@@ -282,14 +296,14 @@ dependencies:
|
|
282
296
|
requirements:
|
283
297
|
- - "~>"
|
284
298
|
- !ruby/object:Gem::Version
|
285
|
-
version:
|
299
|
+
version: 0.16.0
|
286
300
|
type: :runtime
|
287
301
|
prerelease: false
|
288
302
|
version_requirements: !ruby/object:Gem::Requirement
|
289
303
|
requirements:
|
290
304
|
- - "~>"
|
291
305
|
- !ruby/object:Gem::Version
|
292
|
-
version:
|
306
|
+
version: 0.16.0
|
293
307
|
- !ruby/object:Gem::Dependency
|
294
308
|
name: hashie
|
295
309
|
requirement: !ruby/object:Gem::Requirement
|
@@ -409,6 +423,7 @@ files:
|
|
409
423
|
- features/more-wildcard_page_helper.feature
|
410
424
|
- features/mount_rack.feature
|
411
425
|
- features/move_files.feature
|
426
|
+
- features/multiple-sources-reload.feature
|
412
427
|
- features/multiple-sources.feature
|
413
428
|
- features/nested_layouts.feature
|
414
429
|
- features/page-id.feature
|
@@ -642,6 +657,9 @@ files:
|
|
642
657
|
- fixtures/data-app/data/pages.yml
|
643
658
|
- fixtures/data-app/source/index.html.erb
|
644
659
|
- fixtures/data-app/source/layout.erb
|
660
|
+
- fixtures/destination-dir-different-from-source-dir-name/external/page.html.erb
|
661
|
+
- fixtures/destination-dir-different-from-source-dir-name/my-app/config.rb
|
662
|
+
- fixtures/destination-dir-different-from-source-dir-name/my-app/source/index.html.erb
|
645
663
|
- fixtures/different-engine-layout/config.rb
|
646
664
|
- fixtures/different-engine-layout/source/index.haml
|
647
665
|
- fixtures/different-engine-layout/source/index.html.str
|
@@ -797,9 +815,11 @@ files:
|
|
797
815
|
- fixtures/i18n-mixed-sources/locales/es.yml
|
798
816
|
- fixtures/i18n-mixed-sources/source/a/sub.html.erb
|
799
817
|
- fixtures/i18n-mixed-sources/source/b/index.html.erb
|
818
|
+
- fixtures/i18n-mixed-sources/source/c/d/index.html.erb
|
800
819
|
- fixtures/i18n-mixed-sources/source/index.html.erb
|
801
820
|
- fixtures/i18n-mixed-sources/source/localizable/a/index.html.erb
|
802
821
|
- fixtures/i18n-mixed-sources/source/localizable/b/sub.html.erb
|
822
|
+
- fixtures/i18n-mixed-sources/source/localizable/c/d/index.html.erb
|
803
823
|
- fixtures/i18n-mixed-sources/source/localizable/index.html.erb
|
804
824
|
- fixtures/i18n-nested-app/locales/en.yml
|
805
825
|
- fixtures/i18n-nested-app/locales/en/more.yml
|
@@ -1205,9 +1225,15 @@ files:
|
|
1205
1225
|
- fixtures/multiple-sources-app/source1/override-in-one.html.erb
|
1206
1226
|
- fixtures/multiple-sources-app/source2/index2.html.erb
|
1207
1227
|
- fixtures/multiple-sources-app/source2/override-in-two.html.erb
|
1228
|
+
- fixtures/multiple-sources-with-destination-dir/config.rb
|
1229
|
+
- fixtures/multiple-sources-with-destination-dir/external/page.html.erb
|
1230
|
+
- fixtures/multiple-sources-with-destination-dir/source/index.html.erb
|
1208
1231
|
- fixtures/multiple-sources-with-duplicate-file-names-app/config.rb
|
1209
1232
|
- fixtures/multiple-sources-with-duplicate-file-names-app/source/index.html.erb
|
1210
1233
|
- fixtures/multiple-sources-with-duplicate-file-names-app/source2/index.html.erb
|
1234
|
+
- fixtures/multiple-sources-without-destination-dir/config.rb
|
1235
|
+
- fixtures/multiple-sources-without-destination-dir/external/page.html.erb
|
1236
|
+
- fixtures/multiple-sources-without-destination-dir/source/index.html.erb
|
1211
1237
|
- fixtures/nested-data-app/config.rb
|
1212
1238
|
- fixtures/nested-data-app/data/examples/deeper/stuff.yml
|
1213
1239
|
- fixtures/nested-data-app/data/examples/more.yml
|
@@ -1530,7 +1556,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
1530
1556
|
requirements:
|
1531
1557
|
- - ">="
|
1532
1558
|
- !ruby/object:Gem::Version
|
1533
|
-
version: 2.
|
1559
|
+
version: 2.3.0
|
1534
1560
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1535
1561
|
requirements:
|
1536
1562
|
- - ">"
|
@@ -1538,7 +1564,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1538
1564
|
version: 1.3.1
|
1539
1565
|
requirements: []
|
1540
1566
|
rubyforge_project:
|
1541
|
-
rubygems_version: 2.
|
1567
|
+
rubygems_version: 2.7.7
|
1542
1568
|
signing_key:
|
1543
1569
|
specification_version: 4
|
1544
1570
|
summary: Hand-crafted frontend development
|
@@ -1617,6 +1643,7 @@ test_files:
|
|
1617
1643
|
- features/more-wildcard_page_helper.feature
|
1618
1644
|
- features/mount_rack.feature
|
1619
1645
|
- features/move_files.feature
|
1646
|
+
- features/multiple-sources-reload.feature
|
1620
1647
|
- features/multiple-sources.feature
|
1621
1648
|
- features/nested_layouts.feature
|
1622
1649
|
- features/page-id.feature
|
@@ -1850,6 +1877,9 @@ test_files:
|
|
1850
1877
|
- fixtures/data-app/data/pages.yml
|
1851
1878
|
- fixtures/data-app/source/index.html.erb
|
1852
1879
|
- fixtures/data-app/source/layout.erb
|
1880
|
+
- fixtures/destination-dir-different-from-source-dir-name/external/page.html.erb
|
1881
|
+
- fixtures/destination-dir-different-from-source-dir-name/my-app/config.rb
|
1882
|
+
- fixtures/destination-dir-different-from-source-dir-name/my-app/source/index.html.erb
|
1853
1883
|
- fixtures/different-engine-layout/config.rb
|
1854
1884
|
- fixtures/different-engine-layout/source/index.haml
|
1855
1885
|
- fixtures/different-engine-layout/source/index.html.str
|
@@ -2005,9 +2035,11 @@ test_files:
|
|
2005
2035
|
- fixtures/i18n-mixed-sources/locales/es.yml
|
2006
2036
|
- fixtures/i18n-mixed-sources/source/a/sub.html.erb
|
2007
2037
|
- fixtures/i18n-mixed-sources/source/b/index.html.erb
|
2038
|
+
- fixtures/i18n-mixed-sources/source/c/d/index.html.erb
|
2008
2039
|
- fixtures/i18n-mixed-sources/source/index.html.erb
|
2009
2040
|
- fixtures/i18n-mixed-sources/source/localizable/a/index.html.erb
|
2010
2041
|
- fixtures/i18n-mixed-sources/source/localizable/b/sub.html.erb
|
2042
|
+
- fixtures/i18n-mixed-sources/source/localizable/c/d/index.html.erb
|
2011
2043
|
- fixtures/i18n-mixed-sources/source/localizable/index.html.erb
|
2012
2044
|
- fixtures/i18n-nested-app/locales/en.yml
|
2013
2045
|
- fixtures/i18n-nested-app/locales/en/more.yml
|
@@ -2413,9 +2445,15 @@ test_files:
|
|
2413
2445
|
- fixtures/multiple-sources-app/source1/override-in-one.html.erb
|
2414
2446
|
- fixtures/multiple-sources-app/source2/index2.html.erb
|
2415
2447
|
- fixtures/multiple-sources-app/source2/override-in-two.html.erb
|
2448
|
+
- fixtures/multiple-sources-with-destination-dir/config.rb
|
2449
|
+
- fixtures/multiple-sources-with-destination-dir/external/page.html.erb
|
2450
|
+
- fixtures/multiple-sources-with-destination-dir/source/index.html.erb
|
2416
2451
|
- fixtures/multiple-sources-with-duplicate-file-names-app/config.rb
|
2417
2452
|
- fixtures/multiple-sources-with-duplicate-file-names-app/source/index.html.erb
|
2418
2453
|
- fixtures/multiple-sources-with-duplicate-file-names-app/source2/index.html.erb
|
2454
|
+
- fixtures/multiple-sources-without-destination-dir/config.rb
|
2455
|
+
- fixtures/multiple-sources-without-destination-dir/external/page.html.erb
|
2456
|
+
- fixtures/multiple-sources-without-destination-dir/source/index.html.erb
|
2419
2457
|
- fixtures/nested-data-app/config.rb
|
2420
2458
|
- fixtures/nested-data-app/data/examples/deeper/stuff.yml
|
2421
2459
|
- fixtures/nested-data-app/data/examples/more.yml
|