legal-poo 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/legal-poo +1 -1
  2. metadata +1 -1
@@ -93,7 +93,7 @@ class LegalPoo < Thor
93
93
  unless fmt == nil
94
94
  txt = ERB.new(File.read("lib/#{file}.#{fmt.to_s}.erb")).result(binding)
95
95
  txt = smart_wrap txt if fmt == :txt
96
- print txt
96
+ print txt.join('')
97
97
  else
98
98
  return false
99
99
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: legal-poo
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: