fluent-plugin-scalyr.gemspec in fluent-plugin-scalyr-0.8.9 vs fluent-plugin-scalyr.gemspec in fluent-plugin-scalyr-0.8.10

- old
+ new

@@ -7,10 +7,9 @@ gem.homepage = "https://github.com/scalyr/scalyr-fluentd" gem.version = File.read("VERSION").strip gem.authors = ["Imron Alston"] gem.licenses = ["Apache-2.0"] gem.email = "imron@scalyr.com" - gem.has_rdoc = false gem.platform = Gem::Platform::RUBY gem.files = Dir['AUTHORS', 'Gemfile', 'LICENSE', 'README.md', 'Rakefile', 'VERSION', 'fluent-plugin-scalyr.gemspec', 'fluent.conf.sample', 'lib/**/*', 'test/**/*'] gem.test_files = Dir.glob("{test,spec,features}/**/*") gem.executables = Dir.glob("bin/*").map{ |f| File.basename(f) } gem.require_paths = ['lib']