From 2e1c5d22d477719eb75d884aeeb51935f989d8bd Mon Sep 17 00:00:00 2001 From: Adam21e Date: Tue, 22 Jan 2019 14:36:47 +1100 Subject: [PATCH] Update links to travisci and codeclimate after repo name change --- CHANGELOG.md | 2 +- README.rdoc | 6 +++--- ipaddress_2.gemspec | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 344bea2..1a12c79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,6 @@ ### Bugfix * Removed duplicate link_local? in IPv6 -Please check [CHANGELOG.rdoc](https://github.com/ipaddress2-gem/ipaddress2/blob/master/CHANGELOG.rdoc) for previous changes. +Please check [CHANGELOG.rdoc](https://github.com/ipaddress2-gem/ipaddress_2/blob/master/CHANGELOG.rdoc) for previous changes. diff --git a/README.rdoc b/README.rdoc index 17c4116..1da1cc7 100644 --- a/README.rdoc +++ b/README.rdoc @@ -16,11 +16,11 @@ examples of typical usage. * Ruby 1.9.3 or later -Please refer to {Travis CI}[https://travis-ci.org/ipaddress2-gem/ipaddress2] for Build Tests on specific versions of Ruby. +Please refer to {Travis CI}[https://travis-ci.org/ipaddress2-gem/ipaddress_2] for Build Tests on specific versions of Ruby. -{Build Status}[https://travis-ci.org/ipaddress2-gem/ipaddress2] {}[https://codeclimate.com/github/ipaddress2-gem/ipaddress2] +{Build Status}[https://travis-ci.org/ipaddress2-gem/ipaddress_2] {}[https://codeclimate.com/github/ipaddress2-gem/ipaddress_2] -If you want to contribute, please refer to {Contributing.md}[https://github.com/ipaddress2-gem/ipaddress2/blob/master/CONTRIBUTING.md]. +If you want to contribute, please refer to {Contributing.md}[https://github.com/ipaddress2-gem/ipaddress_2/blob/master/CONTRIBUTING.md]. == Installation diff --git a/ipaddress_2.gemspec b/ipaddress_2.gemspec index a50a1e6..90070a0 100644 --- a/ipaddress_2.gemspec +++ b/ipaddress_2.gemspec @@ -17,7 +17,7 @@ Gem::Specification.new do |s| "README.rdoc" ] s.files = `git ls-files -z`.split("\x0") - s.homepage = "https://github.com/ipaddress2-gem/ipaddress2" + s.homepage = "https://github.com/ipaddress2-gem/ipaddress_2" s.add_development_dependency "bundler" s.add_development_dependency "rake"