Sha256: ce7f4b2e7580209505884bc37d08f59297b3da685a24eb952fd8fdeef1928b9c

Contents?: true

Size: 779 Bytes

Versions: 2

Compression:

Stored size: 779 Bytes

Contents

#!/usr/bin/env ruby

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gemspec|
    gemspec.name = "errand"
    gemspec.summary = "Ruby language binding for RRD tool version 1.2+"
    gemspec.description = "Errand provides Ruby bindings for RRD functions (via librrd), and a concise DSL for interacting with RRDs."
    gemspec.email = "lindsay@holmwood.id.au"
    gemspec.homepage = "http://auxesis.github.com/errand"
    gemspec.authors = ["Lindsay Holmwood"]
  end
rescue LoadError
  puts "Jeweler not available. Install it with: gem install jeweler"
end

begin 
  require 'spec/rake/spectask'
  
  Spec::Rake::SpecTask.new do |t|
    t.spec_opts = ["--options", "spec/spec.opts"]
  end
rescue LoadError
  puts "RSpec not available. Install it with: gem install rspec"
end
  

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
errand-0.7.2 Rakefile
errand-0.7.1 Rakefile