flay-actionpack 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.2'
7
+ spec.version = '0.0.3'
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 << '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.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-10 00:00:00.000000000 Z
12
+ date: 2013-07-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: flay