Sha256: 41db2525b1b51aa9905ea84b49e631363fdbe06af2a2bdb62e6212a720986622
Contents?: true
Size: 869 Bytes
Versions: 1
Compression:
Stored size: 869 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "fluent-plugin-gamobile" s.version = "0.2.3" s.authors = ["Kentaro Yoshida"] s.email = ["y.ken.studio@gmail.com"] s.homepage = "https://github.com/y-ken/fluent-plugin-gamobile" s.summary = %q{Fluentd Output plugin to send access report with "Google Analytics for mobile".} 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"] s.add_development_dependency "rake" s.add_development_dependency "test-unit" s.add_runtime_dependency "fluentd" s.add_runtime_dependency "activesupport", '~> 3.0.0' s.add_runtime_dependency "i18n" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-gamobile-0.2.3 | fluent-plugin-gamobile.gemspec |