fast_woothee 1.5.0 → 1.5.1

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: ee3ee93eea9a6734fbca86cc5f9d1e4705498fe96d1ff108897872fa16df5b57
4
- data.tar.gz: 0d1051d4864fe1545345fca58366ed08918c4f1dccac26653c4b1ffacbcf364b
3
+ metadata.gz: bc8ee7c97a34b281d37dbf5371fc6b303e0f503513af7d15911dfa79dcfacfa9
4
+ data.tar.gz: 3189b803709eba446b64dc231d87aafe1999da2a46d7387aaf97a6c5f19fe6f3
5
5
  SHA512:
6
- metadata.gz: 2e46c88420ada360acd8eff6ba0dc7d0c2856f3b4a3352debea31f265777e7aecbd7b6fafc9a752489fb3dfcd426ec725b20d6cdd54855efeebf31a624120b57
7
- data.tar.gz: 55c2453ad8687896f0c703d1d307f2e145d20f157bf6b10a261dab83ec25856f226d7bb278f8fb6162c6f927cacd5e5dbbf9a86feae852d7cc6b53b766753b7f
6
+ metadata.gz: 0b242549157b42c1ba426d829cf9e447cac0723b9f43d6709ca4b7f88daf69eb22bc8d313599dff4a9df7c9fc5c8d001676aefb7e984e5978d09d9d50bce7c44
7
+ data.tar.gz: 7fb6f7a742a2c67574b6b96c10555699d5b909a6e0d4cf21d9385aa5249791df75abd272ddf163d7575a37d3be1d4b40c116e9453903aefcd74f4e3a0ab6618c
data/Cargo.lock CHANGED
@@ -8,9 +8,9 @@ dependencies = [
8
8
 
9
9
  [[package]]
10
10
  name = "fast_woothee"
11
- version = "1.5.0"
11
+ version = "1.5.1"
12
12
  dependencies = [
13
- "ruru 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
13
+ "ruru 0.9.3 (git+https://github.com/d-unseductable/ruru)",
14
14
  "woothee 0.9.0 (git+https://github.com/woothee/woothee-rust)",
15
15
  ]
16
16
 
@@ -56,8 +56,8 @@ dependencies = [
56
56
 
57
57
  [[package]]
58
58
  name = "ruby-sys"
59
- version = "0.2.20"
60
- source = "registry+https://github.com/rust-lang/crates.io-index"
59
+ version = "0.3.0"
60
+ source = "git+http://github.com/steveklabnik/ruby-sys#1b4c1412e22a9a6dac97508f6b6c4a4035e21ed2"
61
61
  dependencies = [
62
62
  "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
63
63
  ]
@@ -65,10 +65,10 @@ dependencies = [
65
65
  [[package]]
66
66
  name = "ruru"
67
67
  version = "0.9.3"
68
- source = "registry+https://github.com/rust-lang/crates.io-index"
68
+ source = "git+https://github.com/d-unseductable/ruru#587f1c40b741c5e62bf9bf8736c0158f8cd5210e"
69
69
  dependencies = [
70
70
  "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
71
- "ruby-sys 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
71
+ "ruby-sys 0.3.0 (git+http://github.com/steveklabnik/ruby-sys)",
72
72
  ]
73
73
 
74
74
  [[package]]
@@ -106,8 +106,8 @@ dependencies = [
106
106
  "checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39"
107
107
  "checksum regex 1.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "559008764a17de49a3146b234641644ed37d118d1ef641a0bb573d146edc6ce0"
108
108
  "checksum regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "dcfd8681eebe297b81d98498869d4aae052137651ad7b96822f09ceb690d0a96"
109
- "checksum ruby-sys 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)" = "e71509f17ce93733dc196258e168b58050490a156b04563816a8120a74ba04c7"
110
- "checksum ruru 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6486d6c50b7a08246a492a61893635c1977d41c138041d443eb603f6298e0273"
109
+ "checksum ruby-sys 0.3.0 (git+http://github.com/steveklabnik/ruby-sys)" = "<none>"
110
+ "checksum ruru 0.9.3 (git+https://github.com/d-unseductable/ruru)" = "<none>"
111
111
  "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
112
112
  "checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86"
113
113
  "checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737"
data/Cargo.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "fast_woothee"
3
- version = "1.5.0"
3
+ version = "1.5.1"
4
4
  authors = ["Ian Ker-Seymer <i.kerseymer@gmail.com>"]
5
5
  repository = "https://github.com/ianks/fast_woothee"
6
6
  publish = false
@@ -12,5 +12,9 @@ crate-type = ["dylib"]
12
12
  woothee = { git = "https://github.com/woothee/woothee-rust" }
13
13
  ruru = "^0.9"
14
14
 
15
+ [patch.crates-io]
16
+ ruru = { git = "https://github.com/d-unseductable/ruru", branch = "master" }
17
+ ruby-sys = { git = "http://github.com/steveklabnik/ruby-sys", branch = "master" }
18
+
15
19
  [package.metadata.thermite]
16
20
  github_releases = true
data/fast_woothee.gemspec CHANGED
@@ -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.5.0'
8
+ spec.version = '1.5.1'
9
9
  spec.authors = ['Ian Ker-Seymer']
10
10
  spec.email = ['i.kerseymer@gmail.com']
11
11
 
data/src/lib.rs CHANGED
@@ -81,7 +81,7 @@ methods!(
81
81
  #[no_mangle]
82
82
  pub extern fn initialize_fast_woothee() {
83
83
  Class::new("FastWoothee", None).define(|itself| {
84
- itself.const_set("VERSION", &RString::new("1.5.0").freeze());
84
+ itself.const_set("VERSION", &RString::new("1.5.1").freeze());
85
85
  itself.def_self("parse", parse);
86
86
  itself.def_self("crawler?", is_crawler);
87
87
  itself.def_self("ios?", is_ios);
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.5.0
4
+ version: 1.5.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: 2019-04-05 00:00:00.000000000 Z
11
+ date: 2019-04-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thermite