Skip to content

Commit

Permalink
Updating to tilt 1.3.4 and asciidoctor 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LightGuard committed Mar 6, 2013
1 parent 24e47eb commit 1650e8e
Show file tree
Hide file tree
Showing 155 changed files with 9,868 additions and 3,030 deletions.
1 change: 1 addition & 0 deletions .bundle/config
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
BUNDLE_PATH: src/main/resources
BUNDLE_DISABLE_SHARED_GEMS: '1'
BUNDLE_CLEAN: true
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source "https://rubygems.org"

gem 'asciidoctor'
gem 'tilt', :github => 'rtomayko/tilt'
gem 'asciidoctor', '~> 0.1.1'
gem 'tilt', '~> 1.3.4'
gem 'coderay', '~> 1.0.8'
4 changes: 2 additions & 2 deletions src/main/resources/bundler/setup.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
path = File.expand_path('..', __FILE__)
$:.unshift File.expand_path("#{path}/../ruby/1.9.1/gems/asciidoctor-0.1.0/lib")
$:.unshift File.expand_path("#{path}/../ruby/1.9.1/gems/asciidoctor-0.1.1/lib")
$:.unshift File.expand_path("#{path}/../ruby/1.9.1/gems/coderay-1.0.8/lib")
$:.unshift File.expand_path("#{path}/../ruby/1.9.1/bundler/gems/tilt-be4017422c98/lib")
$:.unshift File.expand_path("#{path}/../ruby/1.9.1/gems/tilt-1.3.4/lib")
Submodule tilt-be4017422c98 deleted from be4017
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 1650e8e

Please sign in to comment.