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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 67b35e2c9b04241c1c1a7e2b27d77a4f7a43163c
4
- data.tar.gz: 0974fba841bff593a190545fa07b3d0b8f42af06
3
+ metadata.gz: 2c46fa45be79ba58678edbbba03b9e25dcc5a6ec
4
+ data.tar.gz: 2eea383d7f03e0be71d8ddee084d01d05eab7c25
5
5
  SHA512:
6
- metadata.gz: e1acfe923976547951102e35c764aa2fe4f4a17584530c6a5f88d62b14f23737e6a538225f2075126f888fb4cda22f8e4ca84bc5d94f49b328ce4d065f7e2e1b
7
- data.tar.gz: cd003157cd0720bf1a3ea5969ea4108bf6f4b06f1a2e56ea2ea4f8ca649441ee41f3d91ea302f9ecfc2c07314ace8a5a15434d5ec1a30e6debd86fb8d1dd0b61
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[![Build Status](https://secure.travis-ci.org/toyama0919/embulk-filter-woothee.png?branch=master)](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
- filter_categories:
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.0"
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 = ["toyama-h"]
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"]
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.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
- - toyama-h
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.0.jar
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: