rdb_csv 0.4.0 → 0.4.1

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
  SHA256:
3
- metadata.gz: 49500956b9723214a17c58ea2511214c3b8d35f0734ed92609b14336e987cca6
4
- data.tar.gz: 41896be81f877579013ce1d98410b413ad12b205e417817d6abd391f29a7feb2
3
+ metadata.gz: 9267a0abfd3f314923743b005f5c2eef5748f5431c560d8021096e1ee765517c
4
+ data.tar.gz: 2cdccdc326dc5de999511df10a5e731f1a34b68b89276cedb40e1f4aef146f77
5
5
  SHA512:
6
- metadata.gz: fb447a0deab272668e546f3f067ad08957e2e7c6d1257b7fe76d22895a77e5f85ffb51ea61370ca3402f390b73555702ef1c8f24956ff7fed8e17ca5b9056e13
7
- data.tar.gz: 4a9b3d811aa1ff10abded0c5e857c367cc50e9c28404d9138774ac47d5e50c86fc0021c8b9b0a3699057c8f7e1be51c23e7a781a8796116ac9714aaebd8ea1a0
6
+ metadata.gz: 5e6f11a0778fe273f0d90eaaaf9da5cf54e7aaab3ebfeb4123683980383b3a8a7a8ba64cce38820e9cbcedb0958619334ce6ef60ca5ba4221eacb6955b41b0d7
7
+ data.tar.gz: 4fc13a20b6bd33c7c48fac9c36dd01f3e5eab9ab448db5c9e9357e0a430a7ea19987197b7b1e09bc3d9ef31c09106ffbb772b9d563a150453bc1b226cd892429
@@ -1,26 +1,26 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rdb_csv (0.4.0)
4
+ rdb_csv (0.4.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
9
  diff-lcs (1.3)
10
- rake (12.3.2)
11
- rspec (3.8.0)
12
- rspec-core (~> 3.8.0)
13
- rspec-expectations (~> 3.8.0)
14
- rspec-mocks (~> 3.8.0)
15
- rspec-core (3.8.0)
16
- rspec-support (~> 3.8.0)
17
- rspec-expectations (3.8.3)
10
+ rake (13.0.1)
11
+ rspec (3.9.0)
12
+ rspec-core (~> 3.9.0)
13
+ rspec-expectations (~> 3.9.0)
14
+ rspec-mocks (~> 3.9.0)
15
+ rspec-core (3.9.1)
16
+ rspec-support (~> 3.9.1)
17
+ rspec-expectations (3.9.1)
18
18
  diff-lcs (>= 1.2.0, < 2.0)
19
- rspec-support (~> 3.8.0)
20
- rspec-mocks (3.8.0)
19
+ rspec-support (~> 3.9.0)
20
+ rspec-mocks (3.9.1)
21
21
  diff-lcs (>= 1.2.0, < 2.0)
22
- rspec-support (~> 3.8.0)
23
- rspec-support (3.8.0)
22
+ rspec-support (~> 3.9.0)
23
+ rspec-support (3.9.2)
24
24
 
25
25
  PLATFORMS
26
26
  ruby
@@ -31,4 +31,4 @@ DEPENDENCIES
31
31
  rspec
32
32
 
33
33
  BUNDLED WITH
34
- 2.0.1
34
+ 2.1.4
@@ -1,3 +1,3 @@
1
1
  class RdbCSV
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
@@ -11,7 +11,7 @@ RSpec.describe RdbCSV do
11
11
  end
12
12
 
13
13
  it "Check version number" do
14
- expect(RdbCSV::VERSION).to eq "0.4.0"
14
+ expect(RdbCSV::VERSION).to eq "0.4.1"
15
15
  end
16
16
 
17
17
  describe "normal data" do
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdb_csv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - longicorn
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-31 00:00:00.000000000 Z
11
+ date: 2020-04-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec