Skip to content

Commit

Permalink
Merge pull request #141 from riemann/rrake
Browse files Browse the repository at this point in the history
Updates to gems
  • Loading branch information
jamtur01 committed Feb 6, 2016
2 parents 1f5c03d + 67d7015 commit 7e9a243
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 9 deletions.
12 changes: 12 additions & 0 deletions Rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
require 'rubygems/package_task'
require 'rdoc/task'
require 'find'
require 'rake'

# Don't include resource forks in tarballs on Mac OS X.
ENV['COPY_EXTENDED_ATTRIBUTES_DISABLE'] = 'true'
Expand Down Expand Up @@ -43,3 +44,14 @@

rd.rdoc_files.include('lib/**/*.rb')
end

desc "Recursively build all gems"
task :rbuild do
Dir.glob("tools/**") do |dir|
Dir.chdir(dir)
sh "rake gem"
Dir.chdir("../..")
end
end


5 changes: 3 additions & 2 deletions tools/riemann-aws/Rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
s.version = '0.1.0'
s.author = 'Kyle Kingsbury'
s.email = 'aphyr@aphyr.com'
s.homepage = 'https://github.com/riemann/riemann-aws'
s.homepage = 'https://github.com/riemann/riemann-tools'
s.platform = Gem::Platform::RUBY
s.summary = 'Submits aws stats to riemann.'
s.summary = 'Submits AWS stats to riemann.'
s.license = 'MIT'

s.add_dependency 'riemann-tools', '>= 0.2.7'
s.add_dependency 'fog', '>= 1.4.0'
Expand Down
3 changes: 2 additions & 1 deletion tools/riemann-docker/Rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
s.version = '0.1.0'
s.author = 'Shani Elharrar'
s.email = ''
s.homepage = 'https://github.com/riemann/riemann-docker'
s.homepage = 'https://github.com/riemann/riemann-tools'
s.platform = Gem::Platform::RUBY
s.summary = 'Submits Docker container stats to riemann.'
s.license = 'MIT'

s.add_dependency 'riemann-tools', '>= 0.2.7'
s.add_dependency 'docker-api', '>= 1.22.0'
Expand Down
3 changes: 2 additions & 1 deletion tools/riemann-elasticsearch/Rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
s.version = '0.1.0'
s.author = 'Gavin Sandie'
s.email = 'beach@vicecity.co.uk'
s.homepage = 'https://github.com/riemann/riemann-elasticsearch'
s.homepage = 'https://github.com/riemann/riemann-tools'
s.platform = Gem::Platform::RUBY
s.summary = 'Submits elasticsearch stats to riemann.'
s.license = 'MIT'

s.add_dependency 'riemann-tools', '>= 0.2.7'
s.add_dependency 'faraday', '>= 0.8.5'
Expand Down
3 changes: 2 additions & 1 deletion tools/riemann-marathon/Rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
s.version = '0.1.1'
s.author = 'Giulio Eulisse'
s.email = 'giulio.eulisse@cern.ch'
s.homepage = 'https://github.com/riemann/riemann-marathon'
s.homepage = 'https://github.com/riemann/riemann-tools'
s.platform = Gem::Platform::RUBY
s.summary = 'Submits marathon stats to riemann.'
s.license = 'MIT'

s.add_dependency 'riemann-tools', '>= 0.2.7'
s.add_dependency 'faraday', '>= 0.8.5'
Expand Down
3 changes: 2 additions & 1 deletion tools/riemann-mesos/Rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
s.version = '0.1.0'
s.author = 'Giulio Eulisse'
s.email = 'giulio.eulisse@cern.ch'
s.homepage = 'https://github.com/riemann/riemann-mesos'
s.homepage = 'https://github.com/riemann/riemann-tools'
s.platform = Gem::Platform::RUBY
s.summary = 'Submits mesos stats to riemann.'
s.license = 'MIT'

s.add_dependency 'riemann-tools', '>= 0.2.7'
s.add_dependency 'faraday', '>= 0.8.5'
Expand Down
3 changes: 2 additions & 1 deletion tools/riemann-munin/Rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
s.version = '0.1.0'
s.author = 'Kyle Kingsbury'
s.email = 'aphyr@aphyr.com'
s.homepage = 'https://github.com/riemann/riemann-munin'
s.homepage = 'https://github.com/riemann/riemann-tools'
s.platform = Gem::Platform::RUBY
s.summary = 'Submits munin stats to riemann.'
s.license = 'MIT'

s.add_dependency 'riemann-tools', '>= 0.2.7'
s.add_dependency 'munin-ruby', '>= 0.2.1'
Expand Down
3 changes: 2 additions & 1 deletion tools/riemann-rabbitmq/Rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
s.version = '0.1.1'
s.author = 'Gavin Sandie'
s.email = 'beach@vicecity.co.uk'
s.homepage = 'https://github.com/riemann/riemann-rabbitmq'
s.homepage = 'https://github.com/riemann/riemann-tools'
s.platform = Gem::Platform::RUBY
s.summary = 'Submits rabbitmq stats to riemann.'
s.license = 'MIT'

s.add_dependency 'riemann-tools', '>= 0.2.7'
s.add_dependency 'faraday', '>= 0.8.5'
Expand Down
3 changes: 2 additions & 1 deletion tools/riemann-riak/Rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
s.version = '0.1.0'
s.author = 'Kyle Kingsbury'
s.email = 'aphyr@aphyr.com'
s.homepage = 'https://github.com/riemann/riemann-riak'
s.homepage = 'https://github.com/riemann/riemann-tools'
s.platform = Gem::Platform::RUBY
s.summary = 'Submits riak stats to riemann.'
s.license = 'MIT'

s.add_dependency 'riemann-tools', '>= 0.2.7'
s.add_dependency 'yajl-ruby', '>= 1.1.0'
Expand Down

0 comments on commit 7e9a243

Please sign in to comment.