Skip to content

Commit

Permalink
Found that text emission didn't work.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Miller committed May 23, 2012
1 parent 4cd2143 commit c88ea0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/legal-poo
Expand Up @@ -93,7 +93,7 @@ class LegalPoo < Thor
unless fmt == nil
txt = ERB.new(File.read("lib/#{file}.#{fmt.to_s}.erb")).result(binding)
txt = smart_wrap txt if fmt == :txt
print txt
print txt.join('')
else
return false
end
Expand Down
2 changes: 1 addition & 1 deletion legal-poo.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'legal-poo'
s.version = '0.0.2'
s.version = '0.0.3'
s.summary = 'Crap out license text like a boss.'
s.description = 'Legal poo makes it easier to generate legal text for copyrighting and licensing your work.'

Expand Down

0 comments on commit c88ea0e

Please sign in to comment.