Sha256: e2b4e3643ae7d686be818cf6d7f36db651730962a256cdabb00cab65d44b7afb

Contents?: true

Size: 799 Bytes

Versions: 2

Compression:

Stored size: 799 Bytes

Contents

# -*- ruby -*-
 
require 'rubygems'
require 'hoe'
$LOAD_PATH.unshift 'lib'
require 'contacts'
 
begin
  require 'rcov/rcovtask'
rescue LoadError
end

 
begin
  Rcov::RcovTask.new do |t|
    t.test_files = FileList['test/test*.rb']
    t.verbose = true
    #t.rcov_opts << "--exclude rcov.rb,hpricot.rb,hpricot/.*\.rb"
  end
rescue NameError
end

begin
  require 'jeweler'
  Jeweler::Tasks.new do |s|
    s.name = "contacts"
    s.summary = "TODO"
    s.email = "keavy@minimetre.com"
    s.homepage = "http://github.com/rakutenusa/contacts"
    s.description = "TODO"
    s.authors = ["Mislav Marohnić", "Lukas Fittl", "Keavy Miller", "Brian Cardarella"]
  end
rescue LoadError
  puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rakutenusa-contacts-0.2.18 Rakefile
rakutenusa-contacts-0.2.19 Rakefile