Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to gems #141

Merged
merged 1 commit into from
Feb 6, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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