lucid_works 0.7.1 → 0.7.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module LucidWorks
2
- VERSION = "0.7.1"
2
+ VERSION = "0.7.2"
3
3
  end
@@ -23,7 +23,7 @@ module LucidWorks
23
23
  end
24
24
 
25
25
  def filters_for_text_area
26
- @attributes[:filters].join("\n")
26
+ @attributes[:filters].to_a.join("\n")
27
27
  end
28
28
 
29
29
  #
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: lucid_works
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.7.1
5
+ version: 0.7.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Sam Pierson