mirror of
https://github.com/jimeh/jimeh.github.io.git
synced 2026-02-19 09:06:40 +00:00
Swap out Makefile for a Rakefile
This commit is contained in:
4
Gemfile
4
Gemfile
@@ -1,3 +1,7 @@
|
||||
source 'https://rubygems.org/'
|
||||
|
||||
gem 'github-pages'
|
||||
|
||||
group :development do
|
||||
gem 'rake'
|
||||
end
|
||||
|
||||
@@ -114,6 +114,7 @@ GEM
|
||||
ffi (>= 0.5.0)
|
||||
rdiscount (2.1.7)
|
||||
redcarpet (3.3.2)
|
||||
rake (12.3.0)
|
||||
safe_yaml (1.0.4)
|
||||
sass (3.4.22)
|
||||
sawyer (0.8.1)
|
||||
@@ -136,6 +137,7 @@ PLATFORMS
|
||||
|
||||
DEPENDENCIES
|
||||
github-pages
|
||||
rake
|
||||
|
||||
BUNDLED WITH
|
||||
1.13.6
|
||||
1.16.1
|
||||
|
||||
Reference in New Issue
Block a user