fast_woothee 1.6.0 → 1.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/Cargo.lock +22 -22
  3. data/Cargo.toml +2 -5
  4. data/fast_woothee.gemspec +1 -1
  5. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 542f64dd5c449bf8a4dccbac94dca410eeac4b6768abc2defaa3c836c44807f8
4
- data.tar.gz: 7d240d157f91b12cf7f465832ed8c82047a3ad5cdb5a77918c3eb154ff3129e9
3
+ metadata.gz: 0cbc109b84093b95f98926eb9f3c4367b79ea0c20fc31fd3a1443ea825fa85b6
4
+ data.tar.gz: 66bfcce35a87c40638273e14e4a6ceb5797ec40018ff0c30b96630f42d8d8e3e
5
5
  SHA512:
6
- metadata.gz: f84758519fe8fe968906dbb3eb1f5841d0fc51f0e55a030b1fff168aaae8af33fa2931915038be611df6b27d04b7378c71cd3eed719b650df557c608f37a069c
7
- data.tar.gz: 317f3ca8d328b01d8aa0f41c797e2f1cae8051d829798558107156f2cffb776d29f00cf9ee67b2ab6d9bb60b8dee7463b0798b8f9c5d1859d255ea5dead2cda8
6
+ metadata.gz: 640107f1b0e588f3f0f2dcd4e3a622fa22c824eb6402532c3b2058e6d386c7874c62286f3820f53d01231cbdb03b725990b87e2d6f46658b98a15ec65efefb8a
7
+ data.tar.gz: f1ec6f9f279e32cf5e65c2fb6a25c157ac8400f714876292c571ceac5b6c6f4933539004cde71b351872b34525f40476d45df007be9f1764aa2a2f068fc27cbb
data/Cargo.lock CHANGED
@@ -2,17 +2,17 @@
2
2
  # It is not intended for manual editing.
3
3
  [[package]]
4
4
  name = "aho-corasick"
5
- version = "0.7.10"
5
+ version = "0.7.14"
6
6
  source = "registry+https://github.com/rust-lang/crates.io-index"
7
7
  dependencies = [
8
- "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
8
+ "memchr 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
9
9
  ]
10
10
 
11
11
  [[package]]
12
12
  name = "fast_woothee"
13
- version = "1.6.0"
13
+ version = "1.6.1"
14
14
  dependencies = [
15
- "rutie 0.7.0 (git+https://github.com/danielpclark/rutie)",
15
+ "rutie 0.8.1 (git+https://github.com/danielpclark/rutie)",
16
16
  "woothee 0.11.0 (git+https://github.com/woothee/woothee-rust)",
17
17
  ]
18
18
 
@@ -23,37 +23,37 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
23
23
 
24
24
  [[package]]
25
25
  name = "libc"
26
- version = "0.2.68"
26
+ version = "0.2.80"
27
27
  source = "registry+https://github.com/rust-lang/crates.io-index"
28
28
 
29
29
  [[package]]
30
30
  name = "memchr"
31
- version = "2.3.3"
31
+ version = "2.3.4"
32
32
  source = "registry+https://github.com/rust-lang/crates.io-index"
33
33
 
34
34
  [[package]]
35
35
  name = "regex"
36
- version = "1.3.6"
36
+ version = "1.4.1"
37
37
  source = "registry+https://github.com/rust-lang/crates.io-index"
38
38
  dependencies = [
39
- "aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)",
40
- "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
41
- "regex-syntax 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)",
39
+ "aho-corasick 0.7.14 (registry+https://github.com/rust-lang/crates.io-index)",
40
+ "memchr 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
41
+ "regex-syntax 0.6.20 (registry+https://github.com/rust-lang/crates.io-index)",
42
42
  "thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
43
43
  ]
44
44
 
45
45
  [[package]]
46
46
  name = "regex-syntax"
47
- version = "0.6.17"
47
+ version = "0.6.20"
48
48
  source = "registry+https://github.com/rust-lang/crates.io-index"
49
49
 
50
50
  [[package]]
51
51
  name = "rutie"
52
- version = "0.7.0"
53
- source = "git+https://github.com/danielpclark/rutie#1c951b59e00944d305ca425267c54115c8c1bb86"
52
+ version = "0.8.1"
53
+ source = "git+https://github.com/danielpclark/rutie#1e59f3751a5f2a841b18dbdd1f9f90cf1c993c17"
54
54
  dependencies = [
55
55
  "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
56
- "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
56
+ "libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
57
57
  ]
58
58
 
59
59
  [[package]]
@@ -67,19 +67,19 @@ dependencies = [
67
67
  [[package]]
68
68
  name = "woothee"
69
69
  version = "0.11.0"
70
- source = "git+https://github.com/woothee/woothee-rust#8ac0a7b1b3320ca37748850a17b00b8065701524"
70
+ source = "git+https://github.com/woothee/woothee-rust#3d6536fd67f3c7dda3f81f3b2e60a4187758ec61"
71
71
  dependencies = [
72
72
  "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
73
- "regex 1.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
73
+ "regex 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
74
74
  ]
75
75
 
76
76
  [metadata]
77
- "checksum aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)" = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
77
+ "checksum aho-corasick 0.7.14 (registry+https://github.com/rust-lang/crates.io-index)" = "b476ce7103678b0c6d3d395dbbae31d48ff910bd28be979ba5d48c6351131d0d"
78
78
  "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
79
- "checksum libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)" = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0"
80
- "checksum memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
81
- "checksum regex 1.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7f6946991529684867e47d86474e3a6d0c0ab9b82d5821e314b1ede31fa3a4b3"
82
- "checksum regex-syntax 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)" = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae"
83
- "checksum rutie 0.7.0 (git+https://github.com/danielpclark/rutie)" = "<none>"
79
+ "checksum libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)" = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614"
80
+ "checksum memchr 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
81
+ "checksum regex 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8963b85b8ce3074fecffde43b4b0dded83ce2f367dc8d363afc56679f3ee820b"
82
+ "checksum regex-syntax 0.6.20 (registry+https://github.com/rust-lang/crates.io-index)" = "8cab7a364d15cde1e505267766a2d3c4e22a843e1a601f0fa7564c0f82ced11c"
83
+ "checksum rutie 0.8.1 (git+https://github.com/danielpclark/rutie)" = "<none>"
84
84
  "checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
85
85
  "checksum woothee 0.11.0 (git+https://github.com/woothee/woothee-rust)" = "<none>"
data/Cargo.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "fast_woothee"
3
- version = "1.6.0"
3
+ version = "1.6.1"
4
4
  authors = ["Ian Ker-Seymer <i.kerseymer@gmail.com>"]
5
5
  repository = "https://github.com/ianks/fast_woothee"
6
6
  publish = false
@@ -10,10 +10,7 @@ crate-type = ["dylib"]
10
10
 
11
11
  [dependencies]
12
12
  woothee = { git = "https://github.com/woothee/woothee-rust" }
13
- rutie = { version = "0.7.0", features = ["no-link"] }
14
-
15
- [patch.crates-io]
16
- rutie = { git = "https://github.com/danielpclark/rutie", branch = "master" }
13
+ rutie = { git = "https://github.com/danielpclark/rutie", feature = ["no-link"] }
17
14
 
18
15
  [package.metadata.thermite]
19
16
  github_releases = true
@@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = 'fast_woothee'
8
- spec.version = '1.6.0'
8
+ spec.version = '1.6.1'
9
9
  spec.authors = ['Ian Ker-Seymer']
10
10
  spec.email = ['i.kerseymer@gmail.com']
11
11
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fast_woothee
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian Ker-Seymer
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-04-04 00:00:00.000000000 Z
11
+ date: 2020-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thermite
@@ -163,7 +163,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
163
163
  - !ruby/object:Gem::Version
164
164
  version: '0'
165
165
  requirements: []
166
- rubygems_version: 3.1.2
166
+ rubygems_version: 3.1.4
167
167
  signing_key:
168
168
  specification_version: 4
169
169
  summary: Ruby bindings for woothee-rust