summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #61 from mikemackintosh/masterMike Mackintosh2015-04-1714-162/+324
|\
| * updated changelogMike Mackintosh2015-03-231-0/+2
| * added IPv6#[]= to fix #24Mike Mackintosh2015-03-232-1/+16
| * added IPv4#[]= to fix #24Mike Mackintosh2015-03-232-0/+29
| * Merge branch 'mikerodrigues-fix-first-last' into devMike Mackintosh2015-03-232-6/+44
| |\
| | * Merge branch 'fix-first-last' of https://github.com/mikerodrigues/ipaddress i...Mike Mackintosh2015-03-232-6/+44
| | |\ | |/ /
| | * broadcast for /32 now returns selfMichael Rodrigues2015-02-102-2/+2
| | * undeleting whitespaceMichael Rodrigues2014-07-011-2/+2
| | * removing accidentally added newline in testsMichael Rodrigues2014-07-011-1/+0
| | * #first, #last, #network, and #broadcast properly handle /31 (RFC3021) and /32Michael Rodrigues2014-07-012-8/+40
| | * added tests for /32Michael Rodrigues2014-01-011-0/+7
| * | cleaned up rdoc consistencyMike Mackintosh2015-03-231-9/+9
| * | updating version to 0.8.2Mike Mackintosh2015-03-232-2/+1
| * | updating development deps in gemspecMike Mackintosh2015-03-231-2/+2
| * | merging in bundler, because it's 2015Mike Mackintosh2015-03-236-78/+42
| |\ \
| | * | Version file adjusted to 0.8.0bundlerbluemonk2014-07-271-1/+1
| | * | Bump to 0.1.0bluemonk2014-07-271-1/+1
| | * | clean up Rakefile from jewelerbluemonk2014-07-271-18/+1
| | * | add Gemfilebluemonk2014-07-272-4/+18
| | * | Bundler clean up: .gemspec file, update LICENSE and change version track filebluemonk2014-07-274-51/+24
| | |/
| * | cleaned up the READMEMike Mackintosh2015-03-231-67/+86
| * | added better rock handlersMike Mackintosh2015-03-231-1/+5
| * | fixed issue #40, and added IPv4#to() range methodMike Mackintosh2015-03-234-6/+13
| * | added #to range and fixed #40Mike Mackintosh2015-03-222-1/+34
| * | added bugfix/40 fix with testMike Mackintosh2015-03-222-5/+11
| * | add multicast and loopback checksMike Mackintosh2015-03-221-0/+28
| * | added multicastMike Mackintosh2015-03-221-0/+14
| * | add rock for code execution automationMike Mackintosh2015-03-201-0/+1
| * | update gitignoreMike Mackintosh2015-03-201-0/+2
| * | added gemfile -> gemspec for buildMike Mackintosh2015-03-201-0/+1
|/ /
* | update changelog and version to 0.8.1Mike Mackintosh2015-02-092-4/+5
* | updated remaining tests for minitestMike Mackintosh2015-02-094-13/+7
* | Convert to Minitest.Julian C. Dunn2015-02-095-58/+40
* | Merge pull request #55 from chrismar035/patch-1Marco Ceresa2015-02-021-0/+1
|\ \
| * | Add license to gemspecChris Marshall2015-01-221-0/+1
* | | Merge pull request #57 from mikemackintosh/uint32-parseMarco Ceresa2015-02-024-2/+63
|\ \ \
| * | | added #ntoa unint32 -> ip and testsMike Mackintosh2015-01-264-2/+63
| |/ /
* | | Merge pull request #58 from mikemackintosh/add-to_h-methodMarco Ceresa2015-02-023-2/+37
|\ \ \ | |/ / |/| |
| * | added tested on for ruby21/20 on darwinMike Mackintosh2015-01-261-0/+2
| * | use the #to_ipv6 method, fasterMike Mackintosh2015-01-262-4/+8
| * | added #to_h testsMike Mackintosh2015-01-261-1/+14
| * | added ipv4 to_h methodMike Mackintosh2015-01-261-0/+16
|/ /
* | Merge pull request #52 from gauthier-delacroix/Mongoid-fieldMarco Ceresa2014-12-214-0/+154
|\ \
| * | Add Mongoid supportGauthier Delacroix2014-09-154-0/+154
* | | Merge pull request #16 from schmurfy/masterMarco Ceresa2014-10-062-1/+6
|\ \ \ | |/ / |/| |
| * | do not consider /32 address as being a network addressJulien Ammous2011-06-282-1/+6
* | | Merge pull request #48 from ClogenyTechnologies/ipv6-prefixMarco Ceresa2014-09-011-2/+2
|\ \ \
| * | | Modified IPAddress::Prefix128 to allow /0 subnetskaustubh-d2014-07-291-2/+2
| | |/ | |/|
* | | modify README file to include v1.0 development notificationbluemonk2014-08-082-0/+5
|/ /
* | Add ipv6 test on 'dd', fixes #34bluemonk2013-10-271-1/+2