fluent-plugin-twitter 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "fluent-plugin-twitter"
6
- s.version = "0.5.0"
6
+ s.version = "0.5.1"
7
7
  s.authors = ["Kentaro Yoshida"]
8
8
  s.email = ["y.ken.studio@gmail.com"]
9
9
  s.homepage = "https://github.com/y-ken/fluent-plugin-twitter"
@@ -19,5 +19,5 @@ Gem::Specification.new do |s|
19
19
  s.add_runtime_dependency "fluentd", ">= 0.10.46"
20
20
  s.add_runtime_dependency "twitter", ">= 5.0.0"
21
21
  s.add_runtime_dependency "tweetstream", ">= 2.6.1"
22
- s.add_runtime_dependency "string-scrub", "= 0.0.3" if RUBY_VERSION.to_f < 2.1
22
+ s.add_runtime_dependency "string-scrub", ">= 0.0.3" if RUBY_VERSION.to_f < 2.1
23
23
  end
@@ -112,7 +112,7 @@ module Fluent
112
112
  when 'simple'
113
113
  record = Hash.new
114
114
  record.store('message', status[:text]).scrub('')
115
- record.store('geo', status[:geo])
115
+ record.store('coordinates', status[:coordinates])
116
116
  record.store('place', status[:place])
117
117
  record.store('created_at', status[:created_at])
118
118
  record.store('user_name', status[:user][:name])
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-twitter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
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: 2015-11-25 00:00:00.000000000 Z
12
+ date: 2015-12-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -96,7 +96,7 @@ dependencies:
96
96
  requirement: !ruby/object:Gem::Requirement
97
97
  none: false
98
98
  requirements:
99
- - - '='
99
+ - - ! '>='
100
100
  - !ruby/object:Gem::Version
101
101
  version: 0.0.3
102
102
  type: :runtime
@@ -104,7 +104,7 @@ dependencies:
104
104
  version_requirements: !ruby/object:Gem::Requirement
105
105
  none: false
106
106
  requirements:
107
- - - '='
107
+ - - ! '>='
108
108
  - !ruby/object:Gem::Version
109
109
  version: 0.0.3
110
110
  description: