Skip to content

Commit

Permalink
Allowing multiple plugins, prepare 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Kalenkovich committed Jul 11, 2013
1 parent 522444a commit 3da758b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flay-actionpack.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = "flay-actionpack"
spec.version = '0.0.3'
spec.version = '0.0.4'
spec.authors = ["Eugene Kalenkovich"]
spec.email = ["rubify@softover.com"]
spec.description = "Flay plugin for Rails ERB templates"
Expand Down
2 changes: 1 addition & 1 deletion lib/flay_actionpack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class Flay

@@plugins &= %w(erb)
@@plugins |= %w(erb)

##
# Process erb template and parse the result. Returns the sexp of the parsed
Expand Down

0 comments on commit 3da758b

Please sign in to comment.