middleman/middleman-core
Ben Hollis 38e5fde04e Create our own self-signed certs, rather than letting Webrick do it for us.
We now use a modified copy of Webrick's create_self_signed_certificate that generates a different certificate serial number each time (based on the current time). This avoids an error in Firefox when we serve a certificate with different details but the same serial: it throws up a "sec_error_reused_issuer_and_serial" error and refuses to let you accept the certificate. Our modified version also avoids printing garbage to $stderr.
2015-05-07 22:09:09 -07:00
..
bin Stop messing with load path in middleman executable 2012-09-15 18:45:14 -07:00
features Merge pull request #1393 from AndrewKvalheim/minify-proxied 2015-05-02 14:28:00 -07:00
fixtures Merge pull request #1393 from AndrewKvalheim/minify-proxied 2015-05-02 14:28:00 -07:00
lib Create our own self-signed certs, rather than letting Webrick do it for us. 2015-05-07 22:09:09 -07:00
spec fix specs on windows 2014-07-03 21:09:32 +01:00
.gemtest enable gemtest at a per-gem level 2012-01-02 14:48:47 -08:00
.simplecov ignore vendor in simplecov 2013-06-04 14:28:46 -07:00
.yardopts Fix yard options 2013-11-25 00:12:39 -08:00
middleman-core.gemspec Update version of i18n 2014-12-28 10:36:33 +01:00
Rakefile Implemented Rubocop 2013-12-28 00:47:39 +00:00