Skip to content

Commit

Permalink
Added meta-tags.rb to simplify usage with bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
kpumuk committed Apr 14, 2014
1 parent cafad3c commit 96cba76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ compatible. Latest version fully compatible with 2.x is 1.2.3.

Add the "meta-tags" gem to your `Gemfile`.

gem 'meta-tags', :require => 'meta_tags'
gem 'meta-tags'

And run `bundle install` command.

Expand Down
1 change: 1 addition & 0 deletions lib/meta-tags.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require 'meta_tags'

0 comments on commit 96cba76

Please sign in to comment.