rscsv 0.6.0.beta4 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Cargo.lock +11 -25
- data/lib/rscsv/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8c0c0f1c7bdb27b110b5feaac75671df9a675474bcc0577bac7ac250dc3c7e38
|
4
|
+
data.tar.gz: 6a6d5faf960cafbdd6ae6fcb595c087f0bc4f456db9993c379bec390f1516ee1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12ef06d5e9a3429b635f3c4c5b8042ef3bf974ee826de669f1d6fe0849809c53f743ae45f29f3bf469c9c02e7f12f16eeb1729f7f25d92d756ef6d0a86431552
|
7
|
+
data.tar.gz: 827a38acc2ede092cc8dd6a2d5702b4338358b23d7e71a409b17000819405e991a2d3f6029c819b6ad0382befb83bad5b8f35e33cb506906adbe219fbfe90e44
|
data/Cargo.lock
CHANGED
@@ -1,8 +1,3 @@
|
|
1
|
-
[[package]]
|
2
|
-
name = "cfg-if"
|
3
|
-
version = "0.1.6"
|
4
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
5
|
-
|
6
1
|
[[package]]
|
7
2
|
name = "cstr-macro"
|
8
3
|
version = "0.1.0"
|
@@ -14,7 +9,7 @@ version = "1.0.5"
|
|
14
9
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
15
10
|
dependencies = [
|
16
11
|
"csv-core 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
17
|
-
"serde 1.0.
|
12
|
+
"serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
18
13
|
]
|
19
14
|
|
20
15
|
[[package]]
|
@@ -22,7 +17,7 @@ name = "csv-core"
|
|
22
17
|
version = "0.1.5"
|
23
18
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
24
19
|
dependencies = [
|
25
|
-
"memchr 2.
|
20
|
+
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
26
21
|
]
|
27
22
|
|
28
23
|
[[package]]
|
@@ -31,13 +26,13 @@ version = "0.7.5"
|
|
31
26
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
32
27
|
dependencies = [
|
33
28
|
"cstr-macro 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
34
|
-
"libc 0.2.
|
29
|
+
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
35
30
|
"libcruby-sys 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
36
31
|
]
|
37
32
|
|
38
33
|
[[package]]
|
39
34
|
name = "libc"
|
40
|
-
version = "0.2.
|
35
|
+
version = "0.2.51"
|
41
36
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
42
37
|
|
43
38
|
[[package]]
|
@@ -45,17 +40,15 @@ name = "libcruby-sys"
|
|
45
40
|
version = "0.7.5"
|
46
41
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
47
42
|
dependencies = [
|
48
|
-
"libc 0.2.
|
43
|
+
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
49
44
|
]
|
50
45
|
|
51
46
|
[[package]]
|
52
47
|
name = "memchr"
|
53
|
-
version = "2.
|
48
|
+
version = "2.2.0"
|
54
49
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
55
50
|
dependencies = [
|
56
|
-
"
|
57
|
-
"libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
|
58
|
-
"version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
51
|
+
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
59
52
|
]
|
60
53
|
|
61
54
|
[[package]]
|
@@ -68,22 +61,15 @@ dependencies = [
|
|
68
61
|
|
69
62
|
[[package]]
|
70
63
|
name = "serde"
|
71
|
-
version = "1.0.
|
72
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
73
|
-
|
74
|
-
[[package]]
|
75
|
-
name = "version_check"
|
76
|
-
version = "0.1.5"
|
64
|
+
version = "1.0.89"
|
77
65
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
78
66
|
|
79
67
|
[metadata]
|
80
|
-
"checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4"
|
81
68
|
"checksum cstr-macro 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "db53fddba18cdd35477a7213a3ef6acfbfa333c31b42ce019e544c4a1420a06f"
|
82
69
|
"checksum csv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "9fd1c44c58078cfbeaf11fbb3eac9ae5534c23004ed770cc4bfb48e658ae4f04"
|
83
70
|
"checksum csv-core 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fa5cdef62f37e6ffe7d1f07a381bc0db32b7a3ff1cac0de56cb0d81e71f53d65"
|
84
71
|
"checksum helix 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "49a017e3e798ad9386e0a0584e66fd6c04a80ccc1242eb8f689c62ce6f408240"
|
85
|
-
"checksum libc 0.2.
|
72
|
+
"checksum libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)" = "bedcc7a809076656486ffe045abeeac163da1b558e963a31e29fbfbeba916917"
|
86
73
|
"checksum libcruby-sys 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fef6028cdce0c8d55676fd1d66bb810facef8cade0dd71d28511d375e84da4c0"
|
87
|
-
"checksum memchr 2.
|
88
|
-
"checksum serde 1.0.
|
89
|
-
"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
|
74
|
+
"checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39"
|
75
|
+
"checksum serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)" = "92514fb95f900c9b5126e32d020f5c6d40564c27a5ea6d1d7d9f157a96623560"
|
data/lib/rscsv/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rscsv
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.0
|
4
|
+
version: 0.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ville Lautanala
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-03-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: helix_runtime
|
@@ -116,9 +116,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
116
116
|
version: '0'
|
117
117
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
118
118
|
requirements:
|
119
|
-
- - "
|
119
|
+
- - ">="
|
120
120
|
- !ruby/object:Gem::Version
|
121
|
-
version:
|
121
|
+
version: '0'
|
122
122
|
requirements: []
|
123
123
|
rubyforge_project:
|
124
124
|
rubygems_version: 2.7.7
|