tabulo 2.3.1 → 2.3.2
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 +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +3 -3
- data/VERSION +1 -1
- data/lib/tabulo/version.rb +1 -1
- data/tabulo.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 436c1fe445c0910e0084a47697d782f5910cd98b2840500804ef6120b33e6f7c
|
|
4
|
+
data.tar.gz: 4964c641d3a806af82acee1b4192c6d4a8a4c229cbdd3a679c0b394fde5d4c1c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 82b090f560d056f9f9162d911b84db3a3b89b1761756f105fe3afd4b65361d56e17899f065bfc538e57ddc83546601e3de14853e33622913f474eb3a259afd7e
|
|
7
|
+
data.tar.gz: f4767057ce09370700e3245de955c8733d4c4f3c4c86e5289707d4fcd5e9d614b2e6cf462f75e496e76d5894db044209f35623c1386ed533457bd095650ec185
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -798,7 +798,7 @@ a new table in which the rows and columns are swapped:
|
|
|
798
798
|
By default, a header row is added to the new table, showing the string value of the element
|
|
799
799
|
represented in that column. This can be configured, however, along with other aspects of
|
|
800
800
|
`transpose`’s behaviour. For details, see the
|
|
801
|
-
[documentation](https://www.rubydoc.info/gems/tabulo/2.3.
|
|
801
|
+
[documentation](https://www.rubydoc.info/gems/tabulo/2.3.2/Tabulo/Table#transpose-instance_method).
|
|
802
802
|
|
|
803
803
|
<a name="borders"></a>
|
|
804
804
|
### Configuring borders
|
|
@@ -1107,14 +1107,14 @@ The gem is available as open source under the terms of the [MIT
|
|
|
1107
1107
|
License](http://opensource.org/licenses/MIT).
|
|
1108
1108
|
|
|
1109
1109
|
[Gem Version]: https://rubygems.org/gems/tabulo
|
|
1110
|
-
[Documentation]: http://www.rubydoc.info/gems/tabulo/2.3.
|
|
1110
|
+
[Documentation]: http://www.rubydoc.info/gems/tabulo/2.3.2
|
|
1111
1111
|
[Build Status]: https://travis-ci.org/matt-harvey/tabulo
|
|
1112
1112
|
[Coverage Status]: https://coveralls.io/r/matt-harvey/tabulo
|
|
1113
1113
|
[Code Climate]: https://codeclimate.com/github/matt-harvey/tabulo
|
|
1114
1114
|
[Awesome Ruby]: https://github.com/markets/awesome-ruby#cli-utilities
|
|
1115
1115
|
|
|
1116
1116
|
[GV img]: https://img.shields.io/gem/v/tabulo.svg
|
|
1117
|
-
[DC img]: https://img.shields.io/badge/documentation-v2.3.
|
|
1117
|
+
[DC img]: https://img.shields.io/badge/documentation-v2.3.2-blue.svg
|
|
1118
1118
|
[BS img]: https://img.shields.io/travis/matt-harvey/tabulo.svg
|
|
1119
1119
|
[CS img]: https://img.shields.io/coveralls/matt-harvey/tabulo.svg
|
|
1120
1120
|
[CC img]: https://codeclimate.com/github/matt-harvey/tabulo/badges/gpa.svg
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.3.
|
|
1
|
+
2.3.2
|
data/lib/tabulo/version.rb
CHANGED
data/tabulo.gemspec
CHANGED
|
@@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
|
|
|
32
32
|
spec.add_runtime_dependency "unicode-display_width", "1.6.1"
|
|
33
33
|
|
|
34
34
|
spec.add_development_dependency "bundler"
|
|
35
|
-
spec.add_development_dependency "rake", "~>
|
|
35
|
+
spec.add_development_dependency "rake", "~> 12.3.3"
|
|
36
36
|
spec.add_development_dependency "rspec", "~> 3.0"
|
|
37
37
|
spec.add_development_dependency "simplecov"
|
|
38
38
|
spec.add_development_dependency "coveralls"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tabulo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.3.
|
|
4
|
+
version: 2.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matthew Harvey
|
|
@@ -58,14 +58,14 @@ dependencies:
|
|
|
58
58
|
requirements:
|
|
59
59
|
- - "~>"
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version:
|
|
61
|
+
version: 12.3.3
|
|
62
62
|
type: :development
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version:
|
|
68
|
+
version: 12.3.3
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: rspec
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|