diff --git a/octopress/.gitignore b/octopress/.gitignore index 501e77d..75b6846 100644 --- a/octopress/.gitignore +++ b/octopress/.gitignore @@ -1 +1,2 @@ +Gemfile.lock vendor/ruby diff --git a/octopress/Gemfile.lock b/octopress/Gemfile.lock deleted file mode 100644 index fb58e71..0000000 --- a/octopress/Gemfile.lock +++ /dev/null @@ -1,70 +0,0 @@ -PATH - remote: . - specs: - octopress (0.0.1) - gli (~> 1.4.0) - jekyll (~> 0.11.0) - -GEM - remote: http://rubygems.org/ - specs: - albino (1.3.3) - posix-spawn (>= 0.3.6) - aruba (0.4.9) - childprocess (>= 0.2.3) - cucumber (>= 1.1.1) - ffi (= 1.0.11) - rspec (>= 2.7.0) - builder (3.0.0) - childprocess (0.2.3) - ffi (~> 1.0.6) - classifier (1.3.3) - fast-stemmer (>= 1.0.0) - cucumber (1.1.4) - builder (>= 2.1.2) - diff-lcs (>= 1.1.2) - gherkin (~> 2.7.1) - json (>= 1.4.6) - term-ansicolor (>= 1.0.6) - diff-lcs (1.1.3) - directory_watcher (1.4.1) - fast-stemmer (1.0.0) - ffi (1.0.11) - gherkin (2.7.1) - json (>= 1.4.6) - gli (1.4.0) - jekyll (0.11.0) - albino (>= 1.3.2) - classifier (>= 1.3.1) - directory_watcher (>= 1.1.1) - kramdown (>= 0.13.2) - liquid (>= 1.9.0) - maruku (>= 0.5.9) - json (1.6.3) - kramdown (0.13.4) - liquid (2.3.0) - maruku (0.6.0) - syntax (>= 1.0.0) - posix-spawn (0.3.6) - rake (0.9.2.2) - rdoc (3.11) - json (~> 1.4) - rspec (2.7.0) - rspec-core (~> 2.7.0) - rspec-expectations (~> 2.7.0) - rspec-mocks (~> 2.7.0) - rspec-core (2.7.1) - rspec-expectations (2.7.0) - diff-lcs (~> 1.1.2) - rspec-mocks (2.7.0) - syntax (1.0.0) - term-ansicolor (1.0.7) - -PLATFORMS - ruby - -DEPENDENCIES - aruba (~> 0.4.9) - octopress! - rake - rdoc