fluent-plugin-map.gemspec in fluent-plugin-map-0.0.1 vs fluent-plugin-map.gemspec in fluent-plugin-map-0.0.2
- old
+ new
@@ -1,24 +1,22 @@
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
Gem::Specification.new do |s|
s.name = "fluent-plugin-map"
- s.version = "0.0.1"
+ s.version = "0.0.2"
s.authors = ["Kohei Tomita"]
s.email = ["tommy.fmale@gmail.com"]
- s.homepage = ""
+ s.homepage = "https://github.com/tomity/fluent-plugin-map"
s.summary = %q{fluent-plugin-map is the non-buffered plugin that can convert an event log to different event log(s). }
s.description = %q{fluent-plugin-map is the non-buffered plugin that can convert an event log to different event log(s). }
s.rubyforge_project = "fluent-plugin-map"
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
- # specify any dependencies here; for example:
- s.add_development_dependency "rake"
- s.add_development_dependency "fluentd"
- # s.add_runtime_dependency "rest-client"
+ s.add_development_dependency "rake", "~> 0.9.2.2"
+ s.add_development_dependency "fluentd", "~> 0.10.24"
end