fluent-plugin-festival 0.0.2 → 0.0.3

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: 65118a3fdff6acac8946e966df03ad64ba9df8fe
4
- data.tar.gz: 8a8bd176b47e749a8577937168f3b63bf5dc84f6
3
+ metadata.gz: d5c1e3d242c010ee823e858117bb2da6b3ea39c8
4
+ data.tar.gz: 3312a4df58ff87953ae05f435d497d9d83e8463d
5
5
  SHA512:
6
- metadata.gz: b3eb2e8b9bdbe262a64e21a90c94f9ddea11450b7fd77de699691349532156553109e0be57c45cedc108318827c8d398a146b89200637d12d62c49e267665124
7
- data.tar.gz: 7b4227e0dd0416522303f184727f7005f2625ce45bb3075441a4897126d37de743b48e346b8533e9ab467cb70c51e83fe796aa41b4d76f25654331b8fcbb2be6
6
+ metadata.gz: 4b1846ac7d13723e084f3cc29ab4a96ba28c8001cf624fa06fb6a6d9f2e5ebc748900cacbf91120b8b55f9331611c80cd865163e67c245e99aa7f470b317346b
7
+ data.tar.gz: c6d592339f4f57927c03c2919a9efbdc59b14bce99bf6f3ea4f0c8863cd2eb3d6085673b65041635f9f25fabf3519ef91c9b4cda54e49d76697e618e6408c3fa
data/README.md CHANGED
@@ -16,6 +16,7 @@ fluent-plugin-festival provides input plugin for FESTIVAL platform.
16
16
  gem install fluent-plugin-festival
17
17
  ```
18
18
 
19
+ fluent-plugin-festival requires Ruby version >= 2.1.0.
19
20
 
20
21
  ## Usage
21
22
 
data/docs/tutorial.md CHANGED
@@ -19,7 +19,7 @@ Create a sample configuration file as follows. You need to change festival_porta
19
19
  <source>
20
20
  @type festival
21
21
  tag test1
22
- username festival_portal_login_name
22
+ email festival_portal_registered_email_address
23
23
  password festival_portal_password
24
24
  polling_interval 30
25
25
  <resource>
@@ -33,7 +33,7 @@ Create a sample configuration file as follows. You need to change festival_porta
33
33
  <source>
34
34
  @type festival
35
35
  tag test2
36
- username festival_portal_login_name
36
+ email festival_portal_registered_email_address
37
37
  password festival_portal_password
38
38
  polling_interval 180
39
39
  <resource>
@@ -47,6 +47,7 @@ Create a sample configuration file as follows. You need to change festival_porta
47
47
  ---
48
48
  ```
49
49
 
50
+ You sould not include "current_data" in the resource path.
50
51
 
51
52
  ## Start fluentd with debug mode
52
53
 
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "fluent-plugin-festival"
7
- spec.version = "0.0.2"
7
+ spec.version = "0.0.3"
8
8
  spec.authors = ["Toyokazu Akiyama"]
9
9
  spec.email = ["toyokazu@gmail.com"]
10
10
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-festival
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Toyokazu Akiyama
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-17 00:00:00.000000000 Z
11
+ date: 2017-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd