Sha256: 7465590ea4da45c1cec22124ca3393ec56432eb43a28711d0f68551fbf701dff

Contents?: true

Size: 664 Bytes

Versions: 3

Compression:

Stored size: 664 Bytes

Contents

require 'rake/testtask'

Rake::TestTask.new do |t|
  t.libs << "test"
  t.test_files = FileList['test/test*.rb']
  t.verbose = true
end
task :default => :test

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gemspec|
    gemspec.name = "gbuesing-toadhopper"
    gemspec.summary = "Post error notifications to Hoptoad"
    gemspec.description = "Fork of toolmantim-toadhopper, with Haml and Nokogiri dependencies removed"
    gemspec.email = "gbuesing@gmail.com"
    gemspec.homepage = "http://github.com/gbuesing/toadhopper"
    gemspec.authors = ["Geoff Buesing"]
  end
rescue LoadError
  puts "Jeweler not available. Install it with: gem install jeweler"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gbuesing-toadhopper-0.3.0 Rakefile
gbuesing-toadhopper-0.2.0 Rakefile
gbuesing-toadhopper-0.1.0 Rakefile