Adding wordpress shortcode support

This commit is contained in:
2014-03-17 23:27:02 -07:00
parent 201233f89f
commit 9aa403612e
9 changed files with 273 additions and 3 deletions

View File

@@ -6,8 +6,10 @@ gem "rails", "4.0.0"
#gem "capybara", ">= 1.0.0.beta1"
gem "sqlite3"
gem "rmagick"
gem 'shortcode', :git => 'git@github.com:kernow/shortcode.git'
group :development, :test do
gem 'byebug'
gem "rspec-rails", ">= 2.6.0"
gem "database_cleaner"
gem 'guard-rspec'