Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gitbourahlavignal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VIGNAL Nicolas
gitbourahlavignal
Commits
5a7a601b
Commit
5a7a601b
authored
10 years ago
by
bluemonk
Browse files
Options
Downloads
Patches
Plain Diff
clean up Rakefile from jeweler
parent
9444c09e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Rakefile
+1
-18
1 addition, 18 deletions
Rakefile
with
1 addition
and
18 deletions
Rakefile
+
1
−
18
View file @
5a7a601b
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
|
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment