Skip to content

Commit

Permalink
update Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chamnap committed Aug 26, 2014
1 parent 0757bff commit 8ab3aa7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-gemset
Original file line number Diff line number Diff line change
@@ -1 +1 @@
liquid_view
liquid-rails
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

# Specify your gem's dependencies in liquid_view.gemspec
# Specify your gem's dependencies in liquid-rails.gemspec
gemspec

gem 'rspec-rails', '~> 2.14.2'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ It allows you to render `.liquid` templates with layout and partial support.

Add this line to your application's Gemfile:

gem 'liquid_view'
gem 'liquid-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install liquid_view
$ gem install liquid-rails

## Usage

Expand Down

0 comments on commit 8ab3aa7

Please sign in to comment.