middleman/middleman-core/lib/middleman-core/sitemap
PiotrMisiurek 1c57626445 Fix contract for Sitemap::Store.register_resource_list_manipulator (#1907)
Contract said that optional param priority can be only a number.
But the code also handle the boolean as a value to be compatibile
with old versions

Change contract to accept both Num and Bool
2016-05-06 00:12:03 -07:00
..
extensions Expose all config options to CLIs. Helps with #1829 2016-03-12 13:55:25 -08:00
resource.rb loosen contract on Resource#source_file to Maybe[String] (#1906) 2016-05-05 09:08:29 -07:00
store.rb Fix contract for Sitemap::Store.register_resource_list_manipulator (#1907) 2016-05-06 00:12:03 -07:00