Skip to content

Commit

Permalink
Updated AWS gem
Browse files Browse the repository at this point in the history
  • Loading branch information
jamtur01 committed Apr 6, 2017
1 parent 16257ab commit 16262ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/riemann-aws/Rakefile.rb
Expand Up @@ -12,15 +12,15 @@
s.rubyforge_project = 'riemann-aws'

s.name = 'riemann-aws'
s.version = '0.1.2'
s.version = '0.1.3'
s.author = 'Kyle Kingsbury'
s.email = 'aphyr@aphyr.com'
s.homepage = 'https://github.com/riemann/riemann-tools'
s.platform = Gem::Platform::RUBY
s.summary = 'Submits AWS stats to riemann.'
s.license = 'MIT'

s.add_dependency 'riemann-tools', '>= 0.2.8'
s.add_dependency 'riemann-tools', '>= 0.2.11'
s.add_dependency 'fog', '>= 1.4.0'
s.add_dependency 'json'

Expand Down

0 comments on commit 16262ec

Please sign in to comment.