smartware 0.2.6 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -43,6 +43,7 @@ EOS
43
43
  data = "".force_encoding("BINARY")
44
44
  data << @render.doc_header.force_encoding("BINARY") if @render.respond_to? :doc_header
45
45
  data << @render.normal_text(text, true).force_encoding("BINARY") if @render.respond_to? :normal_text
46
+ data << @render.linebreak.force_encoding("BINARY") if @render.respond_to? :linebreak
46
47
  data << @render.doc_footer.force_encoding("BINARY") if @render.respond_to? :doc_footer
47
48
 
48
49
  do_print data, max_time
@@ -1,3 +1,3 @@
1
1
  module Smartware
2
- VERSION = "0.2.6"
2
+ VERSION = "0.2.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smartware
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: