Skip to content
Snippets Groups Projects
Commit 5a7a601b authored by bluemonk's avatar bluemonk
Browse files

clean up Rakefile from jeweler

parent 9444c09e
No related branches found
No related tags found
No related merge requests found
require 'rubygems'
require 'rake'
require 'rake/clean'
require "bundler/gem_tasks"
begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "ipaddress"
gem.summary = %Q{IPv4/IPv6 addresses manipulation library}
gem.email = "ceresa@gmail.com"
gem.homepage = "http://github.com/bluemonk/ipaddress"
gem.authors = ["Marco Ceresa"]
gem.description = <<-EOD
IPAddress is a Ruby library designed to make manipulation
of IPv4 and IPv6 addresses both powerful and simple. It mantains
a layer of compatibility with Ruby's own IPAddr, while
addressing many of its issues.
EOD
end
rescue LoadError
puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
end
require 'rake/testtask'
Rake::TestTask.new(:test) do |test|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment