fluent-plugin-gree_community 0.0.1 → 0.0.2

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.
data/.gitignore CHANGED
@@ -1 +1,2 @@
1
1
  Gemfile.lock
2
+ *.gem
data/README.md CHANGED
@@ -53,6 +53,10 @@ Or install it yourself as:
53
53
 
54
54
  ## Changes
55
55
 
56
+ ### 0.0.2
57
+ * Update dependency: gree_community >= 0.0.3
58
+ * Add comment.user_id to output
59
+
56
60
  ### 0.0.1
57
61
 
58
62
  * Initial release.
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |gem|
2
2
  gem.name = "fluent-plugin-gree_community"
3
- gem.version = "0.0.1"
3
+ gem.version = "0.0.2"
4
4
  gem.authors = ["todesking"]
5
5
  gem.email = ["discommunicative@gmail.com"]
6
6
  gem.summary = %q{Fluentd input plugin, source from GREE community}
@@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
14
14
  gem.add_development_dependency "rake"
15
15
  gem.add_development_dependency "fluentd"
16
16
 
17
- gem.add_runtime_dependency "gree-community"
17
+ gem.add_runtime_dependency "gree-community", ">=0.0.3"
18
18
  gem.add_runtime_dependency "fluentd"
19
19
  gem.add_runtime_dependency "pit"
20
20
  end
@@ -93,6 +93,7 @@ class Fluent::GreeCommunityInput < Fluent::Input
93
93
  'comment' => {
94
94
  'id' => comment.id,
95
95
  'user_name' => comment.user_name,
96
+ 'user_id' => comment.user_id,
96
97
  'body_text' => comment.body_text.strip,
97
98
  }
98
99
  })
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-gree_community
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-27 00:00:00.000000000 Z
12
+ date: 2013-04-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -50,7 +50,7 @@ dependencies:
50
50
  requirements:
51
51
  - - ! '>='
52
52
  - !ruby/object:Gem::Version
53
- version: '0'
53
+ version: 0.0.3
54
54
  type: :runtime
55
55
  prerelease: false
56
56
  version_requirements: !ruby/object:Gem::Requirement
@@ -58,7 +58,7 @@ dependencies:
58
58
  requirements:
59
59
  - - ! '>='
60
60
  - !ruby/object:Gem::Version
61
- version: '0'
61
+ version: 0.0.3
62
62
  - !ruby/object:Gem::Dependency
63
63
  name: fluentd
64
64
  requirement: !ruby/object:Gem::Requirement
@@ -125,8 +125,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
125
125
  version: '0'
126
126
  requirements: []
127
127
  rubyforge_project:
128
- rubygems_version: 1.8.24
128
+ rubygems_version: 1.8.19
129
129
  signing_key:
130
130
  specification_version: 3
131
131
  summary: Fluentd input plugin, source from GREE community
132
132
  test_files: []
133
+ has_rdoc: