rscsv 0.3.1 → 0.3.3

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
  SHA1:
3
- metadata.gz: d4be72bac8c595ee40b13567f4c9dbdf364e54f7
4
- data.tar.gz: '0209d8f85af351b0962151d91bdef1d543423a47'
3
+ metadata.gz: 7a9d0735fc650e4af41bd987918f7777b3999e26
4
+ data.tar.gz: aa023e6fa932ec1924fec51dda54fba4db101652
5
5
  SHA512:
6
- metadata.gz: 1138906ef09ff7c845e678006f8455249345764c894879cc0466d55b45c0b0871dce1a19498e1fca57af37c6fd94ce39d70537e6e47a1b8848984c153a5191dc
7
- data.tar.gz: 84872416860db893d1efd41509a33c19ffdc9d9ac0b4b2b3e07cdc47de528b2163103082aed479a5589361501139a1f8a1feecceed3bb79d65671cb3aad319e6
6
+ metadata.gz: fe6d3f9b69fae21960ed6da0f96503fec1e42af48d89f4161651bc490a2d5a6b6a2a8dd6cb0c5adbb36ef0f762a38ffa11637f377a48826f1d84f19ad74ede8e
7
+ data.tar.gz: 2c885429a4bcc8bb4f7b5d0c50ab0c2f88ecc6799b15949a7967a2159054e4c62ebdcf634275179b01bc008d5f53ea94882cddbd878a4f4374eb16a11ab51853
data/Cargo.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  [root]
2
2
  name = "rscsv"
3
- version = "0.3.0"
3
+ version = "0.3.3"
4
4
  dependencies = [
5
5
  "csv 1.0.0-beta.4 (registry+https://github.com/rust-lang/crates.io-index)",
6
- "helix 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
6
+ "helix 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
7
7
  ]
8
8
 
9
9
  [[package]]
@@ -22,7 +22,7 @@ version = "1.0.0-beta.4"
22
22
  source = "registry+https://github.com/rust-lang/crates.io-index"
23
23
  dependencies = [
24
24
  "csv-core 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
25
- "serde 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
25
+ "serde 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
26
26
  ]
27
27
 
28
28
  [[package]]
@@ -35,26 +35,26 @@ dependencies = [
35
35
 
36
36
  [[package]]
37
37
  name = "helix"
38
- version = "0.6.2"
38
+ version = "0.6.4"
39
39
  source = "registry+https://github.com/rust-lang/crates.io-index"
40
40
  dependencies = [
41
41
  "cslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
42
42
  "cstr-macro 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
43
- "libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)",
44
- "libcruby-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
43
+ "libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
44
+ "libcruby-sys 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
45
45
  ]
46
46
 
47
47
  [[package]]
48
48
  name = "libc"
49
- version = "0.2.30"
49
+ version = "0.2.31"
50
50
  source = "registry+https://github.com/rust-lang/crates.io-index"
51
51
 
52
52
  [[package]]
53
53
  name = "libcruby-sys"
54
- version = "0.6.2"
54
+ version = "0.6.4"
55
55
  source = "registry+https://github.com/rust-lang/crates.io-index"
56
56
  dependencies = [
57
- "libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)",
57
+ "libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
58
58
  ]
59
59
 
60
60
  [[package]]
@@ -62,12 +62,12 @@ name = "memchr"
62
62
  version = "1.0.1"
63
63
  source = "registry+https://github.com/rust-lang/crates.io-index"
64
64
  dependencies = [
65
- "libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)",
65
+ "libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
66
66
  ]
67
67
 
68
68
  [[package]]
69
69
  name = "serde"
70
- version = "1.0.11"
70
+ version = "1.0.15"
71
71
  source = "registry+https://github.com/rust-lang/crates.io-index"
72
72
 
73
73
  [metadata]
@@ -75,8 +75,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
75
75
  "checksum cstr-macro 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "db53fddba18cdd35477a7213a3ef6acfbfa333c31b42ce019e544c4a1420a06f"
76
76
  "checksum csv 1.0.0-beta.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a841f3bc2c613b7a3e892c9c4404044de9dab6bc506e253bf8ef05ef906531e5"
77
77
  "checksum csv-core 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ae1fbabf21d9a52d04675cc5b032d7bae24ecdcd22646f7eefcd0496a122686c"
78
- "checksum helix 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f8d1d484452e11351d333dc0f13cce78226edbff63ef332ddb6d7babb58e796c"
79
- "checksum libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)" = "2370ca07ec338939e356443dac2296f581453c35fe1e3a3ed06023c49435f915"
80
- "checksum libcruby-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d8b542ce0e28b37e1ca06887c45bb0693d80a413361931dabffd309c1fd8d55b"
78
+ "checksum helix 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e131c0e8557e78f4d992b87e97cec90f8503c4b5f3af24e1183e4822736e8079"
79
+ "checksum libc 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)" = "d1419b2939a0bc44b77feb34661583c7546b532b192feab36249ab584b86856c"
80
+ "checksum libcruby-sys 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ee430573ef01035bdc2a4b0efe3051cf4933752ad314010189b6433e6c6e7035"
81
81
  "checksum memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1dbccc0e46f1ea47b9f17e6d67c5a96bd27030519c519c9c91327e31275a47b4"
82
- "checksum serde 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" = "f7726f29ddf9731b17ff113c461e362c381d9d69433f79de4f3dd572488823e9"
82
+ "checksum serde 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)" = "6a7046c9d4c6c522d10b2d098f9bebe2bef227e0e74044d8c1bfcf6b476af799"
data/Cargo.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "rscsv"
3
- version = "0.3.0"
3
+ version = "0.3.3"
4
4
  authors = ["Ville Lautanala <lautis@gmail.com>"]
5
5
 
6
6
  [lib]
@@ -8,5 +8,5 @@ authors = ["Ville Lautanala <lautis@gmail.com>"]
8
8
  crate-type = ["cdylib"]
9
9
 
10
10
  [dependencies]
11
- helix = "0.6.1"
11
+ helix = "0.6.4"
12
12
  csv = "1.0.0-beta.4"
@@ -1,3 +1,3 @@
1
1
  module Rscsv
2
- VERSION = '0.3.1'.freeze
2
+ VERSION = '0.3.3'.freeze
3
3
  end
@@ -1,5 +1,3 @@
1
- # coding: utf-8
2
-
3
1
  lib = File.expand_path('../lib', __FILE__)
4
2
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
3
  require 'rscsv/version'
@@ -23,7 +21,7 @@ Gem::Specification.new do |spec|
23
21
  spec.require_paths = ['lib']
24
22
  spec.extensions = Dir['ext/extconf.rb']
25
23
 
26
- spec.add_dependency 'helix_runtime', '0.6.2'
24
+ spec.add_dependency 'helix_runtime', '0.6.4'
27
25
  spec.add_dependency 'rake', '>= 10.0'
28
26
  spec.add_development_dependency 'bundler', '~> 1.14'
29
27
  spec.add_development_dependency 'rspec', '~> 3.0'
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.3.1
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ville Lautanala
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-08-29 00:00:00.000000000 Z
11
+ date: 2017-10-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: helix_runtime
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.6.2
19
+ version: 0.6.4
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 0.6.2
26
+ version: 0.6.4
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -128,7 +128,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
128
128
  version: '0'
129
129
  requirements: []
130
130
  rubyforge_project:
131
- rubygems_version: 2.6.11
131
+ rubygems_version: 2.6.13
132
132
  signing_key:
133
133
  specification_version: 4
134
134
  summary: Rust-powered CSV