Move require to jekyll.rb and update history.
This commit is contained in:
parent
5f4dfe388f
commit
a31780a1ec
|
@ -2,6 +2,7 @@
|
|||
* Minor Enhancements
|
||||
* Switch to Albino gem
|
||||
* Bundler support
|
||||
* Use English library to avoid hoops (#292)
|
||||
* Bug Fixes
|
||||
* Secure additional path exploits
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@ require 'rubygems'
|
|||
require 'fileutils'
|
||||
require 'time'
|
||||
require 'yaml'
|
||||
require 'English'
|
||||
|
||||
# 3rd party
|
||||
require 'liquid'
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
require "English"
|
||||
|
||||
# Convertible provides methods for converting a pagelike item
|
||||
# from a certain type of markup into actual content
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue