Sha256: 592e96a3895b9f3979d204ebe7897d7007102575a1056d8ee12c4662f248c167

Contents?: true

Size: 942 Bytes

Versions: 7

Compression:

Stored size: 942 Bytes

Contents

begin
  require 'jeweler'
rescue LoadError
  raise "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end

Jeweler::Tasks.new do |s|
  s.name = "collectd"
  s.summary = "Send collectd statistics from Ruby"
  s.email = "astro@spaceboyz.net"
  s.homepage = "http://github.com/astro/ruby-collectd"
  s.authors = ["Stephan Maka"]
  s.files =  FileList["[A-Z]*", "{lib,spec,examples}/**/*"]
  #s.add_dependency 'eventmachine'
end

begin
  require 'spec/rake/spectask'
  desc "Run all Spec"
  Spec::Rake::SpecTask.new('spec') do |spec|
    spec.spec_files = FileList['spec/*.rb']
    spec.verbose = true
    spec.warning = true
    spec.rcov = true
    spec.rcov_opts = []
    spec.rcov_opts = ['--exclude', 'spec']
  end
rescue LoadError
  task :spec do
    abort "Rspec is not available. In order to run rspec, you must: sudo gem install rspec"
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
astro-collectd-0.0.10 Rakefile
astro-collectd-0.0.11 Rakefile
astro-collectd-0.0.12 Rakefile
astro-collectd-0.0.8 Rakefile
astro-collectd-0.0.9 Rakefile
collectd-0.0.15 Rakefile
collectd-0.0.12 Rakefile