From 0ae668a8ed8c2d067bc97cb7d9cb659f9160cd99 Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Mon, 26 Aug 2013 10:29:43 +1000 Subject: [PATCH] add bundle --- .gitattributes | 1 + .gitignore | 3 ++- Gemfile | 5 +++++ Gemfile.lock | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 58 insertions(+), 1 deletion(-) create mode 100644 .gitattributes create mode 100644 Gemfile create mode 100644 Gemfile.lock diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..fcadb2cf9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text eol=lf diff --git a/.gitignore b/.gitignore index de9383995..23fa7a609 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -*.sublime-* \ No newline at end of file +*.sublime-* +*~ diff --git a/Gemfile b/Gemfile new file mode 100644 index 000000000..305152a6e --- /dev/null +++ b/Gemfile @@ -0,0 +1,5 @@ +# A sample Gemfile +source "https://rubygems.org" + +# gem "rails" +gem "github-pages" diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 000000000..8fffeee38 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,50 @@ +GEM + remote: https://rubygems.org/ + specs: + RedCloth (4.2.9-x86-mingw32) + classifier (1.3.3) + fast-stemmer (>= 1.0.0) + colorator (0.1) + commander (4.1.5) + highline (~> 1.6.11) + directory_watcher (1.4.1) + fast-stemmer (1.0.2) + github-pages (1) + RedCloth (= 4.2.9) + jekyll (= 1.1.2) + kramdown (= 1.0.2) + liquid (= 2.5.1) + maruku (= 0.6.1) + rdiscount (= 1.6.8) + redcarpet (= 2.2.2) + highline (1.6.19) + jekyll (1.1.2) + classifier (~> 1.3) + colorator (~> 0.1) + commander (~> 4.1.3) + directory_watcher (~> 1.4.1) + kramdown (~> 1.0.2) + liquid (~> 2.5.1) + maruku (~> 0.5) + pygments.rb (~> 0.5.0) + redcarpet (~> 2.2.2) + safe_yaml (~> 0.7.0) + kramdown (1.0.2) + liquid (2.5.1) + maruku (0.6.1) + syntax (>= 1.0.0) + posix-spawn (0.3.6) + pygments.rb (0.5.2) + posix-spawn (~> 0.3.6) + yajl-ruby (~> 1.1.0) + rdiscount (1.6.8) + redcarpet (2.2.2) + safe_yaml (0.7.1) + syntax (1.0.0) + yajl-ruby (1.1.0-x86-mingw32) + +PLATFORMS + x86-mingw32 + +DEPENDENCIES + github-pages