embulk-filter-woothee 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/build.gradle +2 -2
- data/classpath/{embulk-filter-woothee-0.2.0.jar → embulk-filter-woothee-0.2.1.jar} +0 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2c46fa45be79ba58678edbbba03b9e25dcc5a6ec
|
|
4
|
+
data.tar.gz: 2eea383d7f03e0be71d8ddee084d01d05eab7c25
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 147c96a8a54ad93ca192d96db848c0bbb3a0b090b06cfb09274dec3cabf96a6230dd33fc7567935ef9236c9163ab276fa72d09532b8b7574b480c47c0f566533
|
|
7
|
+
data.tar.gz: 05716f8da4605ca989f4d1747f4c856ede0f2bb56082029110610560cbfdb2e2fcace33f513fa0db178f9a8f94bdebec1f8ad61931423511ab65f277e0696c38
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Woothee filter plugin for Embulk
|
|
1
|
+
# Woothee filter plugin for Embulk[](http://travis-ci.org/toyama0919/embulk-filter-woothee)
|
|
2
2
|
|
|
3
3
|
parse UserAgent strings and to filter/drop specified categories of user terminals.
|
|
4
4
|
|
|
@@ -54,7 +54,7 @@ filters:
|
|
|
54
54
|
- type: woothee
|
|
55
55
|
key_name: user_agent
|
|
56
56
|
merge_agent_info: true
|
|
57
|
-
|
|
57
|
+
drop_categories:
|
|
58
58
|
- crawler
|
|
59
59
|
- UNKNOWN
|
|
60
60
|
out:
|
data/build.gradle
CHANGED
|
@@ -13,7 +13,7 @@ configurations {
|
|
|
13
13
|
provided
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
version = "0.2.
|
|
16
|
+
version = "0.2.1"
|
|
17
17
|
|
|
18
18
|
dependencies {
|
|
19
19
|
compile "org.embulk:embulk-core:0.7.1"
|
|
@@ -53,7 +53,7 @@ task gemspec {
|
|
|
53
53
|
Gem::Specification.new do |spec|
|
|
54
54
|
spec.name = "${project.name}"
|
|
55
55
|
spec.version = "${project.version}"
|
|
56
|
-
spec.authors = ["
|
|
56
|
+
spec.authors = ["toyama0919"]
|
|
57
57
|
spec.summary = %[Woothee filter plugin for Embulk]
|
|
58
58
|
spec.description = %[Woothee filter plugin for Embulk]
|
|
59
59
|
spec.email = ["toyama0919@gmail.com"]
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: embulk-filter-woothee
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- toyama0919
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
@@ -57,7 +57,7 @@ files:
|
|
|
57
57
|
- lib/embulk/filter/woothee.rb
|
|
58
58
|
- src/main/java/org/embulk/filter/WootheeFilterPlugin.java
|
|
59
59
|
- src/test/java/org/embulk/filter/TestWootheeFilterPlugin.java
|
|
60
|
-
- classpath/embulk-filter-woothee-0.2.
|
|
60
|
+
- classpath/embulk-filter-woothee-0.2.1.jar
|
|
61
61
|
- classpath/woothee-java-1.2.0.jar
|
|
62
62
|
homepage: https://github.com/toyama0919/embulk-filter-woothee
|
|
63
63
|
licenses:
|