3943de066c 
								
							 
						 
						
							
							
								
								script/default-site: read Jekyll source from local clone  
							
							... 
							
							
							
							If you bump the version in the repo, then it all goes haywire. 
							
						 
						
							2016-08-02 15:55:33 -07:00  
				
					
						
							
							
								 
						
							
								663117403d 
								
							 
						 
						
							
							
								
								script/default-site: specify BUNDLE_GEMFILE for new site  
							
							
							
						 
						
							2016-08-01 21:56:28 -07:00  
				
					
						
							
							
								 
						
							
								4d0d528fd5 
								
							 
						 
						
							
							
								
								script/default-site: give debug output  
							
							
							
						 
						
							2016-08-01 14:49:52 -07:00  
				
					
						
							
							
								 
						
							
								bd96ca4ab6 
								
							 
						 
						
							
							
								
								bundle install before running bundle exec  
							
							
							
						 
						
							2016-07-28 14:15:48 -04:00  
				
					
						
							
							
								 
						
							
								ca03a41564 
								
							 
						 
						
							
							
								
								add test to build the default site  
							
							
							
						 
						
							2016-07-28 10:43:46 -04:00  
				
					
						
							
							
								 
						
							
								4b476f70e6 
								
							 
						 
						
							
							
								
								script/fmt: prefix rubocop version with "Rubocop"  
							
							... 
							
							
							
							This makes it obvious what those mysterious numbers are. 
							
						 
						
							2016-07-25 21:08:56 -07:00  
				
					
						
							
							
								 
						
							
								30e34a72c0 
								
							 
						 
						
							
							
								
								script/cibuild: if no TEST_SUITE is defined, run fmt, test, cucumber  
							
							... 
							
							
							
							/cc #5136  
							
						 
						
							2016-07-25 21:08:05 -07:00  
				
					
						
							
							
								 
						
							
								5ca080ac6f 
								
							 
						 
						
							
							
								
								Whitespace cleanup.  
							
							
							
						 
						
							2016-07-18 21:31:17 +03:00  
				
					
						
							
							
								 
						
							
								1a934125d9 
								
							 
						 
						
							
							
								
								Check for Ruby first, then JRuby  
							
							
							
						 
						
							2016-07-07 13:37:25 -07:00  
				
					
						
							
							
								 
						
							
								b772329c60 
								
							 
						 
						
							
							
								
								Merge branch 'master' into remove-jruby-and-ruby-head  
							
							... 
							
							
							
							* master: (41 commits)
  Fix rubocop offenses on master.
  script/fmt: print Rubocop version
  Update history to reflect merge of #5030  [ci skip]
  rubocop: separate deprecator error messages
  Update history to reflect merge of #5031  [ci skip]
  Update history to reflect merge of #5032  [ci skip]
  rubocop: fix code style
  rubocop: fix code style
  rubocop: fix code style
  Update history to reflect merge of #5024  [ci skip]
  Update history to reflect merge of #5025  [ci skip]
  utils: check that the object is a hash when merging default_proc
  Update history to reflect merge of #5026  [ci skip]
  rubocop: refactor modified? method
  Add a benchmark for capture vs. assign in Liquid. [ci skip]
  Update history to reflect merge of #5027  [ci skip]
  Add generator-jekyllized to third party plugins
  rubocop: fix code style
  rubocop: fix code style
  rubocop: fix code style
  ... 
							
						 
						
							2016-06-29 00:52:58 -07:00  
				
					
						
							
							
								 
						
							
								3a76ddf7a2 
								
							 
						 
						
							
							
								
								script/fmt: print Rubocop version  
							
							
							
						 
						
							2016-06-28 12:38:46 -07:00  
				
					
						
							
							
								 
						
							
								6f5ad2530e 
								
							 
						 
						
							
							
								
								Only run tests with --profile when using MRI.  
							
							
							
						 
						
							2016-06-23 19:08:53 -07:00  
				
					
						
							
							
								 
						
							
								b28e14bcd6 
								
							 
						 
						
							
							
								
								create script/fmt to format the code  
							
							
							
						 
						
							2016-05-12 13:42:05 -05:00  
				
					
						
							
							
								 
						
							
								de8f67c4a2 
								
							 
						 
						
							
							
								
								Fix link issues in the site found by HTML Proofer.  
							
							
							
						 
						
							2016-03-01 19:43:22 -08:00  
				
					
						
							
							
								 
						
							
								d18769aff0 
								
							 
						 
						
							
							
								
								Remove old flag which breaks htmlproof  
							
							
							
						 
						
							2016-02-03 11:31:07 -05:00  
				
					
						
							
							
								 
						
							
								712c16a7f1 
								
							 
						 
						
							
							
								
								Try to cleanup the Gemfile... again.  
							
							... 
							
							
							
							The problem last time was that we removed Pry and Pry brings in CodeRay, we were
testing legacy stuff and didn't have CodeRay in our dependencies, which resulted
in those tests failing.
This also quietly announces the intention to move to RSpec by moving the old
test dependencies to ":test_legacy" and is slightly less agressive in it's
organization than before. 
							
						 
						
							2016-01-12 06:54:45 -06:00  
				
					
						
							
							
								 
						
							
								c5b8b3315f 
								
							 
						 
						
							
							
								
								Rearrange Cucumber and add some flair.  
							
							... 
							
							
							
							* Move step_definitions/jekyll.rb to just step_definitions.rb
* Rename the formatter to Jekyll::Cucumber::Formatter, it's Jekyll's.
* Add some flair; switch to checks!
* Rename env.rb to helpers.rb 
							
						 
						
							2016-01-11 14:55:34 -06:00  
				
					
						
							
							
								 
						
							
								1de7449767 
								
							 
						 
						
							
							
								
								Merge pull request  #4338  from jekyll/pr/add-script-travis  
							
							... 
							
							
							
							Merge pull request 4338 
							
						 
						
							2016-01-10 12:49:30 -08:00  
				
					
						
							
							
								 
						
							
								9fee9d3d3b 
								
							 
						 
						
							
							
								
								Add script/travis so all people can play with Travis-CI images.  
							
							
							
						 
						
							2016-01-10 14:46:56 -06:00  
				
					
						
							
							
								 
						
							
								8337da8978 
								
							 
						 
						
							
							
								
								Remove script/rebund.  
							
							
							
						 
						
							2016-01-10 11:13:14 -06:00  
				
					
						
							
							
								 
						
							
								2c5a5e76ec 
								
							 
						 
						
							
							
								
								script/stackprof: allow CLI to set stackprof mode [ci skip]  
							
							
							
						 
						
							2015-12-13 12:21:32 -08:00  
				
					
						
							
							
								 
						
							
								e8b1a8aa44 
								
							 
						 
						
							
							
								
								script/cibuild: fail if subprocesses fail  
							
							
							
						 
						
							2015-12-09 11:46:47 -08:00  
				
					
						
							
							
								 
						
							
								2a040fd527 
								
							 
						 
						
							
							
								
								Rename incremental regeneration flag  
							
							... 
							
							
							
							Rename from `full_rebuild` to disable, to `incremental` to enable 
							
						 
						
							2015-10-26 14:20:44 -07:00  
				
					
						
							
							
								 
						
							
								1eb1f4ea4d 
								
							 
						 
						
							
							
								
								add script to vendor mime types  
							
							
							
						 
						
							2015-08-24 16:21:50 -04:00  
				
					
						
							
							
								 
						
							
								b0fa2462a6 
								
							 
						 
						
							
							
								
								Updated the scripts shebang for portability  
							
							... 
							
							
							
							- Updated all of the sh and bash shebangs for consistency and portability.
- set -e to the test script for portability
Resolves  #3857  
							
						 
						
							2015-07-18 22:23:56 -04:00  
				
					
						
							
							
								 
						
							
								981e32d462 
								
							 
						 
						
							
							
								
								Fix script/test so that testing invidual files works.  
							
							
							
						 
						
							2015-05-25 02:05:39 -05:00  
				
					
						
							
							
								 
						
							
								f054bae503 
								
							 
						 
						
							
							
								
								Add support for JRuby, it was easier than assumed.  
							
							
							
						 
						
							2015-05-15 07:10:22 -05:00  
				
					
						
							
							
								 
						
							
								56c38f87b2 
								
							 
						 
						
							
							
								
								Add script/rubyprof to generate cachegrind callgraphs  
							
							
							
						 
						
							2015-05-10 04:18:04 +00:00  
				
					
						
							
							
								 
						
							
								397492fa38 
								
							 
						 
						
							
							
								
								added the --profile flag to make use of the minitest-profile tool  
							
							
							
						 
						
							2015-03-30 17:53:40 +02:00  
				
					
						
							
							
								 
						
							
								d39d0cea19 
								
							 
						 
						
							
							
								
								Create 'tmp' dir for test_tags if it doesn't exist  
							
							... 
							
							
							
							Rather than use script/test to create the tmp directory, create it in a setup block for the appropriate context in the `TestTags` test. 
							
						 
						
							2015-03-22 22:52:16 -07:00  
				
					
						
							
							
								 
						
							
								fccc02be6f 
								
							 
						 
						
							
							
								
								Don't be so verbose in script/test. /cc  #3574  
							
							
							
						 
						
							2015-03-16 14:55:50 -07:00  
				
					
						
							
							
								 
						
							
								6a387b45aa 
								
							 
						 
						
							
							
								
								Merge pull request  #3574  from jekyll/remove-legacy-loader  
							
							... 
							
							
							
							Merge pull request 3574 
							
						 
						
							2015-03-16 14:55:12 -07:00  
				
					
						
							
							
								 
						
							
								41fb36a36f 
								
							 
						 
						
							
							
								
								script/proof: ignore eduardoboucas.com  
							
							
							
						 
						
							2015-03-15 18:05:13 -07:00  
				
					
						
							
							
								 
						
							
								c6d62828ba 
								
							 
						 
						
							
							
								
								Remove loader.rb and utilize "modernize" script/test.  Fixes :  #3573  
							
							
							
						 
						
							2015-03-15 10:08:27 -05:00  
				
					
						
							
							
								 
						
							
								f1edf9e692 
								
							 
						 
						
							
							
								
								Add minitest/profile to profile 10 slowest tests  
							
							
							
						 
						
							2015-03-01 00:36:40 -08:00  
				
					
						
							
							
								 
						
							
								52c4ce2a5a 
								
							 
						 
						
							
							
								
								Finish of moving the unit tests over to Minitest  
							
							
							
						 
						
							2015-02-21 00:31:07 -08:00  
				
					
						
							
							
								 
						
							
								6a74c09185 
								
							 
						 
						
							
							
								
								Further fixes for htmlproofer.  
							
							
							
						 
						
							2015-02-07 23:44:19 -08:00  
				
					
						
							
							
								 
						
							
								943070aac6 
								
							 
						 
						
							
							
								
								Gain some time data from htmlproof. [ci skip]  
							
							
							
						 
						
							2015-02-07 23:33:24 -08:00  
				
					
						
							
							
								 
						
							
								fdc0e33ebc 
								
							 
						 
						
							
							
								
								Proof the site with CircleCI.  
							
							
							
						 
						
							2015-02-07 23:31:05 -08:00  
				
					
						
							
							
								 
						
							
								63792ad322 
								
							 
						 
						
							
							
								
								Always do a full rebuild.  
							
							
							
						 
						
							2015-01-31 12:46:52 -08:00  
				
					
						
							
							
								 
						
							
								69e8f1923c 
								
							 
						 
						
							
							
								
								script/test: separate inclusion of lib and test. Ref:  #3115  
							
							
							
						 
						
							2015-01-25 19:12:11 -08:00  
				
					
						
							
							
								 
						
							
								0bf82e9cf7 
								
							 
						 
						
							
							
								
								Merge pull request  #3258  from omegahm/symlink-local-tmp  
							
							
							
						 
						
							2015-01-10 00:12:06 -08:00  
				
					
						
							
							
								 
						
							
								a6238c36d5 
								
							 
						 
						
							
							
								
								Fix script/test to be more cross-compatible with other platforms  
							
							
							
						 
						
							2015-01-09 23:58:32 -08:00  
				
					
						
							
							
								 
						
							
								a2b6aa263e 
								
							 
						 
						
							
							
								
								Add local tmp folder  
							
							
							
						 
						
							2015-01-05 09:28:54 +01:00  
				
					
						
							
							
								 
						
							
								a098dc80cd 
								
							 
						 
						
							
							
								
								Merge pull request  #3234  from jekyll/ruby-2-2  
							
							
							
						 
						
							2014-12-29 20:49:04 -05:00  
				
					
						
							
							
								 
						
							
								7bcf8d689e 
								
							 
						 
						
							
							
								
								Always call Time#localtime to translate to TZ'd time.  
							
							
							
						 
						
							2014-12-29 20:12:35 -05:00  
				
					
						
							
							
								 
						
							
								f66862c508 
								
							 
						 
						
							
							
								
								Install rake if the lib isn't there; upgrade to cucumber 1.3.18  
							
							
							
						 
						
							2014-12-29 18:40:53 -05:00  
				
					
						
							
							
								 
						
							
								7f034f51e3 
								
							 
						 
						
							
							
								
								Improvments to script/stackprof. [ci skip]  
							
							
							
						 
						
							2014-12-29 02:16:04 -05:00  
				
					
						
							
							
								 
						
							
								0400ffe377 
								
							 
						 
						
							
							
								
								Only re-run the stackprof if I delete the prof output file.  
							
							
							
						 
						
							2014-10-12 15:11:53 -07:00  
				
					
						
							
							
								 
						
							
								b07cbcecbd 
								
							 
						 
						
							
							
								
								Don't print the location of the stackprof executable  
							
							
							
						 
						
							2014-10-12 15:11:44 -07:00