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
72260e9e
Commit
72260e9e
authored
10 years ago
by
Mike Mackintosh
Browse files
Options
Downloads
Patches
Plain Diff
fixed issue #40, and added IPv4#to() range method
parent
6bf73cfc
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.rdoc
+8
-1
8 additions, 1 deletion
CHANGELOG.rdoc
LICENSE
+1
-1
1 addition, 1 deletion
LICENSE
VERSION
+1
-1
1 addition, 1 deletion
VERSION
ipaddress.gemspec
+3
-3
3 additions, 3 deletions
ipaddress.gemspec
with
13 additions
and
6 deletions
CHANGELOG.rdoc
+
8
−
1
View file @
72260e9e
== ipaddress 0.8.2
FIXED:: IPAddress::IPv4.split handling (Issue #40)
NEW:: IPV4#multicast?
NEW:: IPV4#loopback?
NEW:: IPV4#to()
== ipaddress 0.8.1
CHANGED:: ipaddress now uses minitest for testing, all tests passing
CHANGED:: ipaddress now uses minitest for testing, all tests passing
== ipaddress 0.8.0
...
...
This diff is collapsed.
Click to expand it.
LICENSE
+
1
−
1
View file @
72260e9e
Copyright (c) 2009-201
1
Marco Ceresa
Copyright (c) 2009-201
5
Marco Ceresa
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
...
...
This diff is collapsed.
Click to expand it.
VERSION
+
1
−
1
View file @
72260e9e
0.8.1
\ No newline at end of file
0.8.2
\ No newline at end of file
This diff is collapsed.
Click to expand it.
ipaddress.gemspec
+
3
−
3
View file @
72260e9e
...
...
@@ -5,11 +5,11 @@
Gem
::
Specification
.
new
do
|
s
|
s
.
name
=
%q{ipaddress}
s
.
version
=
"0.8.1"
s
.
version
=
IO
.
read
(
"VERSION"
)
s
.
required_rubygems_version
=
Gem
::
Requirement
.
new
(
">= 0"
)
if
s
.
respond_to?
:required_rubygems_version
=
s
.
authors
=
[
"Marco Ceresa"
]
s
.
date
=
%q{201
1
-0
5-17
}
s
.
authors
=
[
"Marco Ceresa"
,
"Mike Mackintosh"
]
s
.
date
=
%q{201
5
-0
3-22
}
s
.
description
=
%q{ 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
...
...
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