tabulo 2.3.1 → 2.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1aa563982fa70661534282898690138b6ee57a9aacf74edec622e148d4c3cfdb
4
- data.tar.gz: 5d4265a55ba3add10cdcef1408a81446fb4a9aa8a48da6997ac6f193eeba0f05
3
+ metadata.gz: 436c1fe445c0910e0084a47697d782f5910cd98b2840500804ef6120b33e6f7c
4
+ data.tar.gz: 4964c641d3a806af82acee1b4192c6d4a8a4c229cbdd3a679c0b394fde5d4c1c
5
5
  SHA512:
6
- metadata.gz: b8737456dfe272f6b7cf3714ee17dede09be428101ea05ba7f8eef3fdd3bb7e4e9d19c121d499c40374b48ae6b92ceda341ce39c05884f624c19bfa0309f307c
7
- data.tar.gz: 3222d37f42ea2568d6d3e6f9901fbfcf0cae94eeb10440051186f2caab375ab1effb6eafe95ba7dc43c4810fbfc905cbe5095befa264d612e4f0ef20f31ac61e
6
+ metadata.gz: 82b090f560d056f9f9162d911b84db3a3b89b1761756f105fe3afd4b65361d56e17899f065bfc538e57ddc83546601e3de14853e33622913f474eb3a259afd7e
7
+ data.tar.gz: f4767057ce09370700e3245de955c8733d4c4f3c4c86e5289707d4fcd5e9d614b2e6cf462f75e496e76d5894db044209f35623c1386ed533457bd095650ec185
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ### v2.3.2
4
+
5
+ * Update Rake version to address vulnerability CVE-2020-8130
6
+
3
7
  ### v2.3.1
4
8
 
5
9
  * Documentation improvements
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.1/Tabulo/Table#transpose-instance_method).
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.1
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.1-blue.svg
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
1
+ 2.3.2
@@ -1,3 +1,3 @@
1
1
  module Tabulo
2
- VERSION = "2.3.1"
2
+ VERSION = "2.3.2"
3
3
  end
@@ -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", "~> 11.0"
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.1
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: '11.0'
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: '11.0'
68
+ version: 12.3.3
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: rspec
71
71
  requirement: !ruby/object:Gem::Requirement