aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParker Moore <email@byparker.com>2014-08-09 22:51:38 -0400
committerParker Moore <email@byparker.com>2014-08-09 22:51:38 -0400
commitce458d8b9e94c0b033cac3f05572b2fcb132c953 (patch)
tree7027f024f34c4d8e1c8ce04feab8766a26776c17
parent6a099bfdb9a193a4c1a8d16cf99f0674f8a2db82 (diff)
parent181d620c1c46c644c4319e81edc342ae5a30c067 (diff)
downloadmy_new_personal_website-ce458d8b9e94c0b033cac3f05572b2fcb132c953.tar.xz
my_new_personal_website-ce458d8b9e94c0b033cac3f05572b2fcb132c953.zip
Merge pull request #1622 from raysrashmi/ry-updating-gems
remove deprecated gems 'jekyll-page-hooks' and 'jekyll-date-format'
-rw-r--r--Gemfile4
-rw-r--r--plugins/octopress_filters.rb4
2 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index 9557d593..968418c7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,8 +3,8 @@ source "https://rubygems.org"
group :development do
gem 'rake', '~> 10.0'
gem 'jekyll', '~> 2.0'
- gem 'jekyll-page-hooks', '~> 1.2'
- gem 'jekyll-date-format', '~> 1.0'
+ gem 'octopress-hooks', '~> 2.2.0'
+ gem 'octopress-date-format', '~> 2.0.0'
gem 'jekyll-sitemap'
gem 'rdiscount', '~> 2.0'
gem 'RedCloth', '~> 4.2.9'
diff --git a/plugins/octopress_filters.rb b/plugins/octopress_filters.rb
index aad5bf9f..971da429 100644
--- a/plugins/octopress_filters.rb
+++ b/plugins/octopress_filters.rb
@@ -1,8 +1,8 @@
#custom filters for Octopress
require './plugins/backtick_code_block'
-require 'jekyll-page-hooks'
+require 'octopress-hooks'
require 'jekyll-sitemap'
-require 'jekyll-date-format'
+require 'octopress-date-format'
require './plugins/raw'
require 'rubypants'