tabular 0.4.3 → 0.4.4

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: a32babb258d44b285f43353674539506109322986cc3034a4728e272b66da3e8
4
- data.tar.gz: fe437e4d8c27d1d448a7de853984a75dbf556683c2569fe166485e3fe7ca5360
3
+ metadata.gz: 5ce838dbb77478ecdf4a58442fb9fee69e859d8f3493d5c54b311c6b30ca180d
4
+ data.tar.gz: e449231b4f9803f3ec9054165383da2f598815cc309706c42c40698b6e82b55a
5
5
  SHA512:
6
- metadata.gz: b8bbc4c8468a2c7438652cbcbe4fd643e89a20031a11ed0a7f0a0bbff1fb419c282a90c7cbef156ecbfd7ca8886013ec5970a989be9b16a4b0f8a0082273844d
7
- data.tar.gz: 940e1cc2c7070692f349e1702f7bdaee670d985ffe20fdd7d57a1aaaac4c99fcc0a5b5f00b49837bdd4f6c0816c74926788e8c68a2821660652f15d21e4e0f24
6
+ metadata.gz: 31c9d86d64bfc59100a556a89ca6d0b7751540362d2a45e9a0bd7c4d75b581e00937cbe0d22f8df4039b0241e83366deed590ca65faead606750b354e7d0dcbb
7
+ data.tar.gz: 24a656adf8b0321694fcfc27f2301a060488de6339eb47fa0752609123f5fb9a1f2fa63d784fc46cc3e160c859540cb1e032f18f709e8661a293533fc9f6dbd9
@@ -25,14 +25,14 @@ PATH
25
25
  GEM
26
26
  remote: https://rubygems.org/
27
27
  specs:
28
- mini_portile2 (2.3.0)
29
- minitest (5.8.3)
30
- nokogiri (1.8.3)
31
- mini_portile2 (~> 2.3.0)
32
- rake (10.4.2)
28
+ mini_portile2 (2.4.0)
29
+ minitest (5.11.3)
30
+ nokogiri (1.10.0)
31
+ mini_portile2 (~> 2.4.0)
32
+ rake (10.5.0)
33
33
  ruby-ole (1.2.12.1)
34
- rubyzip (1.2.1)
35
- spreadsheet (1.1.7)
34
+ rubyzip (1.2.2)
35
+ spreadsheet (1.1.8)
36
36
  ruby-ole (>= 1.0)
37
37
 
38
38
  PLATFORMS
@@ -46,4 +46,4 @@ DEPENDENCIES
46
46
  tabular!
47
47
 
48
48
  BUNDLED WITH
49
- 1.16.2
49
+ 2.0.1
data/README CHANGED
@@ -96,4 +96,4 @@ Changes
96
96
  Copyright
97
97
  ---------
98
98
 
99
- Copyright (c) 2018 Scott Willson. See LICENSE for details.
99
+ Copyright (c) 2019 Scott Willson. See LICENSE for details.
@@ -1,3 +1,3 @@
1
1
  module Tabular
2
- VERSION = "0.4.3"
2
+ VERSION = "0.4.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tabular
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott Willson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-02 00:00:00.000000000 Z
11
+ date: 2019-01-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Tabular is a Ruby library for reading, writing, and manipulating CSV,
14
14
  tab-delimited and Excel data.
@@ -56,8 +56,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
56
56
  - !ruby/object:Gem::Version
57
57
  version: '0'
58
58
  requirements: []
59
- rubyforge_project:
60
- rubygems_version: 2.7.7
59
+ rubygems_version: 3.0.1
61
60
  signing_key:
62
61
  specification_version: 4
63
62
  summary: Read, write, and manipulate CSV, tab-delimited and Excel data