command_line_reporter 3.3.5 → 3.3.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1877affdc74574aea0c9487387ea065c2ba8225c
4
- data.tar.gz: c32d8b9a32790311dea263dfe536a68826e12d69
3
+ metadata.gz: 4a2787df26c02bb1e92edcdf6cb9bc01663cf7b5
4
+ data.tar.gz: ed36d67ef61f86542166a616f82f91b6176fc328
5
5
  SHA512:
6
- metadata.gz: 47cec4a1c2cc21884827bf9901d78fca75dba91115c2ba3b578afda1e1498bfeae64bd90a4914d218c07f21ebb6d3f50daef2b540bcc25207712e0750c48a884
7
- data.tar.gz: 69eec23f5a033e70bcd4030640e493ca18a6c421a0704e5d92a57ccbc09617aab4fde81b6a6d1d1262aedb81e966c034240e2c2cbcf1d4115b3c603f2de7c450
6
+ metadata.gz: b7482d1047e264db40d5bcc1b773c9105648324b8cf9c0f1cec553be7dd9ae89956703b251afeaa16113044d6b3465b7e83491bd05b0aba4a651cb403a6e007b
7
+ data.tar.gz: fb4aa21ac3e2879ca200a5a93996c6ce26450e272dbcdba40586a300931db1a56b39b50dc1332a4c4d5e0f66459b577a21d0d5b47a2e821d9b4f0bbebab685a9
data/README.md CHANGED
@@ -122,6 +122,8 @@ There are several methods the mixin provides that do not depend on the formatter
122
122
 
123
123
  ### Contributors
124
124
 
125
+ * [Dennis Ideler](https://github.com/dideler) submitted pull requests getting CLR up to date and
126
+ fixing issues with border colors
125
127
  * [Josh Brown](https://github.com/tobijb) added the ability to encode tables in either ascii or utf8
126
128
  * [Stefan Frank](https://github.com/mugwump) for raising the issue that he could not capture report
127
129
  output in a variable as a string
@@ -132,7 +134,7 @@ There are several methods the mixin provides that do not depend on the formatter
132
134
 
133
135
  ### License
134
136
 
135
- Copyright (c) 2011-2014 Wes Bailey
137
+ Copyright (c) 2011-2015 Wes Bailey
136
138
 
137
139
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
138
140
  associated documentation files (the "Software"), to deal in the Software without restriction,
@@ -36,6 +36,7 @@ module CommandLineReporter
36
36
  end
37
37
 
38
38
  def formatter=(type = 'nested')
39
+ return type if type.class != String
39
40
  name = type.capitalize + 'Formatter'
40
41
  klass = %W{CommandLineReporter #{name}}.inject(Kernel) {|s,c| s.const_get(c)}
41
42
 
@@ -1,3 +1,3 @@
1
1
  module CommandLineReporter
2
- VERSION = '3.3.5'
2
+ VERSION = '3.3.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: command_line_reporter
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.5
4
+ version: 3.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wes
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-01-26 00:00:00.000000000 Z
12
+ date: 2015-09-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -84,7 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
84
  version: '0'
85
85
  requirements: []
86
86
  rubyforge_project:
87
- rubygems_version: 2.4.5
87
+ rubygems_version: 2.4.8
88
88
  signing_key:
89
89
  specification_version: 4
90
90
  summary: A tool for providing interactive command line applications