command_line_reporter 3.0 → 3.0.1

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.
Files changed (3) hide show
  1. data/lib/column.rb +1 -1
  2. data/lib/version.rb +1 -1
  3. metadata +3 -3
@@ -11,7 +11,7 @@ module CommandLineReporter
11
11
  def initialize(text = nil, options = {})
12
12
  self.validate_options(options, *VALID_OPTIONS)
13
13
 
14
- self.text = text
14
+ self.text = text.to_s
15
15
 
16
16
  self.width = options[:width] || 10
17
17
  self.align = options[:align] || 'left'
@@ -1,3 +1,3 @@
1
1
  module CommandLineReporter
2
- VERSION = '3.0'
2
+ VERSION = '3.0.1'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: command_line_reporter
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: "3.0"
5
+ version: 3.0.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Wes
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2012-02-05 00:00:00 Z
14
+ date: 2012-02-16 00:00:00 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: bundler
@@ -81,7 +81,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
81
81
  requirements:
82
82
  - - ">="
83
83
  - !ruby/object:Gem::Version
84
- hash: -3936770633859480563
84
+ hash: -1689801609385813230
85
85
  segments:
86
86
  - 0
87
87
  version: "0"