command_line_reporter 3.3.5 → 3.3.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -1
- data/lib/command_line_reporter.rb +1 -0
- data/lib/command_line_reporter/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4a2787df26c02bb1e92edcdf6cb9bc01663cf7b5
|
4
|
+
data.tar.gz: ed36d67ef61f86542166a616f82f91b6176fc328
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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-
|
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,
|
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.
|
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-
|
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.
|
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
|