Skip to content

Commit

Permalink
clean up Rakefile from jeweler
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemonk committed Jul 27, 2014
1 parent 9444c09 commit 5a7a601
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions Rakefile
@@ -1,25 +1,8 @@
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|
Expand Down

0 comments on commit 5a7a601

Please sign in to comment.