Skip to content

Commit

Permalink
Add octopress and simple_hueman gems
Browse files Browse the repository at this point in the history
  • Loading branch information
tdg5 committed Aug 31, 2015
1 parent 53c34c5 commit ed10ca7
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ source "https://rubygems.org"

gem "classifier-reborn"
gem "jekyll", "3.0.0.pre.beta8"
gem "octopress"
gem "octopress-ink"
gem "redcarpet"
gem "rouge"
gem "simple_hueman", :git => "https://github.com/tdg5/simple_hueman.git"

group :development do
gem "pry"
Expand Down
58 changes: 58 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
GIT
remote: https://github.com/tdg5/simple_hueman.git
revision: dae5d16e0242e4d87b1b25c1b3cfe7257bd9fced
specs:
simple_hueman (0.1.0)
octopress-ink (~> 1.2)

GEM
remote: https://rubygems.org/
specs:
autoprefixer-rails (2.2.0.20140804)
execjs
celluloid (0.16.0)
timers (~> 4.0.0)
classifier-reborn (2.0.3)
fast-stemmer (~> 1.0)
coderay (1.1.0)
colorator (0.1)
execjs (2.6.0)
fast-stemmer (1.0.2)
ffi (1.9.10)
hitimes (1.2.2)
Expand All @@ -23,6 +33,7 @@ GEM
sass (~> 3.2)
jekyll-watch (1.2.1)
listen (~> 2.7)
json (1.8.3)
kramdown (1.8.0)
liquid (3.0.6)
listen (2.10.1)
Expand All @@ -31,6 +42,45 @@ GEM
rb-inotify (>= 0.9)
mercenary (0.3.5)
method_source (0.8.2)
octopress (3.0.11)
jekyll (>= 2.0)
mercenary (~> 0.3.2)
octopress-deploy
octopress-escape-code (~> 2.0)
octopress-hooks (~> 2.0)
redcarpet (~> 3.0)
titlecase
octopress-autoprefixer (1.0.1)
autoprefixer-rails (~> 2.2)
jekyll (>= 2.0)
octopress-hooks (~> 2.0)
octopress-date-format (3.0.3)
jekyll (>= 2.0)
octopress-deploy (1.3.0)
colorator
octopress-escape-code (2.0.6)
octopress-hooks (~> 2.0)
octopress-filters (1.4.0)
jekyll
octopress-hooks (~> 2.0)
rubypants-unicode
titlecase
octopress-hooks (2.6.1)
jekyll (>= 2.0)
octopress-include-tag (1.1.3)
jekyll (>= 2.0)
octopress-tag-helpers (~> 1.0)
octopress-ink (1.2.0)
jekyll (>= 2.0)
octopress (~> 3.0)
octopress-autoprefixer
octopress-date-format
octopress-filters (~> 1.1)
octopress-hooks (~> 2.2)
octopress-include-tag (~> 1.0)
uglifier (~> 2.5)
octopress-tag-helpers (1.0.8)
jekyll (>= 2.0)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
Expand All @@ -40,18 +90,26 @@ GEM
ffi (>= 0.5.0)
redcarpet (3.3.2)
rouge (1.9.1)
rubypants-unicode (0.2.5)
safe_yaml (1.0.4)
sass (3.4.16)
slop (3.6.0)
timers (4.0.1)
hitimes
titlecase (0.1.1)
uglifier (2.7.2)
execjs (>= 0.3.0)
json (>= 1.8.0)

PLATFORMS
ruby

DEPENDENCIES
classifier-reborn
jekyll (= 3.0.0.pre.beta8)
octopress
octopress-ink
pry
redcarpet
rouge
simple_hueman!
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ featured_image:
alt_text: blog.tdg5.com
title: blog.tdg5.com
url: /assets/images/favicons/favicon-256.png
gems:
- simple_hueman
google_analytics_id: UA-47215613-1
highlighter: rouge
language: en-US
Expand Down
2 changes: 2 additions & 0 deletions _config_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ featured_image:
alt_text: blog.tdg5.com
title: blog.tdg5.com
url: /assets/images/favicons/favicon-256.png
gems:
- simple_hueman
highlighter: rouge
language: en-US
markdown: redcarpet
Expand Down
2 changes: 2 additions & 0 deletions _config_jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ featured_image:
alt_text: blog.tdg5.com
title: blog.tdg5.com
url: /assets/images/favicons/favicon-256.png
gems:
- simple_hueman
google_analytics_id: UA-47215613-1
highlighter: rouge
language: en-US
Expand Down

0 comments on commit ed10ca7

Please sign in to comment.