acts_as_flying_saucer 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -59,7 +59,7 @@ module ActsAsFlyingSaucer
59
59
  end
60
60
  # saving the file
61
61
  tmp_dir = ActsAsFlyingSaucer::Config.options[:tmp_path]
62
- html = TidyFFI::Tidy.new(html,:output_xhtml=>true).clean if tidy_clean
62
+ html = TidyFFI::Tidy.new(html,:output_xhtml=>true,:numeric_entities=>true).clean if tidy_clean
63
63
  html_digest = Digest::MD5.hexdigest(html)
64
64
  input_file =File.join(File.expand_path("#{tmp_dir}"),"#{html_digest}.html")
65
65
 
@@ -1,3 +1,3 @@
1
1
  module ActsAsFlyingSaucer
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acts_as_flying_saucer
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Amar Daxini
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-10-31 00:00:00 +05:30
18
+ date: 2011-11-04 00:00:00 +05:30
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency