fast_woothee 1.4.4 → 1.4.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Cargo.lock +1 -1
- data/Cargo.toml +1 -1
- data/Rakefile +9 -1
- data/fast_woothee.gemspec +1 -1
- data/src/lib.rs +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 97d4226756509aa1e8df5642ee17dcc40ed7a25ce8a9630d6bf324c84f0da34a
|
4
|
+
data.tar.gz: 1a41bff1961429afb3961f3b2080f0721c30a5267d013d43a364df4a86dc2d20
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f83f3425f13d383b77b2c2e3a4fd06fe496c91bd0175db6f6ca2e4574bc4a9eb1d5c7d4a927651756394629530db4fdef8af259e41933973fc39c4395a2780a3
|
7
|
+
data.tar.gz: 4a447ccea9eb96e3e6fb4a9307c9709a3788e323d3365d0010f644b4f024fde34784b123bc45f81f7fa591256c53104f6ea3ac06dc41657ff1b504488b6a750a
|
data/Cargo.lock
CHANGED
data/Cargo.toml
CHANGED
data/Rakefile
CHANGED
data/fast_woothee.gemspec
CHANGED
data/src/lib.rs
CHANGED
@@ -62,7 +62,7 @@ methods!(
|
|
62
62
|
#[no_mangle]
|
63
63
|
pub extern fn initialize_fast_woothee() {
|
64
64
|
Class::new("FastWoothee", None).define(|itself| {
|
65
|
-
itself.const_set("VERSION", &RString::new("1.4.
|
65
|
+
itself.const_set("VERSION", &RString::new("1.4.5").freeze());
|
66
66
|
itself.def_self("parse", parse);
|
67
67
|
itself.def_self("crawler?", is_crawler);
|
68
68
|
itself.def_self("ios?", is_ios);
|