Skip to content

Commit

Permalink
Quickfix missing require
Browse files Browse the repository at this point in the history
  • Loading branch information
yivo committed Sep 18, 2016
1 parent c74377a commit 85fe02b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/pug-rails.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class << self
Jade.runtime_version = '1.11.0'
Pug.runtime_version = '2.0.2'

require 'pug-ruby'
require 'pug-rails/template'
require 'pug-rails/railtie'
require 'jade-rails/template'
Expand Down
2 changes: 1 addition & 1 deletion pug-rails.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true
Gem::Specification.new do |s|
s.name = 'pug-rails'
s.version = '2.0.0'
s.version = '2.0.1'
s.author = 'Yaroslav Konoplov'
s.email = 'eahome00@gmail.com'
s.summary = 'Pug/Jade template engine integration with Rails asset pipeline.'
Expand Down

0 comments on commit 85fe02b

Please sign in to comment.