Skip to content

Commit

Permalink
Update metadata and requirements for gem. (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrupadb authored and qingling128 committed Apr 3, 2018
1 parent 34bab5b commit 73abae5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,6 @@ rvm:
- 2.4
- 2.3.1
- 2.2
- 2.1
script: "bundle exec rake"
before_install:
- gem update bundler
Expand Down
6 changes: 3 additions & 3 deletions fluent-plugin-google-cloud.gemspec
Expand Up @@ -11,9 +11,9 @@ eos
'https://github.com/GoogleCloudPlatform/fluent-plugin-google-cloud'
gem.license = 'Apache-2.0'
gem.version = '0.6.18'
gem.authors = ['Todd Derr', 'Alex Robinson']
gem.email = ['salty@google.com']
gem.required_ruby_version = Gem::Requirement.new('>= 2.0')
gem.authors = ['Ling Huang', 'Igor Peshansky']
gem.email = ['stackdriver-agents@google.com']
gem.required_ruby_version = Gem::Requirement.new('>= 2.2')

gem.files = Dir['**/*'].keep_if { |file| File.file?(file) }
gem.test_files = gem.files.grep(/^(test)/)
Expand Down

0 comments on commit 73abae5

Please sign in to comment.