jekyllbot
370d28e290
Update history to reflect merge of #6002 [ci skip]
2017-04-03 01:28:30 -04:00
Adam Hollett
45b1f9e5ec
Fix missing quotation mark ( #6002 )
...
Merge pull request 6002
2017-04-03 01:28:29 -04:00
jekyllbot
55103132f9
Update history to reflect merge of #5996 [ci skip]
2017-03-31 14:44:47 -04:00
Parker Moore
faf5be46a5
Filters#time helper: Duplicate time before calling #localtime. ( #5996 )
...
Merge pull request 5996
2017-03-31 14:44:46 -04:00
Parker Moore
725c756ae1
travis: don't duplicate fmt & default-site tests
2017-03-31 12:04:36 -04:00
Parker Moore
f3bfe2febd
travis: upgrade to 2.4.1
2017-03-31 12:02:16 -04:00
jekyllbot
5dee5a000a
Update history to reflect merge of #5604 [ci skip]
2017-03-31 02:00:52 -04:00
Mer
da5ee4685e
Update upgrading.md to mention usage of `bundle update` ( #5604 )
...
Merge pull request 5604
2017-03-31 02:00:51 -04:00
jekyllbot
57e93c463a
Update history to reflect merge of #5889 [ci skip]
2017-03-31 01:48:55 -04:00
Frank Taillandier
a4c4388b8d
Don't raise an error if URL contains a colon ( #5889 )
...
Merge pull request 5889
2017-03-31 01:48:54 -04:00
jekyllbot
e7a7215095
Update history to reflect merge of #5914 [ci skip]
2017-03-31 01:46:16 -04:00
ashmaroli
0eb9379354
Require `runtime_dependencies` of a Gem-based theme from its `.gemspec` file ( #5914 )
...
Merge pull request 5914
2017-03-31 01:46:15 -04:00
jekyllbot
7c49070a0e
Update history to reflect merge of #5945 [ci skip]
2017-03-31 01:36:15 -04:00
ashmaroli
e4a09706f5
Add a template for custom 404 page ( #5945 )
...
Merge pull request 5945
2017-03-31 01:36:14 -04:00
jekyllbot
b7916f8a83
Update history to reflect merge of #5959 [ci skip]
2017-03-31 01:32:15 -04:00
Yury V. Zaytsev
201470902a
Document `--unpublished` flag introduced in 91e9ecf
( #5959 )
...
Merge pull request 5959
2017-03-31 01:32:14 -04:00
jekyllbot
367c452105
Update history to reflect merge of #5960 [ci skip]
2017-03-31 01:31:33 -04:00
Jakub Klímek
4eb82706d8
Mention Bash on Ubuntu on Windows ( #5960 )
...
Merge pull request 5960
2017-03-31 01:31:32 -04:00
jekyllbot
a4d2ceb320
Update history to reflect merge of #5974 [ci skip]
2017-03-31 01:31:00 -04:00
Parker Moore
b807799f24
Specify version constraint in subcommand error message. ( #5974 )
...
Merge pull request 5974
2017-03-31 01:30:59 -04:00
jekyllbot
bdcdfa694f
Update history to reflect merge of #5975 [ci skip]
2017-03-31 01:30:09 -04:00
ashmaroli
1b1fe27d75
Re-surface missing public methods in `Jekyll::Document` ( #5975 )
...
Merge pull request 5975
2017-03-31 01:30:08 -04:00
Parker Moore
20ed6d0a3c
Update history to reflect merge of #5052
...
[ci skip]
2017-03-31 01:23:54 -04:00
Parker Moore
d49c781779
Address my comments in #5052 .
2017-03-31 01:22:19 -04:00
Anatoliy Yastreb
1c33bd5797
rubocop: reduce code complexity and remove duplicated code
2017-03-31 01:12:01 -04:00
Parker Moore
db06288448
Update history to reflect merge of #5687
...
[ci skip]
2017-03-31 01:03:56 -04:00
Parker Moore
d925dbca30
Merge branch 'yajl-ruby-2-4-patch'
...
* yajl-ruby-2-4-patch:
Depend on my branch of yajl-ruby with Ruby 2.4 Integer fix
2017-03-31 00:58:12 -04:00
Parker Moore
0cf5310cf5
Merge branch 'ashmaroli-ruby-2.4.0'
...
* ashmaroli-ruby-2.4.0:
test with pygments 1.1 on all ruby versions
update rubygems version on travis
use compatible versions of gems
test against ruby-2.4.0
2017-03-31 00:57:40 -04:00
Parker Moore
15e133f627
Depend on my branch of yajl-ruby with Ruby 2.4 Integer fix
...
/cc https://github.com/brianmario/yajl-ruby/pull/173
2017-03-31 00:56:15 -04:00
Parker Moore
409c8f9f31
Make stackprof a ruby script [ci skip]
2017-03-31 00:50:00 -04:00
jekyllbot
3921e523c5
Update history to reflect merge of #5995 [ci skip]
2017-03-30 22:02:05 -04:00
Frank Taillandier
0d02a25b04
Default options for script/proof ( #5995 )
...
Merge pull request 5995
2017-03-30 22:02:04 -04:00
Parker Moore
711a8483c6
travis: upgrade Ruby 2.2 and 2.1 to latest PATCH release
2017-03-30 20:14:04 -04:00
jekyllbot
fe388a885e
Update history to reflect merge of #5994 [ci skip]
2017-03-30 17:00:33 -04:00
Tom Johnson
8325d56a1a
Fix broken link ( #5994 )
...
Merge pull request 5994
2017-03-30 17:00:31 -04:00
Parker Moore
6edc546d36
Update history to reflect merge of #5985
...
[ci skip]
2017-03-28 18:39:30 -04:00
Christoph Päper
3688640d59
add /_data/*.tsv support ( #5985 )
...
* Update data.feature
- add .tsv
- add .csv with `\t`
- add .csv with `;`
* Fix Appveyor with dst-aware cucumber steps
* Check for given content in posts
* mention Ruby > 2.1.0 in docs
* Update history to reflect merge of #5983 [ci skip]
* Update history to reflect merge of #5961 [ci skip]
* Update data_reader.rb
- add .tsv support with tab separated columns
- not adding support for auto-detecting `:col_sep`
ftp://ftp.iana.org/assignments/media-types/text/tab-separated-values
https://www.ietf.org/rfc/rfc4180.txt (CSV)
https://ruby-doc.org/stdlib-2.4.1/libdoc/csv/rdoc/CSV.html
* Update data.feature
don't do semicolons and tabs in .csv within this patch
* Update data.feature
I don't know which component replaced my tab characters by space before.
* Update data.feature
t
* Update data_reader.rb
add a single space to satisfy format checker
2017-03-28 18:36:29 -04:00
jekyllbot
73e70da9e5
Update history to reflect merge of #5989 [ci skip]
2017-03-28 11:35:45 -04:00
jekyllbot
0b93d11cc6
Merge pull request #5989 from ashmaroli/fmt-fix
...
Merge pull request 5989
2017-03-28 11:35:44 -04:00
Ashwin Maroli
86703f1009
Use Rubocop v0.47.1 till we're ready for v0.48
2017-03-28 09:05:54 +05:30
jekyllbot
f598b7e680
Update history to reflect merge of #5961 [ci skip]
2017-03-27 15:39:20 -04:00
jekyllbot
e5317ced15
Merge pull request #5961 from ashmaroli/cucumber-win-fix
...
Merge pull request 5961
2017-03-27 15:39:18 -04:00
jekyllbot
7affec2347
Update history to reflect merge of #5983 [ci skip]
2017-03-27 15:38:37 -04:00
jekyllbot
99f5925cd3
Merge pull request #5983 from DirtyF/ruby-2.1
...
Merge pull request 5983
2017-03-27 15:38:36 -04:00
Frank Taillandier
a2e82b7264
mention Ruby > 2.1.0 in docs
2017-03-27 20:47:55 +02:00
Parker Moore
b367314424
Fix whitespace issue in philosophy document.
...
/cc https://github.com/jekyll/jekyll/issues/5342#issuecomment-247358296
2017-03-27 13:38:09 -04:00
Parker Moore
a6518c1de3
Update history to reflect merge of #5792 [ci skip]
2017-03-27 13:08:00 -04:00
Parker Moore
b91da2c904
Merge pull request #5792 from jekyll/philosophy
...
Document Jekyll's Philosophy
2017-03-27 13:04:03 -04:00
Parker Moore
f2bf984160
Update philosophy document based on benbalter's feedback.
2017-03-27 13:03:42 -04:00
jekyllbot
a9830fadac
Update history to reflect merge of #5952 [ci skip]
2017-03-25 06:16:03 -04:00