smartware 0.2.6 → 0.2.7

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.
@@ -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: