flay-actionpack 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "flay-actionpack"
7
- spec.version = '0.0.3'
7
+ spec.version = '0.0.4'
8
8
  spec.authors = ["Eugene Kalenkovich"]
9
9
  spec.email = ["rubify@softover.com"]
10
10
  spec.description = "Flay plugin for Rails ERB templates"
@@ -3,7 +3,7 @@ require 'action_view'
3
3
 
4
4
  class Flay
5
5
 
6
- @@plugins &= %w(erb)
6
+ @@plugins |= %w(erb)
7
7
 
8
8
  ##
9
9
  # Process erb template and parse the result. Returns the sexp of the parsed
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flay-actionpack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: